Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Debian package using debhelper #1200

Merged
merged 18 commits into from
Nov 18, 2022
Merged

Build Debian package using debhelper #1200

merged 18 commits into from
Nov 18, 2022

Commits on Nov 16, 2022

  1. Build Debian package using debhelper

    Currently, this doesn't buy us much, but it gets us on the path where we can use dh_installsystemd, which will make it easier to install systemd services instead of rolling our own method outside of the Debian package.
    mtlynch committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    b53721c View commit details
    Browse the repository at this point in the history
  2. Build the Debian package

    mtlynch committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    4675358 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a45171a View commit details
    Browse the repository at this point in the history
  4. Fix filename

    mtlynch committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d7b3d05 View commit details
    Browse the repository at this point in the history
  5. Adjust file paths

    mtlynch committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    2c7c5c7 View commit details
    Browse the repository at this point in the history
  6. work in progress

    mtlynch committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    faf83a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    85bde01 View commit details
    Browse the repository at this point in the history
  2. Add coment

    mtlynch committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    c6a5eed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f2e817 View commit details
    Browse the repository at this point in the history
  4. Refactor directory changes

    mtlynch committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    7a0c3e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3eb8e2b View commit details
    Browse the repository at this point in the history
  6. Revert "Build the Debian package"

    This reverts commit 4675358.
    mtlynch committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    75e8050 View commit details
    Browse the repository at this point in the history
  7. POC build Debian package using debhelper without fileroot hack. (#1203)

    * Build Debian package.
    
    * Use debhelper install file.
    
    * Fix dir copy.
    
    * Fix file copy.
    
    * Move source to base dir.
    
    * Fix debian copy.
    
    * Only copy specific files.
    
    * Try different copyright notice.
    
    * Try different copyright notice.
    
    * Ignore lintian copyright check.
    jdeanwallace authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e549657 View commit details
    Browse the repository at this point in the history
  8. Remove store_artifacts

    mtlynch committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    61a9bfa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    08ded5f View commit details
    Browse the repository at this point in the history
  10. Fix package architecture

    mtlynch committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    bac2890 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    924bd37 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d87c9b0 View commit details
    Browse the repository at this point in the history