From 2f9bb0fe8bb85638a6c93378881c2e9191d0598c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 24 Sep 2017 11:25:11 +0200 Subject: change Standards-Version to 4.1.0 --- debian/changelog | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 25a463e..04172f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ foomatic-filters (4.0.17-10) UNRELEASED; 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). -- Jörg Frings-Fürst Sun, 24 Sep 2017 10:59:17 +0200 diff --git a/debian/control b/debian/control index b9e7712..3adbc95 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,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 -- cgit v1.2.3 From 251e0b1ecdf5895b0e7de1647007b43381c2db3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 24 Sep 2017 11:55:40 +0200 Subject: Remove recommend mpage; Remove Build-Depend autotools-dev --- debian/changelog | 5 +++++ debian/control | 3 +-- debian/rules | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 04172f3..b08f090 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,11 @@ foomatic-filters (4.0.17-10) UNRELEASED; urgency=medium * New README.source to explain the branching model used. * 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/rules: + - Remove --with autotools-dev. Since debhelper 10 it is used automatically. -- Jörg Frings-Fürst Sun, 24 Sep 2017 10:59:17 +0200 diff --git a/debian/control b/debian/control index 3adbc95..4b08396 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: autoconf, - autotools-dev, debhelper (>= 10), libcups2-dev, libdbus-1-dev, @@ -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/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 -- cgit v1.2.3 From cb4b7c58dc282e3e3cd3cc64174c455015b0fd7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 24 Sep 2017 11:57:56 +0200 Subject: d/copyright: Add year 2017 to debian/* --- debian/changelog | 2 ++ debian/copyright | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b08f090..daf9215 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ foomatic-filters (4.0.17-10) UNRELEASED; urgency=medium * 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. 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 - 2014-2016 Jörg Frings-Fürst + 2014-2017 Jörg Frings-Fürst License: GPL-2.0+ License: GPL-2.0+ -- cgit v1.2.3 From 76bebcd05f244a7d0a0b0170916c20bef400e7e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 24 Sep 2017 13:30:20 +0200 Subject: d/changelog: change date/time to release --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index daf9215..7276d49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -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.1.0 (No changes needed). @@ -10,7 +10,7 @@ foomatic-filters (4.0.17-10) UNRELEASED; urgency=medium * debian/rules: - Remove --with autotools-dev. Since debhelper 10 it is used automatically. - -- Jörg Frings-Fürst Sun, 24 Sep 2017 10:59:17 +0200 + -- Jörg Frings-Fürst Sun, 24 Sep 2017 13:29:17 +0200 foomatic-filters (4.0.17-9) unstable; urgency=medium -- cgit v1.2.3