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

Uwe Steinmann steinm at alioth.debian.org
Fri Nov 3 10:03:44 CET 2006


Author: steinm
Date: 2006-11-03 10:03:44 +0100 (Fri, 03 Nov 2006)
New Revision: 232

Modified:
   trunk/dh-make-pecl
Log:
- replace keyword ##phpdevdepends## in pecl.tempate/control


Modified: trunk/dh-make-pecl
===================================================================
--- trunk/dh-make-pecl	2006-11-03 09:03:14 UTC (rev 231)
+++ trunk/dh-make-pecl	2006-11-03 09:03:44 UTC (rev 232)
@@ -192,6 +192,7 @@
 	BINARYTARGETS="${BINARYTARGETS}binary-arch-v${PHPVER} "
 	BUILDTARGETS="${BUILDTARGETS}build-v${PHPVER} "
 	CLEANTARGETS="${CLEANTARGETS}clean-v${PHPVER} "
+	PHPDEVDEPENDS="${PHPDEVDEPENDS}, php${PHPVER}-dev "
 done
 
 sed -e "s/##packagename##/${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}/g" \
@@ -219,7 +220,10 @@
 sed -e "s/##peclpackagename##/${PHP_PKG_NAME}/g" \
 		${DEBTEMPDIR}/watch > ${SRCPACKAGEDIR}/debian/watch
 
-cp ${DEBTEMPDIR}/control ${SRCPACKAGEDIR}/debian/control
+sed -e "s/##phpdevdepends##/${PHPDEVDEPENDS}/g" \
+		${DEBTEMPDIR}/control > ${SRCPACKAGEDIR}/debian/control
+
+#cp ${DEBTEMPDIR}/control ${SRCPACKAGEDIR}/debian/control
 #cp ${DEBTEMPDIR}/templates ${SRCPACKAGEDIR}/debian/templates
 cp -r ${DEBTEMPDIR}/po ${SRCPACKAGEDIR}/debian/po
 




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