Bug#768939: startpar: obsolete conffiles /etc/init/startpar-bridge.conf
Dmitry Bogatov
KAction at debian.org
Tue Nov 27 16:12:33 GMT 2018
> /etc/init/startpar-bridge.conf aab4f8aed4d4803ba1f6d97f6b1152da obsolete
>
> Please use the dpkg-maintscript-helper support provided by dh_installdeb
> to remove these obsolete conffiles on upgrade.
Hi! I believe following patch would solve issue. I published it at
https://salsa.debian.org/debian/startpar at branch `bug-768939'.
Opinions?
commit 339bfa8fab86399325bc9f3ba786f76daa360868
Author: Dmitry Bogatov <KAction at debian.org>
Date: Mon Nov 26 20:04:26 2018 +0000
Remove obsolete conffile (Closes: #768939)
diff --git a/debian/changelog b/debian/changelog
index bd0a158..ba05e01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ startpar (0.61-1) UNRELEASED; urgency=medium
* New upstream release
* Update upstread signing key
+ * Remove obsolete conffile (Closes: #768939)
-- Dmitry Bogatov <KAction at debian.org> Sun, 25 Nov 2018 00:00:59 +0000
diff --git a/debian/startpar.postinst b/debian/startpar.postinst
new file mode 100644
index 0000000..abf6ca5
--- /dev/null
+++ b/debian/startpar.postinst
@@ -0,0 +1,3 @@
+#!/bin/sh -eu
+#DEBHELPER#
+dpkg-maintscript-helper rm_conffile /etc/init/startpar-bridge.conf 0.61~beta-1~ startpar -- "$@"
diff --git a/debian/startpar.postrm b/debian/startpar.postrm
new file mode 100644
index 0000000..abf6ca5
--- /dev/null
+++ b/debian/startpar.postrm
@@ -0,0 +1,3 @@
+#!/bin/sh -eu
+#DEBHELPER#
+dpkg-maintscript-helper rm_conffile /etc/init/startpar-bridge.conf 0.61~beta-1~ startpar -- "$@"
diff --git a/debian/startpar.preinst b/debian/startpar.preinst
new file mode 100644
index 0000000..abf6ca5
--- /dev/null
+++ b/debian/startpar.preinst
@@ -0,0 +1,3 @@
+#!/bin/sh -eu
+#DEBHELPER#
+dpkg-maintscript-helper rm_conffile /etc/init/startpar-bridge.conf 0.61~beta-1~ startpar -- "$@"
More information about the Debian-init-diversity
mailing list