Try out recommended options for debuild when doing binary

pull/4428/head
Isaac Connor 2026-03-07 22:36:01 -05:00
parent 11039c8fd5
commit 7532cfbabf
1 changed files with 1 additions and 1 deletions

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