summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-09-30 12:10:59 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-09-30 12:10:59 +0200
commit7c84899e9f96f70c4a51f1a50e990fb77c7e79dc (patch)
tree40bee811934e9911a0f523e9786aa8c819dd1c9d
parent77b625a448fb0410518ac8994a5bec17204e3b14 (diff)
parent76bebcd05f244a7d0a0b0170916c20bef400e7e9 (diff)
Merge branch 'release/4.0.17-10'4.0.17-10
-rw-r--r--debian/changelog13
-rw-r--r--debian/control5
-rw-r--r--debian/copyright2
-rwxr-xr-xdebian/rules2
4 files changed, 14 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 25a463e..7276d49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,16 @@
-foomatic-filters (4.0.17-10) UNRELEASED; urgency=medium
+foomatic-filters (4.0.17-10) unstable; urgency=medium
* New README.source to explain the branching model used.
- * Declare compliance with Debian Policy 4.0.1. (No changes needed).
+ * Declare compliance with Debian Policy 4.1.0 (No changes needed).
+ * debian/control:
+ - Remove recommend mpage, which is no longer in Debian (Closes: #876567).
+ - Remove Build-Depend autotools-dev. Its included since debhelper 10.
+ * debian/copyright:
+ - Add year 2017 to debian/*.
+ * debian/rules:
+ - Remove --with autotools-dev. Since debhelper 10 it is used automatically.
- -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 24 Sep 2017 10:59:17 +0200
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 24 Sep 2017 13:29:17 +0200
foomatic-filters (4.0.17-9) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index b9e7712..4b08396 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Build-Depends:
autoconf,
- autotools-dev,
debhelper (>= 10),
libcups2-dev,
libdbus-1-dev,
@@ -14,7 +13,7 @@ Build-Depends:
Homepage: https://wiki.linuxfoundation.org/openprinting/start
Vcs-Git: git://anonscm.debian.org/collab-maint/foomatic-filters.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/foomatic-filters.git
-Standards-Version: 3.9.8
+Standards-Version: 4.1.0
Package: foomatic-filters
Architecture: any
@@ -26,7 +25,7 @@ Depends:
Recommends:
cups-client | lpr | lprng | rlpr,
ghostscript,
- paps | cups | enscript | a2ps | mpage,
+ paps | cups | enscript | a2ps,
poppler-utils (>= 0.11.2),
colord
Description: OpenPrinting printer support - filters
diff --git a/debian/copyright b/debian/copyright
index 4a2ff9f..d4f49f2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,7 +23,7 @@ License: GPL-2.0+
Files: debian/*
Copyright: 2003 Chris Lawrence <lawrencc@debian.org>
- 2014-2016 Jörg Frings-Fürst <debian@jff-webhosting.net>
+ 2014-2017 Jörg Frings-Fürst <debian@jff-webhosting.net>
License: GPL-2.0+
License: GPL-2.0+
diff --git a/debian/rules b/debian/rules
index 563c8db..f94a633 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ derives_from_ubuntu := $(shell (dpkg-vendor --derives-from Ubuntu && echo "yes")
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --with autotools-dev
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- --disable-file-converter-check