diff options
| author | Arno Töll <arno@debian.org> | 2013-11-07 12:53:30 +0100 |
|---|---|---|
| committer | Arno Töll <arno@debian.org> | 2013-11-07 14:23:08 +0100 |
| commit | b2eb373b0e35ef7ddb658ff7fd2e6927032a08a1 (patch) | |
| tree | 9925c792b50a7083e0ee9f28028b1b7133b729c3 /debian | |
| parent | de31e3816abb40ce87585c8b946bce0260cbe831 (diff) | |
| download | apache2-b2eb373b0e35ef7ddb658ff7fd2e6927032a08a1.tar.gz | |
Provide httpd in transitional packages
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1f1dfa10..3751673e 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@debian.org> Sat, 02 Nov 2013 17:56:19 +0100 + -- Arno Töll <arno@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 09cc2f9e..3affc67e 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 |
