summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/foomatic-filters.postinst2
2 files changed, 8 insertions, 1 deletions
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 <debian@jff.email> 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
{