summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules')
-rwxr-xr-xrules11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules b/rules
new file mode 100755
index 0000000..1bb0480
--- /dev/null
+++ b/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+override_dh_auto_configure:
+ dh_auto_configure -- --with-cupsbackenddir=/usr/lib/cups/backend
+
+%:
+ dh $@ --with autotools-dev