[Pkg-php-commits] r1418 - pear/php-mail/trunk/debian

Thijs Kinkhorst thijs at alioth.debian.org
Sun May 16 11:32:12 UTC 2010


tags 581459 pending
thanks

Author: thijs
Date: 2010-05-16 11:32:11 +0000 (Sun, 16 May 2010)
New Revision: 1418

Modified:
   pear/php-mail/trunk/debian/changelog
   pear/php-mail/trunk/debian/rules
Log:
Fix bashism in debian/rules (Closes: #581459).

Modified: pear/php-mail/trunk/debian/changelog
===================================================================
--- pear/php-mail/trunk/debian/changelog	2010-05-16 11:27:21 UTC (rev 1417)
+++ pear/php-mail/trunk/debian/changelog	2010-05-16 11:32:11 UTC (rev 1418)
@@ -1,3 +1,9 @@
+php-mail (1.2.0-2) UNRELEASED; urgency=low
+
+  * Fix bashism in debian/rules (Closes: #581459).
+
+ -- Thijs Kinkhorst <thijs at debian.org>  Sun, 16 May 2010 13:31:43 +0200
+
 php-mail (1.2.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: pear/php-mail/trunk/debian/rules
===================================================================
--- pear/php-mail/trunk/debian/rules	2010-05-16 11:27:21 UTC (rev 1417)
+++ pear/php-mail/trunk/debian/rules	2010-05-16 11:32:11 UTC (rev 1418)
@@ -43,7 +43,8 @@
 	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,doc}.php.net;
+	rm -rf debian/$(package)/usr/share/php/.registry/.channel.pecl.php.net;
+	rm -rf debian/$(package)/usr/share/php/.registry/.channel.doc.php.net;
 	rm -rf debian/$(package)/usr/share/php/.registry/.channel.__uri;
 	rm -rf debian/$(package)/tmp
 




More information about the Pkg-php-commits mailing list