diff options
| author | Thom May <thom@debian.org> | 2006-01-26 12:46:38 +0000 |
|---|---|---|
| committer | Thom May <thom@debian.org> | 2006-01-26 12:46:38 +0000 |
| commit | 2af717fba9ec4944c4ee4e56bf1c19379bf93d10 (patch) | |
| tree | 19faca1926e74ea2dc6263efe6e91aa0e28f2169 /debian/control | |
| parent | 173cc1c8583ab5374d0bb2b968e429e72462d8f9 (diff) | |
| download | apache2-2af717fba9ec4944c4ee4e56bf1c19379bf93d10.tar.gz | |
rename httpd2.1 to apache2
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@10 01b336ce-410b-0410-9a02-a0e7f243c266
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/debian/control b/debian/control index 4ac76bd3..152107a9 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: httpd2.1 +Source: apache2 Section: web Priority: optional Maintainer: Thom May <thom@debian.org> @@ -6,15 +6,15 @@ Build-Depends: debhelper (>=4.1.16), libapr1.0-dev, libaprutil1.0-dev, libssl-de Build-Conflicts: libgdbm-dev Standards-Version: 3.6.1.0 -Package: httpd2.1-common +Package: apache2-common Architecture: any -Depends: ${misc:Depends}, httpd2.1-utils|apache2-utils +Depends: ${misc:Depends}, apache2-utils Description: Next generation, scalable, extendable web server Foo. -Package: httpd2.1-mpm-worker +Package: apache2-mpm-worker Architecture: any -Depends: ${shlibs:Depends}, httpd2.1-common (= ${Source-Version}) +Depends: ${shlibs:Depends}, apache2-common (= ${Source-Version}) Provides: apache2-modules, apache2, httpd, httpd-cgi, apache2-mpm-worker Conflicts: apache2-mpm-threadpool, apache2-mpm-prefork, apache2-mpm-perchild Description: High speed threaded model for Apache HTTPD 2.1 @@ -24,9 +24,9 @@ Description: High speed threaded model for Apache HTTPD 2.1 Worker generally is a good choice for high-traffic servers because it has a smaller memory footprint than the prefork MPM. -Package: httpd2.1-mpm-prefork +Package: apache2-mpm-prefork Architecture: any -Depends: ${shlibs:Depends}, httpd2.1-common (= ${Source-Version}) +Depends: ${shlibs:Depends}, apache2-common (= ${Source-Version}) Provides: apache2-modules, apache2, httpd, httpd-cgi, apache2-mpm-prefork Conflicts: apache2-mpm-worker, apache2-mpm-threadpool, apache2-mpm-perchild Description: Traditional model for Apache HTTPD 2.1 @@ -39,14 +39,14 @@ Description: Traditional model for Apache HTTPD 2.1 . It is not as fast, but is considered to be more stable. -Package: httpd2.1-mpm-event +Package: apache2-mpm-event Architecture: any -Depends: ${shlibs:Depends}, httpd2.1-common (= ${Source-Version}) +Depends: ${shlibs:Depends}, apache2-common (= ${Source-Version}) Provides: apache2-modules, apache2, httpd, httpd-cgi Conflicts: apache2-mpm-worker, apache2-mpm-threadpool, apache2-mpm-perchild Description: Event driven model for Apache HTTPD 2.1 -Package: httpd2.1-utils +Package: apache2-utils Architecture: any Replaces: apache2-common (<< 2.0.53), apache-utils (<< 1.3.33-4) Provides: apache-utils, apache2-utils @@ -65,9 +65,9 @@ Description: utility programs for webservers - checkgid (Checks whether the caller can setgid to the specified group) - check_forensic (Extract mod_log_forensic output from apache log files) -Package: httpd2.1 +Package: apache2 Architecture: all -Depends: httpd2.1-mpm-worker|httpd2.1-mpm-prefork +Depends: apache2-mpm-worker|apache2-mpm-prefork Section: web Description: Next generation, scalable, extendable web server Apache v2 is the next generation of the omnipresent Apache web server. This |
