diff options
author | Stefan Fritsch <sf@debian.org> | 2007-12-04 21:48:02 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-01-02 10:36:48 +0100 |
commit | b657c70a8b58d8153aabdb5e837417468e55e5b3 (patch) | |
tree | aecd974e4c116c6a7d2d954bba0f5c486e6186ca | |
parent | a33cc227c0f53c615671ee0687aaa09ad238c5b2 (diff) | |
download | apache2-b657c70a8b58d8153aabdb5e837417468e55e5b3.tar.gz |
Add Homepage field
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@491 01b336ce-410b-0410-9a02-a0e7f243c266
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ddbed00c..7de9034e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apache2 (2.2.6-3) UNRELEASED; urgency=low + + * Add Homepage field to debian/control. + + -- Stefan Fritsch <sf@debian.org> Tue, 04 Dec 2007 22:47:32 +0100 + apache2 (2.2.6-2) unstable; urgency=low * Avoid calling apr_pollset_poll() and accept_func() when the listening diff --git a/debian/control b/debian/control index 2feda5b5..a92a8589 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>=4.1.16), dpatch, lsb-release, libaprutil1-dev, libap Standards-Version: 3.7.2.0 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache XS-Vcs-svn: svn://svn.debian.org/pkg-apache +Homepage: http://httpd.apache.org/ Package: apache2.2-common Architecture: any |