[Pkg-php-commits] r1177 - pear/php-mdb2-driver-mysql/trunk/debian
Vincent Bernat
bernat at alioth.debian.org
Sat Nov 29 18:48:20 UTC 2008
Author: bernat
Date: 2008-11-29 18:48:20 +0000 (Sat, 29 Nov 2008)
New Revision: 1177
Modified:
pear/php-mdb2-driver-mysql/trunk/debian/rules
Log:
Remove bogus ";" at the end of shell commands.
Remove /usr/share/php/data.
Modified: pear/php-mdb2-driver-mysql/trunk/debian/rules
===================================================================
--- pear/php-mdb2-driver-mysql/trunk/debian/rules 2008-11-29 18:48:14 UTC (rev 1176)
+++ pear/php-mdb2-driver-mysql/trunk/debian/rules 2008-11-29 18:48:20 UTC (rev 1177)
@@ -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 -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 -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_Driver_mysql
# Build architecture-dependent files here.
More information about the Pkg-php-commits
mailing list