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/
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
# 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