Skip to content

Instantly share code, notes, and snippets.

@GeoffWilliams
Created November 5, 2015 10:40
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save GeoffWilliams/8caefa46476817b68229 to your computer and use it in GitHub Desktop.
Save GeoffWilliams/8caefa46476817b68229 to your computer and use it in GitHub Desktop.
Command to run to build debian packages on ubuntu, fixes bad-distribution-in-changes error, needed for the steps to patch a debian package listed at https://raphaelhertzog.com/2011/07/04/how-to-prepare-patches-for-debian-packages/
# How to run debuild with lintian on ubuntu
# fixes error: bad-distribution-in-changes-file unstable
# Finished running lintian.
debuild -us -uc --lintian-opts --profile debian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment