diff options
Diffstat (limited to 'packaging/deb')
-rw-r--r-- | packaging/deb/.gitignore | 3 | ||||
-rwxr-xr-x | packaging/deb/common/debuild.sh | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/packaging/deb/.gitignore b/packaging/deb/.gitignore index f5316fb7b..8beb0829c 100644 --- a/packaging/deb/.gitignore +++ b/packaging/deb/.gitignore @@ -2,4 +2,5 @@ *.tar.gz **/honeycomb-*/ *.deb -*.changes
\ No newline at end of file +*.changes +*.buildinfo 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 - |