[Pkg-php-commits] r1190 - pear/php-mdb2-driver-sqlite/trunk/debian

Mark Hershberger mah-guest at alioth.debian.org
Mon Jan 5 21:18:19 UTC 2009


Author: mah-guest
Date: 2009-01-05 21:18:19 +0000 (Mon, 05 Jan 2009)
New Revision: 1190

Modified:
   pear/php-mdb2-driver-sqlite/trunk/debian/
   pear/php-mdb2-driver-sqlite/trunk/debian/rules
Log:
fix leftover line from using the mysql drivers's rules file to create sqlite driver pkg.  Add merge prop.


Property changes on: pear/php-mdb2-driver-sqlite/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Modified: pear/php-mdb2-driver-sqlite/trunk/debian/rules
===================================================================
--- pear/php-mdb2-driver-sqlite/trunk/debian/rules	2009-01-05 20:58:09 UTC (rev 1189)
+++ pear/php-mdb2-driver-sqlite/trunk/debian/rules	2009-01-05 21:18:19 UTC (rev 1190)
@@ -10,7 +10,7 @@
 DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
 
 PEAR ?= /usr/bin/pear
-pear_pkg = $(shell ls |grep MDB2_Driver_mysql)
+pear_pkg = $(shell ls |grep MDB2_Driver_sqlite)
 package = $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f 2 -d ' ')
 
 configure: configure-stamp




More information about the Pkg-php-commits mailing list