1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
General maintenance
This package is maintained in Git and uses the git-buildpackage workflow.
Building the package
Build the package using git-buildpackage with pristine tar:
gbp buildpackage --git-pristine-tar
You might need to manually copy the upstream tarball signature to the
build area (e.g. build-area/mailman3_3.1.1.orig.tar.gz.asc) to
enable cryptographic signature verification of the upstream tarball.
Import a new upstream version
'gbp' is used to import new upstream versions into the Git repository:
gbp import-orig --pristine-tar ../mailman3_1.1.1.orig.tar.gz
-- Jonas Meurer <jonas@freesources.org> Thu, 15 Mar 2018 10:54:05 +0100
|