[flexpart] 20/26: remove-all in prerm
Alastair McKinstry
mckinstry at moszumanska.debian.org
Thu Aug 27 12:42:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to tag debian/9.02-10
in repository flexpart.
commit d8116fbc1c765e4a06e731f9b4a1e02c83145bc6
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Wed Dec 18 10:45:39 2013 +0000
remove-all in prerm
---
debian/changelog | 7 +++++++
debian/flexpart.prerm | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 49b39af..30ef5e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+flexpart (9.02-8) unstable; urgency=medium
+
+ * Terminate wih extremer prejudice: use --remove-all not --remove
+ in update-alternatives. Closes: #729212.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 18 Dec 2013 10:44:48 +0000
+
flexpart (9.02-7) unstable; urgency=medium
* Re-add B-D on jasper that got dropped by mistake.
diff --git a/debian/flexpart.prerm b/debian/flexpart.prerm
index 5410b54..b01830c 100644
--- a/debian/flexpart.prerm
+++ b/debian/flexpart.prerm
@@ -6,6 +6,6 @@ set -e
if [ "$1" != "upgrade" ]
then
- update-alternatives --remove flexpart /usr/bin/flexpart
+ update-alternatives --remove-all flexpart
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flexpart.git
More information about the debian-science-commits
mailing list