summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2018-12-17 07:48:44 +0100
committerDidier Raboud <odyx@debian.org>2018-12-17 07:48:44 +0100
commitd1a9a9374542c83f10a66bec7ee262fbba6c3453 (patch)
tree1ce50b1199c33675695891024d757aecfe2f9003
parent5695f50e57b7c587a5649271c2f60fe34b684f7a (diff)
Bump dh compat to 11
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules7
3 files changed, 5 insertions, 6 deletions
diff --git a/debian/compat b/debian/compat
index f599e28b..b4de3947 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index 7476619a..65bf6860 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Didier Raboud <odyx@debian.org>,
Till Kamppeter <till.kamppeter@gmail.com>
Section: text
Priority: optional
-Build-Depends: debhelper (>= 10.2.5~),
+Build-Depends: debhelper (>= 11~),
pyppd (>= 1.0.1),
foomatic-db-engine
Standards-Version: 4.2.1
diff --git a/debian/rules b/debian/rules
index cbbbc719..10514da9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,10 @@
derives_from_ubuntu := $(shell (dpkg-vendor --derives-from Ubuntu && echo "yes") || echo "no")
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
- NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
else
- # Faster when testing on modern desktops, 1 task takes less than a full CPU
- NUMJOBS = 4
+# Faster when testing on modern desktops, 1 task takes less than a full CPU
+NUMJOBS = 4
endif
%:
@@ -56,7 +56,6 @@ override_dh_install:
install -D -m 644 debian/$$package.ppd-updater $(CURDIR)/debian/$$package/usr/share/cups/ppd-updaters/$$package; \
done
-
# Install the apport hook on Ubuntu and derivatives
ifeq ($(derives_from_ubuntu),yes)
install -D -m 644 debian/ubuntu/apport-hook.py $(CURDIR)/debian/foomatic-db-compressed-ppds/usr/share/apport/package-hooks/source_foomatic-db.py