tags 457437 + patch
thanks
Hi,
Attached is the diff for my php-db 1.7.6-2.1 NMU, uploaded to DELAYED/1.
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
diff -u php-db-1.7.6/debian/changelog php-db-1.7.6/debian/changelog
--- php-db-1.7.6/debian/changelog
+++ php-db-1.7.6/debian/changelog
@@ -1,3 +1,10 @@
+php-db (1.7.6-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules: fixed bashism (use of {,}). Closes: #457437.
+
+ -- Lucas Nussbaum <[EMAIL PROTECTED]> Sun, 20 Jan 2008 16:57:16 +0100
+
php-db (1.7.6-2) unstable; urgency=low
* Need to replace php4-pear (<< 4:4.4.0-0), yes the epoch matters.
diff -u php-db-1.7.6/debian/rules php-db-1.7.6/debian/rules
--- php-db-1.7.6/debian/rules
+++ php-db-1.7.6/debian/rules
@@ -24,7 +24,7 @@
cp DB.php debian/$(source)/usr/share/php/
cp DB/* debian/$(source)/usr/share/php/DB/
cp -r tests/* debian/$(source)/usr/share/php/tests/
- chmod 755 debian/$(source)/usr/share/php/tests/{driver/,}run.cvs
+ chmod 755 debian/$(source)/usr/share/php/tests/driver/run.cvs debian/$(source)/usr/share/php/tests/run.cvs
# Rest of the debhelper scripts
dh_testroot