> /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 <kact...@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 <kact...@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 -- "$@"

Reply via email to