summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2017-07-23 10:09:07 +0200
committerDidier Raboud <odyx@debian.org>2017-07-23 10:09:07 +0200
commitcfb90f820f542093fce5cee255a9dabfd60621b6 (patch)
treeff39bf46f71a5abb657cd86289e6b78cfe79af2f /debian/rules
parent0f983307b0dcfbc041c8f5f95f58d5fdcdd6c307 (diff)
parentb6da14cc8e2da55c1bbaee01e3f17d4461d836b5 (diff)
cups-bjnp (2.0-1) unstable; urgency=medium
* New 2.0 upstream version (Closes: #735179) [ Didier Raboud ] * Add debian/gbp.conf to work with the DEP-14 branches * Bump Standards-Version to 4.0.0 without changes needed * Replace Joe Nahmias as Uploader, with thanks for his past work (Closes: #869288) * Migrate to debhelper compat 10 [ Till Kamppeter ] * Removed patch fix_recieved_typos.patch, applied upstream * Corrected recommendation for the Gutenprint driver (using native CUPS flavor) * Added a basic CUPS environment to the build dependencies, so that the * ./configure script does not error out [dgit import unpatched cups-bjnp 2.0-1]
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1bb0480
--- /dev/null
+++ b/debian/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