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

Uwe Steinmann steinm at costa.debian.org
Tue May 30 14:50:03 UTC 2006


Author: steinm
Date: 2006-05-30 14:49:56 +0000 (Tue, 30 May 2006)
New Revision: 188

Modified:
   trunk/pear.mk
Log:
- no need to check for pear, xsltproc, and xml because the debian
  package depends on them.


Modified: trunk/pear.mk
===================================================================
--- trunk/pear.mk	2006-05-30 14:30:45 UTC (rev 187)
+++ trunk/pear.mk	2006-05-30 14:49:56 UTC (rev 188)
@@ -44,10 +44,6 @@
 DEB_PHONY_RULES += pear-sanity-check
 
 pear-sanity-check:
-	if ! [ -x /usr/bin/pear -a -x /usr/bin/xml -a -x /usr/bin/xsltproc ] ; then \
-		echo "pear.mk depends on php-pear, xmlstarlet, and xsltproc" ; \
-		exit 1 ; \
-	fi
 
 # check sanity as early as possible
 pre-build:: pear-sanity-check




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