summaryrefslogtreecommitdiffstats
path: root/packaging/deb/common/debuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/deb/common/debuild.sh')
-rwxr-xr-xpackaging/deb/common/debuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/deb/common/debuild.sh b/packaging/deb/common/debuild.sh
index 8f766e0c0..674a6ac8a 100755
--- a/packaging/deb/common/debuild.sh
+++ b/packaging/deb/common/debuild.sh
@@ -4,5 +4,5 @@ BUILD_DIR=$1
# Build deb binary only package
cd ${BUILD_DIR}
-dpkg-buildpackage -b
-cd - \ No newline at end of file
+dpkg-buildpackage -b -uc
+cd -