From bc7ca0a139caa08eb5d9b531fcdfb7812767f729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 25 Nov 2021 12:02:07 +0100 Subject: Fix error processing package --- debian/changelog | 7 +++++++ debian/foomatic-filters.postinst | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5f693b8..7297f49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +foomatic-filters (4.0.17-13) UNRELEASED; urgency=medium + + * Fix error processing package (Closes: #997318): + - debian/foomatic-filters.postins: Switch to mktemp. + + -- Jörg Frings-Fürst Thu, 25 Nov 2021 09:28:47 +0100 + foomatic-filters (4.0.17-12) unstable; urgency=medium * debian/rules: diff --git a/debian/foomatic-filters.postinst b/debian/foomatic-filters.postinst index 3387d5a..ee80998 100644 --- a/debian/foomatic-filters.postinst +++ b/debian/foomatic-filters.postinst @@ -7,7 +7,7 @@ set -e readonly FILTERCONF=/etc/foomatic/filter.conf readonly FILTERBACK=$FILTERCONF.debconf-old -readonly tempfile=`tempfile -pfoomatic-filters-` +readonly tempfile=`mktemp -t foomatic-filters-XXXXXX` function parseconfig { -- cgit v1.2.3 From 218e752a71e61edc4a2df1e09d59ff171e576e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 25 Nov 2021 12:08:36 +0100 Subject: Declare compliance with Debian Policy 4.6.0.1 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7297f49..103cda8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ foomatic-filters (4.0.17-13) UNRELEASED; urgency=medium * Fix error processing package (Closes: #997318): - debian/foomatic-filters.postins: Switch to mktemp. + * Declare compliance with Debian Policy 4.6.0.1 (No changes needed). -- Jörg Frings-Fürst Thu, 25 Nov 2021 09:28:47 +0100 diff --git a/debian/control b/debian/control index 04dbb2e..6611e53 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: Homepage: https://wiki.linuxfoundation.org/openprinting/start Vcs-Git: git://jff.email/opt/git/foomatic-filters.git Vcs-Browser: https://jff.email/cgit/foomatic-filters.git -Standards-Version: 4.5.0 +Standards-Version: 4.6.0.1 Rules-Requires-Root: no Package: foomatic-filters -- cgit v1.2.3 From cd94fd928de3b7ba1092fb7535f7ec78011a80d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 25 Nov 2021 12:14:17 +0100 Subject: d/copyright: Add year 2021 to myself --- debian/changelog | 2 ++ debian/copyright | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 103cda8..7e6ce30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ foomatic-filters (4.0.17-13) UNRELEASED; urgency=medium * Fix error processing package (Closes: #997318): - debian/foomatic-filters.postins: Switch to mktemp. * Declare compliance with Debian Policy 4.6.0.1 (No changes needed). + * debian/copyright: + - Add year 2021 to myself. -- Jörg Frings-Fürst Thu, 25 Nov 2021 09:28:47 +0100 diff --git a/debian/copyright b/debian/copyright index 06cebfe..e9e74a0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -23,7 +23,7 @@ License: GPL-2.0+ Files: debian/* Copyright: 2003 Chris Lawrence - 2014-2018 Jörg Frings-Fürst + 2014-2021 Jörg Frings-Fürst License: GPL-2.0+ License: GPL-2.0+ -- cgit v1.2.3 From c4f65cf0b11926c35d976db006a816d258a6954f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 25 Nov 2021 12:28:49 +0100 Subject: d/changelog: Change distribution to unstable, Change date and time --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7e6ce30..98a28a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -foomatic-filters (4.0.17-13) UNRELEASED; urgency=medium +foomatic-filters (4.0.17-13) unstable; urgency=medium * Fix error processing package (Closes: #997318): - debian/foomatic-filters.postins: Switch to mktemp. @@ -6,7 +6,7 @@ foomatic-filters (4.0.17-13) UNRELEASED; urgency=medium * debian/copyright: - Add year 2021 to myself. - -- Jörg Frings-Fürst Thu, 25 Nov 2021 09:28:47 +0100 + -- Jörg Frings-Fürst Thu, 25 Nov 2021 12:26:46 +0100 foomatic-filters (4.0.17-12) unstable; urgency=medium -- cgit v1.2.3