[Dh-make-php-commits] r279 - trunk

steinm at alioth.debian.org steinm at alioth.debian.org
Sat Aug 18 21:37:16 UTC 2007


Author: steinm
Date: 2007-08-18 21:37:16 +0000 (Sat, 18 Aug 2007)
New Revision: 279

Modified:
   trunk/dh-make-pecl
   trunk/dh-make-php.lib
Log:
- remove function getzendapi() because $ZENDAPI isn't used anymore


Modified: trunk/dh-make-pecl
===================================================================
--- trunk/dh-make-pecl	2007-08-18 21:28:56 UTC (rev 278)
+++ trunk/dh-make-pecl	2007-08-18 21:37:16 UTC (rev 279)
@@ -150,9 +150,6 @@
 echo "Creating debian source package: ${SRCPACKAGEDIR}"
 echo "Upstream is: ${UPSTREAM}"
 
-# sets $ZENDAPI (currently not used)
-get_zendapi
-
 # sets $DEBMAINTAINER
 get_maintainer
 

Modified: trunk/dh-make-php.lib
===================================================================
--- trunk/dh-make-php.lib	2007-08-18 21:28:56 UTC (rev 278)
+++ trunk/dh-make-php.lib	2007-08-18 21:37:16 UTC (rev 279)
@@ -1,9 +1,5 @@
 #!/bin/sh
 
-get_zendapi() {
-	ZENDAPI=$(egrep "#define ZEND_MODULE_API_NO" /usr/include/php4/Zend/zend_modules.h | sed "s/#define ZEND_MODULE_API_NO //")
-}
-
 get_maintainer() {
 	if [ -z "${DEBMAINTAINER}" ] ; then
 		echo -n "Guessing Maintainer: "




More information about the Dh-make-php-commits mailing list