[apache2] 01/02: Fix pre-inst script for new installations.

Stefan Fritsch sf at moszumanska.debian.org
Fri Aug 12 19:51:44 UTC 2016


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

sf pushed a commit to branch master
in repository apache2.

commit e020e24005eb2ac9dcc6763f05e5dc77544f1f08
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Fri Aug 12 21:44:24 2016 +0200

    Fix pre-inst script for new installations.
---
 debian/apache2.preinst.in | 2 +-
 debian/changelog          | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/apache2.preinst.in b/debian/apache2.preinst.in
index 301eab7..ebd9fe5 100644
--- a/debian/apache2.preinst.in
+++ b/debian/apache2.preinst.in
@@ -85,7 +85,7 @@ revert_broken_conffiles () {
 }
 
 case "$1" in
-    upgrade)
+    upgrade|install)
 
 	if dpkg --compare-versions "$2" lt-nl "2.4.23-3~" ; then
 		list_fixup_conffiles | replace_broken_conffiles
diff --git a/debian/changelog b/debian/changelog
index 9be675d..5b218be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apache2 (2.4.23-4) UNRELEASED; urgency=medium
+
+  * Fix pre-inst script for new installations. Closes: #834169
+
+ -- Stefan Fritsch <sf at debian.org>  Fri, 12 Aug 2016 21:43:43 +0200
+
 apache2 (2.4.23-3) unstable; urgency=low
 
   * Fix conffiles that may have got the wrong content during upgrade from

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list