[Pkg-php-commits] r1028 - php5/trunk/debian

Raphael Geissert atomo64-guest at alioth.debian.org
Thu May 1 05:14:19 UTC 2008


Author: atomo64-guest
Date: 2008-05-01 05:14:18 +0000 (Thu, 01 May 2008)
New Revision: 1028

Modified:
   php5/trunk/debian/rules
Log:
Stop manually stripping the extensions, so dh_strip can do its job
and provide debugging symbols not only for the SAPIs


Modified: php5/trunk/debian/rules
===================================================================
--- php5/trunk/debian/rules	2008-05-01 05:00:45 UTC (rev 1027)
+++ php5/trunk/debian/rules	2008-05-01 05:14:18 UTC (rev 1028)
@@ -43,10 +43,6 @@
   CFLAGS += -gstabs
 endif
 
-ifneq (nostrip, $(findstring nostrip, $(DEB_BUILD_OPTIONS)))
-	install_strip = -s
-endif
-
 # Old magic.mime location:
 ifeq ($(wildcard /usr/share/misc/file/magic.mime), /usr/share/misc/file/magic.mime)
 MAGIC_MIME = /usr/share/misc/file/magic.mime
@@ -358,7 +354,7 @@
 		mkdir -p debian/php5-$$package$${ext}; \
 		chrpath debian/libapache2-mod-php5/$${ext}/$$dsoname.so; \
 		chrpath -d debian/libapache2-mod-php5/$${ext}/$$dsoname.so; \
-		install ${install_strip} -m 644 -o root -g root \
+		install -m 644 -o root -g root \
 			debian/libapache2-mod-php5/$${ext}/$$dsoname.so \
 			debian/php5-$$package$${ext}/$$dsoname.so; \
 		rm debian/libapache2-mod-php5/$${ext}/$$dsoname.so; \




More information about the Pkg-php-commits mailing list