Created
December 14, 2009 03:22
-
-
Save luisuribe/255746 to your computer and use it in GitHub Desktop.
Debian packaging shortcuts
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
// Lintian checks | |
lintian -IivEcm --pedantic *.changes | |
// Build twice in a row | |
09:13 < jwilk> xnox: "debian rules binary && debian/rules clean && debian/rules binary" | |
09:13 < jwilk> xnox: Or, alternatively: "dpkg-buildpackage && dpkg-buildpackage" | |
09:13 < jwilk> xnox: Or: "pbuilder --build --twice /path/to/.dsc" | |
$ sudo DIST=sid pbuilder create | |
$ sudo DIST=sid pbuilder build *dsc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment