[Pkg-php-commits] r1176 - pear/php-mdb2/trunk/debian

Vincent Bernat bernat at alioth.debian.org
Sat Nov 29 18:48:14 UTC 2008


Author: bernat
Date: 2008-11-29 18:48:14 +0000 (Sat, 29 Nov 2008)
New Revision: 1176

Modified:
   pear/php-mdb2/trunk/debian/rules
Log:
Remove bogus ";" at the end of shell commands.
Remove /usr/share/php/data.


Modified: pear/php-mdb2/trunk/debian/rules
===================================================================
--- pear/php-mdb2/trunk/debian/rules	2008-11-29 18:42:36 UTC (rev 1175)
+++ pear/php-mdb2/trunk/debian/rules	2008-11-29 18:48:14 UTC (rev 1176)
@@ -39,20 +39,21 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/package.
-	cp package.xml $(pear_pkg)/package.xml;
-	$(PEAR) install -f -n -R debian/$(package) $(pear_pkg)/package.xml;
-	rm -f debian/$(package)/usr/share/php/.filemap;
-	rm -f debian/$(package)/usr/share/php/.lock;
-	rm -rf debian/$(package)/usr/share/php/.channels;
-	rm -rf debian/$(package)/usr/share/php/.depdblock;
-	rm -rf debian/$(package)/usr/share/php/.depdb;
-	rm -rf debian/$(package)/usr/share/php/.registry/.channel.pecl.php.net;
-	rm -rf debian/$(package)/usr/share/php/.registry/.channel.__uri;
+	cp package.xml $(pear_pkg)/package.xml
+	$(PEAR) install -f -n -R debian/$(package) $(pear_pkg)/package.xml
+	rm -f debian/$(package)/usr/share/php/.filemap
+	rm -f debian/$(package)/usr/share/php/.lock
+	rm -rf debian/$(package)/usr/share/php/data
+	rm -rf debian/$(package)/usr/share/php/.channels
+	rm -rf debian/$(package)/usr/share/php/.depdblock
+	rm -rf debian/$(package)/usr/share/php/.depdb
+	rm -rf debian/$(package)/usr/share/php/.registry/.channel.pecl.php.net
+	rm -rf debian/$(package)/usr/share/php/.registry/.channel.__uri
 	rm -rf debian/$(package)/tmp
 
 	# remove duplicated files, these files are in /usr/share/doc/package
-	rm -rf debian/$(package)/usr/share/php/docs;
-	rm -rf debian/$(package)/usr/share/php/tests;
+	rm -rf debian/$(package)/usr/share/php/docs
+	rm -rf debian/$(package)/usr/share/php/tests
 	rm -rf debian/$(package)/usr/share/php/data/MDB2
 
 # Build architecture-dependent files here.




More information about the Pkg-php-commits mailing list