Created
July 3, 2017 18:29
-
-
Save teadur/da5aa9424961c3c0c9ca60d1c3a5a539 to your computer and use it in GitHub Desktop.
git-buildpackage pmacct
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/bzed/pkg-pmacct | |
wget http://www.pmacct.net/pmacct-1.6.2.tar.gz | |
cd pkg-pmacct | |
git checkout upstream | |
gbp import-orig ../pmacct-1.6.2.tar.gz -u 1.6.2 --pristine-tar | |
gbp buildpackage --git-export-dir=../build-area/ | |
# no sign | |
gbp buildpackage -uc -us --git-export-dir=../build-area/ | |
# build on DIST | |
DIST=jessie gbp buildpackage -uc -us --git-export-dir=../build-area/ --git-pbuilder --git-dist=jessie-backports |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment