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

Arno Töll debian at toell.net
Sun Feb 5 18:22:16 UTC 2012


The following commit has been merged in the master branch:
commit 5b2f34bfc49aea2e09490f3a165be74212a71e02
Author: Arno Töll <debian at toell.net>
Date:   Sun Feb 5 19:21:50 2012 +0100

    Fix syntax error in overrid_edh_strip

diff --git a/debian/rules b/debian/rules
index 47b250f..edcc226 100755
--- a/debian/rules
+++ b/debian/rules
@@ -270,7 +270,7 @@ override_dh_installchangelogs:
 
 override_dh_strip:
 	dh_strip --dbg-package=apache2-dbg -Napache2-dbg -Xusr/lib/apache2/mpm
-	set -e \
+	set -e && \
 	if [ "$(LSB_RELEASE)" != "Ubuntu" ] && [ -n "$(DEB_BUILD_STRIP)" ] ; then \
 		for i in $(MPMS); do \
 			MPM=usr/lib/apache2/mpm-$$i/apache2 ;\

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



More information about the Pkg-apache-commits mailing list