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

Debian/Ubuntu packaging (p4-ovs branch) #3

Open
wants to merge 4 commits into
base: p4-ovs
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added ReadMe file with introductions for building custom Debian/Ubunt…
…u packages with pbuilder or Ubuntu Launchpad PPA.
dreibh committed Mar 26, 2021

Verified

This commit was signed with the committer’s verified signature.
dreibh Thomas Dreibholz
commit fd54a439c6f57ca07adcdfc85bb29f74b04acc6e
23 changes: 23 additions & 0 deletions README.Debian
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
How to create Ubuntu (or Debian) packages, to be buildable locally or
in a Ubuntu Launchpad PPA:

1. Check packaging.conf, set maintainer and GnuPG key ID.
To turn off signatures for local pbuilder build: SKIP_PACKAGE_SIGNING=1
Note: Launchpad PPA uploads only works with signed packages!

2. Call ./renew-debian-changelog to automatically update the package
version, according to Git commit and current date. This will update
debian/changelog and configure.ac.

3. Build Ubuntu/Debian packages:
- Create package: ./build-deb <distribution>
distribution: focal, groovy, hirsute, unstable, etc.
- Create source package and build using pbuilder:
./build-deb <distribution>
The result will be in /var/cache/pbuilder/result
- Create packages for focal, groovy and hirsute + upload to PPA:
./make-ppa
Note: dput has to be configured properly (in ~/.dput.cf)!


24.03.2020 Thomas Dreibholz <[email protected]>