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

Mpsd/deb packages #246

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

glaweh
Copy link

@glaweh glaweh commented Jan 31, 2023

Several improvements for debian packages:

  • make clean removes the generated package files, and they are git-ignored
  • buildinfo and changes files are also copied back, important for uploading to local apt repo:
    • you can run debsign -k <key-id> *.changes
    • and then dput <my-repo> *.changes
  • add option -O (to keep the original package name, to be consistent with the changes file)
  • add option -R (sets the release name in changelog and changes file)
  • add option -g (appends the date of the latest git commit to the version number)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant