From 1f2f4ba8283bd55bba9250923403160e881640f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 22 Aug 2020 14:44:01 +0200 Subject: Add export DEB_LDFLAGS_MAINT_APPEND to fix the ld error multiple definition' --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index f0b37d2..d4d2ef5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +foomatic-filters (4.0.17-12) UNRELEASED; urgency=medium + + * debian/rules: + - Add export DEB_LDFLAGS_MAINT_APPEND to fix the ld error + "multiple definition" (Closes: #957218). + + -- Jörg Frings-Fürst Sat, 22 Aug 2020 14:36:15 +0200 + foomatic-filters (4.0.17-11) unstable; urgency=medium * debian/changelog: -- cgit v1.2.3 From ffbc9d24b4f7c2828b5744f34d88efb82df10fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 22 Aug 2020 14:48:37 +0200 Subject: Declare compliance with Debian Policy 4.5.0 --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index d4d2ef5..ecb63c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,8 @@ foomatic-filters (4.0.17-12) UNRELEASED; urgency=medium * debian/rules: - Add export DEB_LDFLAGS_MAINT_APPEND to fix the ld error - "multiple definition" (Closes: #957218). + "multiple definition" (Closes: #957218). + * Declare compliance with Debian Policy 4.5.0 (No changes needed). -- Jörg Frings-Fürst Sat, 22 Aug 2020 14:36:15 +0200 -- cgit v1.2.3 From b2906e7dc3b52a187cf81e8952015bf89307421f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 22 Aug 2020 14:50:23 +0200 Subject: Switch to debhelper-compat --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index ecb63c7..ffb1404 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ foomatic-filters (4.0.17-12) UNRELEASED; urgency=medium - Add export DEB_LDFLAGS_MAINT_APPEND to fix the ld error "multiple definition" (Closes: #957218). * Declare compliance with Debian Policy 4.5.0 (No changes needed). + * Switch to debhelper-compat: + - debian/control: change to debhelper-compat (=13). + - remove debian/compat. -- Jörg Frings-Fürst Sat, 22 Aug 2020 14:36:15 +0200 -- cgit v1.2.3 From 53afd37fb26d992afa7f5f50c653222e8d45f3de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 22 Aug 2020 14:57:37 +0200 Subject: Add 'Forwarded: not needed' into patches --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index ffb1404..951aaea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ foomatic-filters (4.0.17-12) UNRELEASED; urgency=medium * Switch to debhelper-compat: - debian/control: change to debhelper-compat (=13). - remove debian/compat. + * Add 'Forwarded: not needed' into: + - debian/patches/0110-fixed-segfault-when-creating-logfile.patch. + - debian/patches/0600-spelling-errors.diff. -- Jörg Frings-Fürst Sat, 22 Aug 2020 14:36:15 +0200 -- cgit v1.2.3 From f4cbb1626e55ec2554935ed01dc99b29e7cf26af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 22 Aug 2020 16:29:03 +0200 Subject: Fix lintian breakout-link warning --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 951aaea..cc8a868 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ foomatic-filters (4.0.17-12) UNRELEASED; urgency=medium - * debian/rules: + * debian/rules: - Add export DEB_LDFLAGS_MAINT_APPEND to fix the ld error "multiple definition" (Closes: #957218). * Declare compliance with Debian Policy 4.5.0 (No changes needed). @@ -10,6 +10,8 @@ foomatic-filters (4.0.17-12) UNRELEASED; urgency=medium * Add 'Forwarded: not needed' into: - debian/patches/0110-fixed-segfault-when-creating-logfile.patch. - debian/patches/0600-spelling-errors.diff. + * Fix lintian breakout-link warning: + - debian/rules: remove links with copys. -- Jörg Frings-Fürst Sat, 22 Aug 2020 14:36:15 +0200 -- cgit v1.2.3 From d8e8b27518359014c3a7ad5a65988a1b16490cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 22 Aug 2020 16:40:57 +0200 Subject: Add Rules-Requires-Root --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index cc8a868..2d5194f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ foomatic-filters (4.0.17-12) UNRELEASED; urgency=medium - debian/patches/0600-spelling-errors.diff. * Fix lintian breakout-link warning: - debian/rules: remove links with copys. + * debian/control: + - Add Rules-Requires-Root. -- Jörg Frings-Fürst Sat, 22 Aug 2020 14:36:15 +0200 -- cgit v1.2.3 From 4edaecb7040a03f8d7a90e7191472da6adc06e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 22 Aug 2020 16:42:51 +0200 Subject: d/changelog: Change distribution to unstable, Change date and time --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 2d5194f..5f693b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -foomatic-filters (4.0.17-12) UNRELEASED; urgency=medium +foomatic-filters (4.0.17-12) unstable; urgency=medium * debian/rules: - Add export DEB_LDFLAGS_MAINT_APPEND to fix the ld error @@ -15,7 +15,7 @@ foomatic-filters (4.0.17-12) UNRELEASED; urgency=medium * debian/control: - Add Rules-Requires-Root. - -- Jörg Frings-Fürst Sat, 22 Aug 2020 14:36:15 +0200 + -- Jörg Frings-Fürst Sat, 22 Aug 2020 16:42:10 +0200 foomatic-filters (4.0.17-11) unstable; urgency=medium -- cgit v1.2.3