[Pkg-apache-commits] [SCM] Debian packaging for apache2 (Apache HTTPD 2.x) branch, next, updated. c2896e13ae967be5c1e0d04acd74b78ea8124025

Stefan Fritsch sf at sfritsch.de
Sat Mar 31 21:19:39 UTC 2012


The following commit has been merged in the next branch:
commit 1288aa476b5e2d2e2c36a6a20d529218cd27d121
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat Mar 31 22:41:19 2012 +0200

    be compatible with set -u

diff --git a/debian/debhelper/apache2-maintscript-helper b/debian/debhelper/apache2-maintscript-helper
index cdf2765..d619bfa 100644
--- a/debian/debhelper/apache2-maintscript-helper
+++ b/debian/debhelper/apache2-maintscript-helper
@@ -46,7 +46,7 @@ else
 	APACHE2_MAINTSCRIPT_PACKAGE="${APACHE2_MAINTSCRIPT_PACKAGE%.*}"
 
 	APACHE2_MAINTSCRIPT_METHOD="$1"
-	APACHE2_MAINTSCRIPT_ARGUMENT="$2"
+	APACHE2_MAINTSCRIPT_ARGUMENT="${2:-}"
 
 fi
 

-- 
Debian packaging for apache2 (Apache HTTPD 2.x)



More information about the Pkg-apache-commits mailing list