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/control | |
| parent | de31e3816abb40ce87585c8b946bce0260cbe831 (diff) | |
| download | apache2-b2eb373b0e35ef7ddb658ff7fd2e6927032a08a1.tar.gz | |
Provide httpd in transitional packages
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
