aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/deb/rules
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/deb/rules')
-rwxr-xr-xpkg/deb/rules8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/deb/rules b/pkg/deb/rules
new file mode 100755
index 0000000..222d161
--- /dev/null
+++ b/pkg/deb/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+export DH_VERBOSE = 1
+
+%:
+ dh $@ --list-missing --with autoreconf
+
+override_dh_auto_test:
+ $(MAKE) check