Skip to content

Instantly share code, notes, and snippets.

@luisuribe
Created December 14, 2009 03:22
Show Gist options
  • Save luisuribe/255746 to your computer and use it in GitHub Desktop.
Save luisuribe/255746 to your computer and use it in GitHub Desktop.
Debian packaging shortcuts
// 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