[Dh-make-php-commits] r265 - in trunk: . pecl.template

steinm at alioth.debian.org steinm at alioth.debian.org
Wed Jul 18 08:42:18 UTC 2007


Author: steinm
Date: 2007-07-18 08:42:17 +0000 (Wed, 18 Jul 2007)
New Revision: 265

Modified:
   trunk/pear.mk
   trunk/pecl.mk
   trunk/pecl.template/rules
Log:
- call 'phppkginfo changelog' instead of xsltproc


Modified: trunk/pear.mk
===================================================================
--- trunk/pear.mk	2007-07-18 08:41:28 UTC (rev 264)
+++ trunk/pear.mk	2007-07-18 08:42:17 UTC (rev 265)
@@ -71,7 +71,8 @@
 	fi ;
 
 	# create upstream changelog
-	/usr/bin/xsltproc --nonet --novalid /usr/share/dh-make-php/xslt/changelog.xsl package.xml | gzip -9 > $(DEB_DESTDIR)$(PEAR_NEW_DOC_DIR)/changelog.gz
+#	/usr/bin/xsltproc --nonet --novalid /usr/share/dh-make-php/xslt/changelog.xsl package.xml | gzip -9 > $(DEB_DESTDIR)$(PEAR_NEW_DOC_DIR)/changelog.gz
+	$(shell /usr/share/dh-make-php/phppkginfo . changelog) | gzip -9 > $(DEB_DESTDIR)$(PEAR_NEW_DOC_DIR)/changelog.gz
 
 	# move test to correct location
 	# must move files instead of directory in case tests was part of docs above

Modified: trunk/pecl.mk
===================================================================
--- trunk/pecl.mk	2007-07-18 08:41:28 UTC (rev 264)
+++ trunk/pecl.mk	2007-07-18 08:42:17 UTC (rev 265)
@@ -63,7 +63,8 @@
 	./configure --with-php-config=$(PHPCONFIG)$* --prefix=/usr)
 
 common-build-indep::
-	xsltproc --nonet --novalid debian/changelog.xsl package.xml > debian/Changelog
+#	xsltproc --nonet --novalid debian/changelog.xsl package.xml > debian/Changelog
+	$(shell /usr/share/dh-make-php/phppkginfo . changelog) > debian/Changelog
 
 clean::
 	(cd $(SOURCE_DIR); \

Modified: trunk/pecl.template/rules
===================================================================
--- trunk/pecl.template/rules	2007-07-18 08:41:28 UTC (rev 264)
+++ trunk/pecl.template/rules	2007-07-18 08:42:17 UTC (rev 265)
@@ -51,7 +51,8 @@
 build-v4 build-v5: build-v%: build-stamp-v%
 
 build-stamp:
-	xsltproc --nonet --novalid debian/changelog.xsl package.xml > debian/Changelog
+#	xsltproc --nonet --novalid debian/changelog.xsl package.xml > debian/Changelog
+	$(shell /usr/share/dh-make-php/phppkginfo . changelog > debian/Changelog)
 	touch build-stamp
 
 build-stamp-v4 build-stamp-v5: build-stamp-v%: build-stamp configure-stamp-v%




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