diff options
author | Arno Töll <arno@debian.org> | 2013-06-02 19:44:08 +0200 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2013-06-02 19:44:08 +0200 |
commit | 4a5ea5b364b056199f8ebdca541e9530c6b4217c (patch) | |
tree | 4ef5ddf07b742bca6d1a6d1ec319386729f31705 | |
parent | 08e9031f97b694e642f44ea8657f245844ec6dd3 (diff) | |
download | apache2-4a5ea5b364b056199f8ebdca541e9530c6b4217c.tar.gz |
Fix spelling errors, push standards, use canonical git location
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/manpages/a2enconf.8 | 2 | ||||
-rw-r--r-- | debian/manpages/a2enmod.8 | 2 | ||||
-rw-r--r-- | debian/manpages/a2ensite.8 | 2 |
5 files changed, 10 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 35698867..f9dd0c54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,12 @@ apache2 (2.4.4-6) UNRELEASED; urgency=low have a fixed version in the works. That makes Gnome installable again. * Update our gbp.conf for our big merge next -> master. The eagle has landed, 2.4 is here. + * Push Standards version to 3.9.4 - no changes needed. + * Fix spelling errors in man pages. + * Update the git VCS pointer to its canonical location for anonymous + checkouts. - -- Arno Töll <arno@debian.org> Sun, 02 Jun 2013 18:27:39 +0200 + -- Arno Töll <arno@debian.org> Sun, 02 Jun 2013 19:42:57 +0200 apache2 (2.4.4-5) unstable; urgency=low diff --git a/debian/control b/debian/control index f1953566..50303494 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,9 @@ Build-Depends: debhelper (>= 8.9.7~), lsb-release, dpkg-dev (>= 1.16.1~), libssl-dev (>= 0.9.8m), libcap-dev [linux-any], perl, liblua5.1-0-dev, libxml2-dev, autotools-dev, gawk | awk Build-Conflicts: autoconf2.13 -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git -Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git +Vcs-Git: git://anonscm.debian.org/pkg-apache/apache2.git Homepage: http://httpd.apache.org/ Package: apache2 diff --git a/debian/manpages/a2enconf.8 b/debian/manpages/a2enconf.8 index 57336c75..8106ab7b 100644 --- a/debian/manpages/a2enconf.8 +++ b/debian/manpages/a2enconf.8 @@ -53,7 +53,7 @@ being installed and manged by reverse dependencies (e.g. web scripts). Don't show informative messages. .TP .B \-m, \-\-maintmode -Enables the maintainer mode, that is the program invokation is effectuated +Enables the maintainer mode, that is the program invocation is effectuated automatically by a maintainer script. This switch should not be used by end users. .B \-p, \-\-purge diff --git a/debian/manpages/a2enmod.8 b/debian/manpages/a2enmod.8 index dadd4bcf..4e35c840 100644 --- a/debian/manpages/a2enmod.8 +++ b/debian/manpages/a2enmod.8 @@ -53,7 +53,7 @@ directives in the .conf file as directives into the main server context of Don't show informative messages. .TP .B \-m, \-\-maintmode -Enables the maintainer mode, that is the program invokation is effectuated +Enables the maintainer mode, that is the program invocation is effectuated automatically by a maintainer script. This switch should not be used by end users. .B \-p, \-\-purge diff --git a/debian/manpages/a2ensite.8 b/debian/manpages/a2ensite.8 index b115d98f..c2e21d03 100644 --- a/debian/manpages/a2ensite.8 +++ b/debian/manpages/a2ensite.8 @@ -53,7 +53,7 @@ in order to sort before the remaining hosts to be loaded first. Don't show informative messages. .TP .B \-m, \-\-maintmode -Enables the maintainer mode, that is the program invokation is effectuated +Enables the maintainer mode, that is the program invocation is effectuated automatically by a maintainer script. This switch should not be used by end users. .B \-p, \-\-purge |