[debian-edu-commits] debian-edu/upstream/ 01/01: Fix sitesummary.prerm (Closes: #823688).
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Sun May 15 09:02:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository sitesummary.
commit 3cff262441abb3c8dc595f7ae2870792f74872df
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Sun May 15 11:05:39 2016 +0200
Fix sitesummary.prerm (Closes: #823688).
---
debian/changelog | 6 ++++++
debian/sitesummary.prerm | 3 +++
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index bcb3176..0ef95b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sitesummary (0.1.21) UNRELEASED; urgency=medium
+
+ * Fix sitesummary.prerm (Closes: #823688).
+
+ -- Wolfgang Schweer <wschweer at arcor.de> Sun, 15 May 2016 10:30:13 +0200
+
sitesummary (0.1.20) unstable; urgency=medium
* Remove broken code from autopkgtest script.
diff --git a/debian/sitesummary.prerm b/debian/sitesummary.prerm
index dd54993..167dc74 100644
--- a/debian/sitesummary.prerm
+++ b/debian/sitesummary.prerm
@@ -12,6 +12,9 @@ case "$1" in
apache2_invoke disconf sitesummary.conf
fi
;;
+ deconfigure|upgrade|failed-upgrade)
+ :
+ ;;
*)
echo "prerm called with unknown argument \`$1'" >&2
exit 1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/sitesummary.git
More information about the debian-edu-commits
mailing list