[SCM] Debian packaging for apache2 branch, next, updated. debian/2.4.4-2-30-g6e0c20d
Stefan Fritsch
sf at sfritsch.de
Wed May 29 21:25:01 UTC 2013
The following commit has been merged in the next branch:
commit 6e0c20d740f8e9fd9ed33407811f44a8e1244f96
Author: Stefan Fritsch <sf at sfritsch.de>
Date: Wed May 29 23:24:33 2013 +0200
fix typos found by lintian
diff --git a/debian/a2query.in b/debian/a2query.in
index b958b6c..219b9ba 100755
--- a/debian/a2query.in
+++ b/debian/a2query.in
@@ -340,7 +340,7 @@ my $help = 1;
getopts('m:s:c:havMdq', \%opts);
#foreach my $key (keys %opts) { print("$key=$opts{$key}\n");}
-push @HELP, ["q", "suppress any output. Useful for invokation from scripts"];
+push @HELP, ["q", "suppress any output. Useful for invocation from scripts"];
if (exists $opts{'q'})
{
--$help;
diff --git a/debian/changelog b/debian/changelog
index 9dc7e6f..bef8161 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -201,7 +201,7 @@ apache2 (2.4.1-3) experimental; urgency=low
* Install suexec(8) link to /usr/share/man/man8/...
* Enable mod_version statically, drop associated module load file.
* Update PACKAGING hints and cope several questions raised among the
- discussions with packagers. Thus, invokation of apache2-maintscript-helper
+ discussions with packagers. Thus, invocation of apache2-maintscript-helper
in maintainer scripts are covered now.
* Changes in dh_apache2:
+ Invoke the maintscript helper postrm action for simple package removals,
--
Debian packaging for apache2
More information about the Pkg-apache-commits
mailing list