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.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/packaging/deb/common/debuild.sh b/packaging/deb/common/debuild.sh
deleted file mode 100755
index 8f766e0c0..000000000
--- a/packaging/deb/common/debuild.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-set -xe
-BUILD_DIR=$1
-
-# Build deb binary only package
-cd ${BUILD_DIR}
-dpkg-buildpackage -b
-cd - \ No newline at end of file