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

Charles Fry cfry-guest at costa.debian.org
Thu May 18 15:03:07 UTC 2006


Author: cfry-guest
Date: 2006-05-18 15:03:06 +0000 (Thu, 18 May 2006)
New Revision: 174

Modified:
   trunk/dh-make-pear
Log:
using pear.mk, it's no longer necessary to copy changelog into packages


Modified: trunk/dh-make-pear
===================================================================
--- trunk/dh-make-pear	2006-05-18 01:58:16 UTC (rev 173)
+++ trunk/dh-make-pear	2006-05-18 15:03:06 UTC (rev 174)
@@ -146,9 +146,6 @@
 		${DEBTEMPDIR}/control > ${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}-${VERSION}/debian/control
 		xsltproc --nonet --novalid  --param Element "/*/description" ${PREFIX}/share/dh-make-php/xslt/common.xsl ${PACKAGEXML} | fold -s -w 70|sed -e "s§^[ \t]*$§.§g" -e "s§^§ §g" >> ${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}-${VERSION}/debian/control
 #		sgrep -e '"<description>"__"</description>"' ${PACKAGEXML} | fold -s -w 70|sed -e "s§^[ \t]*$§.§g" -e "s§^§ §g" >> ${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}-${VERSION}/debian/control
-		# changelog.xsl is copied into the source package in order to prevent
-		# a dependency on dh-make-php
-		cp ${PREFIX}/share/dh-make-php/xslt/changelog.xsl ${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}-${VERSION}/debian/
 sed -e "s/##packagename##/${DEBPACKAGEPREFIX}-${PHP_PKG_LOWNAME}/g" \
     -e "s/##version##/${VERSION}/g" \
     -e "s/##pearpkgname##/${PHP_PKG_NAME}/g" \




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