summaryrefslogtreecommitdiff
path: root/dh_builddeb
diff options
context:
space:
mode:
Diffstat (limited to 'dh_builddeb')
-rwxr-xr-xdh_builddeb7
1 files changed, 7 insertions, 0 deletions
diff --git a/dh_builddeb b/dh_builddeb
new file mode 100755
index 00000000..a62e81ce
--- /dev/null
+++ b/dh_builddeb
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+#
+# Build the .deb package, assuming all the files are set up in debian/tmp.
+
+PATH=debian:$PATH:/usr/lib/debhelper
+source dh_lib
+doit "dpkg --build debian/tmp .."