Forked from GeoffWilliams/debuild_ubuntu_debian_package
Created
November 14, 2018 18:10
-
-
Save KetothXupack/bceb642a8bd621dbb61eadb07bea1757 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/
This file contains hidden or 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