[libdist-zilla-perl] 02/03: Remove obsolete conffile /etc/bash_completion.d/dzil

Axel Beckert abe at deuxchevaux.org
Thu Jan 21 23:42:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-perl.

commit 4a11362e1a73d5d85975d2381e937cecabde6e1f
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Jan 22 00:36:35 2016 +0100

    Remove obsolete conffile /etc/bash_completion.d/dzil
    
    Thanks adequate!
---
 debian/changelog                   |  1 +
 debian/libdist-zilla-perl.postinst | 10 ++++++++++
 debian/libdist-zilla-perl.postrm   | 10 ++++++++++
 debian/libdist-zilla-perl.preinst  | 10 ++++++++++
 4 files changed, 31 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 28ade83..8235c9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ libdist-zilla-perl (5.043-1) UNRELEASED; urgency=medium
   * Make package autopkgtestable.
     + Add "Testsuite: autopkgtest-pkg-perl" header
     + Add directory "corpus" to debian/tests/pkg-perl/smoke-files.
+  * Remove obsolete conffile /etc/bash_completion.d/dzil. Thanks adequate!
 
   [ gregor herrmann ]
   * Update (build) dependencies.
diff --git a/debian/libdist-zilla-perl.postinst b/debian/libdist-zilla-perl.postinst
new file mode 100644
index 0000000..fba3c8e
--- /dev/null
+++ b/debian/libdist-zilla-perl.postinst
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports rm_conffile; then
+       dpkg-maintscript-helper rm_conffile \
+               /etc/bash_completion.d/dzil 5.043-1~ libdist-zilla-perl -- "$@"
+fi
+
+#DEBHELPER#
diff --git a/debian/libdist-zilla-perl.postrm b/debian/libdist-zilla-perl.postrm
new file mode 100644
index 0000000..fba3c8e
--- /dev/null
+++ b/debian/libdist-zilla-perl.postrm
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports rm_conffile; then
+       dpkg-maintscript-helper rm_conffile \
+               /etc/bash_completion.d/dzil 5.043-1~ libdist-zilla-perl -- "$@"
+fi
+
+#DEBHELPER#
diff --git a/debian/libdist-zilla-perl.preinst b/debian/libdist-zilla-perl.preinst
new file mode 100644
index 0000000..fba3c8e
--- /dev/null
+++ b/debian/libdist-zilla-perl.preinst
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports rm_conffile; then
+       dpkg-maintscript-helper rm_conffile \
+               /etc/bash_completion.d/dzil 5.043-1~ libdist-zilla-perl -- "$@"
+fi
+
+#DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-perl.git



More information about the Pkg-perl-cvs-commits mailing list