Everybody on the Internet tells to build packages with debuild -uc -us
, this answer for example, but I totally can't find what do these options mean, even the built-in help (debuild --help
) doesn't tell anything about -uc
and -us
.
So what do these options mean?
"those are dpkg-buildpackage flags which are passed from debuild to dpkg-buildpackage" — this was nowhere near obvious, although I tried reading man page as well. Thank you for the answer!
– Display Name Apr 07 '16 at 12:05-uc -us
. – Thomas Ward Apr 07 '16 at 12:06