[debian-edu-commits] debian-edu/upstream/ 01/01: Fix d/sitesummary.prerm; cherrypicked from commit 3cff262 (master branch). (Closes: #823688).
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Tue Apr 18 10:50:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch jessie
in repository sitesummary.
commit 8eea2c38820da4b284d334499b15062879c4bc39
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Tue Apr 18 12:48:57 2017 +0200
Fix d/sitesummary.prerm; cherrypicked from commit 3cff262 (master branch).
(Closes: #823688).
---
debian/changelog | 7 +++++++
debian/sitesummary.prerm | 3 +++
2 files changed, 10 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 5b11151..eea7e46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sitesummary (0.1.17+deb8u3) UNRELEASED; urgency=medium
+
+ * Fix d/sitesummary.prerm; cherrypicked from commit 3cff262 (master branch).
+ (Closes: #823688).
+
+ -- Wolfgang Schweer <wschweer at arcor.de> Tue, 18 Apr 2017 12:40:49 +0200
+
sitesummary (0.1.17+deb8u2) jessie-security; urgency=high
* Backport RC fix from unstable.
diff --git a/debian/sitesummary.prerm b/debian/sitesummary.prerm
index dec1cc6..8abe3c6 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