[DRE-commits] [ruby-bcat] 01/02: fix #813265
Hideki Yamane
henrich at moszumanska.debian.org
Mon Feb 1 13:02:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch master
in repository ruby-bcat.
commit cceacf5fcc2c5707d092b4d691e9958391889a58
Author: Hideki Yamane <henrich at debian.org>
Date: Mon Feb 1 22:01:32 2016 +0900
fix #813265
---
debian/changelog | 7 +++++++
debian/postrm | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 85b9ca8..4a5ccc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-bcat (0.6.2-5) UNRELEASED; urgency=medium
+
+ * debian/postrm
+ - fix "postrm called with unknown argument `upgrade'" (Closes: #813265)
+
+ -- Hideki Yamane <henrich at debian.org> Mon, 01 Feb 2016 22:00:59 +0900
+
ruby-bcat (0.6.2-4) unstable; urgency=medium
* debian/copyright
diff --git a/debian/postrm b/debian/postrm
index 73d960f..aad683a 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -20,7 +20,7 @@ set -e
command="/usr/bin/bcat"
case "$1" in
- purge|remove|failed-upgrade|abort-install|abort-upgrade|disappear)
+ purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
if [ ! -z "`dpkg-divert --list $command`" ]; then
dpkg-divert --remove --package ruby-bcat --rename --divert "$command".diverted "$command"
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-bcat.git
More information about the Pkg-ruby-extras-commits
mailing list