[SCM] Debian packaging for apache2 branch, master, updated. debian/2.4.4-2-121-gdf90ce1

Arno Töll arno at debian.org
Fri Jun 7 16:45:32 UTC 2013


The following commit has been merged in the master branch:
commit cb7cd9777b6c47100c625d975f94c0dc79c3a8fb
Author: Arno Töll <arno at debian.org>
Date:   Fri Jun 7 12:28:03 2013 +0200

    Fix spurious warnings in the bug script

diff --git a/debian/apache2-bin.bug-script b/debian/apache2-bin.bug-script
index 8d957cb..06944b0 100755
--- a/debian/apache2-bin.bug-script
+++ b/debian/apache2-bin.bug-script
@@ -4,7 +4,8 @@ use strict;
 use Text::Wrap;
 $Text::Wrap::columns = 70;
 
-open (my $out, ">&=3") or die "could not open FD 3\n";
+#open (my $out, ">&=3") or die "could not open FD 3\n";
+open (my $out, ">&=0") or die "could not open FD 3\n";
 
 our $AQUERY = 0;
 our $PHP = 0;
@@ -41,6 +42,7 @@ if (! scalar @modules) {
 else {
 	my $missing;
 	foreach my $m (@modules) {
+                my ($m, @desc) = split(/\s+/, $m);
 		if (-e "/etc/apache2/mods-available/$m.conf" and
 		    ! -e "/etc/apache2/mods-enabled/$m.conf") {
 			$m .= "*";
diff --git a/debian/changelog b/debian/changelog
index 4e171cb..2b84aff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,10 @@ apache2 (2.4.4-6) UNRELEASED; urgency=low
   * Update the git VCS pointer to its canonical location for anonymous
     checkouts.
   * Boost the description for the LSB init script to appease Lintian.
+  * Fix spurious warnings in the Apache2 bug report script (Closes: 711121,
+    #711480)
 
- -- Arno Töll <arno at debian.org>  Sun, 02 Jun 2013 19:51:27 +0200
+ -- Arno Töll <arno at debian.org>  Fri, 07 Jun 2013 12:24:43 +0200
 
 apache2 (2.4.4-5) unstable; urgency=low
 

-- 
Debian packaging for apache2



More information about the Pkg-apache-commits mailing list