Try out recommended options for debuild when doing binary

This commit is contained in:
Isaac Connor
2026-03-07 22:36:01 -05:00
parent 11039c8fd5
commit 7532cfbabf

View File

@@ -315,7 +315,7 @@ EOF
sudo apt-get install devscripts equivs
sudo mk-build-deps -ir $DIRECTORY.orig/debian/control
echo "Status: $?"
DEBUILD=debuild
DEBUILD=debuild -b -uc -us
else
if [ $TYPE == "local" ]; then
# Auto-install all ZoneMinder's dependencies using the Debian control file