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

steinm at alioth.debian.org steinm at alioth.debian.org
Fri Aug 17 20:14:03 UTC 2007


Author: steinm
Date: 2007-08-17 20:14:03 +0000 (Fri, 17 Aug 2007)
New Revision: 273

Modified:
   trunk/pear.mk
Log:
- fixed bug #437395 as suggested in bug report


Modified: trunk/pear.mk
===================================================================
--- trunk/pear.mk	2007-07-19 22:50:22 UTC (rev 272)
+++ trunk/pear.mk	2007-08-17 20:14:03 UTC (rev 273)
@@ -72,7 +72,7 @@
 
 	# 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
-	$(shell /usr/share/dh-make-php/phppkginfo . changelog) | gzip -9 > $(DEB_DESTDIR)$(PEAR_NEW_DOC_DIR)/changelog.gz
+	/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




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