[apache2] 01/01: Provide httpd in transitional packages
Arno Töll
atoell-guest at alioth.debian.org
Thu Nov 7 13:23:16 UTC 2013
This is an automated email from the git hooks/post-receive script.
atoell-guest pushed a commit to branch master
in repository apache2.
commit b2eb373b0e35ef7ddb658ff7fd2e6927032a08a1
Author: Arno Töll <arno at debian.org>
Date: Thu Nov 7 12:53:30 2013 +0100
Provide httpd in transitional packages
---
debian/changelog | 5 ++++-
debian/control | 4 ++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 1f1dfa1..3751673 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,8 +22,11 @@ apache2 (2.4.6-4) UNRELEASED; urgency=low
* Rework the default index.html file. Instead of a blank, minimalistic page
give a quick start guide, since nobody seems to read our docs. This site
is hopefully explaining the most important questions.
+ * Add a virtual provides line to the itk/worker/event/prefork transitional
+ packages so that people with an unusual (unsupported) Apache setup
+ can upgrade neatless in some corner cases (Closes: #728937)
- -- Arno Töll <arno at debian.org> Sat, 02 Nov 2013 17:56:19 +0100
+ -- Arno Töll <arno at debian.org> Thu, 07 Nov 2013 14:21:10 +0100
apache2 (2.4.6-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 09cc2f9..3affc67 100644
--- a/debian/control
+++ b/debian/control
@@ -70,6 +70,7 @@ Package: apache2-mpm-worker
Architecture: any
Section: oldlibs
Priority: extra
+Provides: httpd, httpd-cgi
Depends: ${misc:Depends}, apache2 (= ${binary:Version})
Description: transitional worker MPM package for apache2
This is a transitional package to apache2 for users of apache2-mpm-worker and
@@ -79,6 +80,7 @@ Package: apache2-mpm-prefork
Architecture: any
Section: oldlibs
Priority: extra
+Provides: httpd, httpd-cgi
Depends: ${misc:Depends}, apache2 (= ${binary:Version})
Description: transitional prefork MPM package for apache2
This is a transitional package to apache2 for users of apache2-mpm-prefork and
@@ -88,6 +90,7 @@ Package: apache2-mpm-event
Architecture: any
Section: oldlibs
Priority: extra
+Provides: httpd, httpd-cgi
Depends: ${misc:Depends}, apache2 (= ${binary:Version})
Description: transitional event MPM package for apache2
This is a transitional package to apache2 for users of apache2-mpm-event and
@@ -97,6 +100,7 @@ Package: apache2-mpm-itk
Architecture: any
Section: oldlibs
Priority: extra
+Provides: httpd, httpd-cgi
Depends: ${misc:Depends}, apache2 (= ${binary:Version})
Description: transitional itk MPM package for apache2
This is a transitional package to apache2 for users of apache2-mpm-itk and
--
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