Control: tags 803022 + patch
Control: tags 803022 + pending

Dear maintainer,

I've prepared an NMU for php-fpdf (versioned as 3:1.7.dfsg-1.1) and
uploaded it to DELAYED/15. Please feel free to tell me if I
should delay it longer.

Regards.
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
diff -Nru php-fpdf-1.7.dfsg/debian/changelog php-fpdf-1.7.dfsg/debian/changelog
--- php-fpdf-1.7.dfsg/debian/changelog	2011-07-31 16:19:29.000000000 +0200
+++ php-fpdf-1.7.dfsg/debian/changelog	2015-12-20 14:47:34.000000000 +0100
@@ -1,3 +1,10 @@
+php-fpdf (3:1.7.dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use "find -perm /x" instead of "find -perm +x". Closes: #803022
+
+ -- Andreas Metzler <ametz...@debian.org>  Sun, 20 Dec 2015 14:46:56 +0100
+
 php-fpdf (3:1.7.dfsg-1) unstable; urgency=low
 
   * New upstream release
diff -Nru php-fpdf-1.7.dfsg/debian/rules php-fpdf-1.7.dfsg/debian/rules
--- php-fpdf-1.7.dfsg/debian/rules	2011-08-22 12:03:40.000000000 +0200
+++ php-fpdf-1.7.dfsg/debian/rules	2015-12-20 14:46:45.000000000 +0100
@@ -29,7 +29,7 @@
 	dh_link usr/share/php/fpdf usr/share/fpdf
 	dh_link usr/share/php/fpdf/fpdf.php usr/share/php/fpdf.php
 	#find tutorial/ -path '*php' -print0 | xargs -0 perl -i -p -e 's/\.\.\/fpdf.php/fpdf.php/'
-	find $(DEB_DESTDIR) -type f -and -perm +111 -print0 | xargs -0ri chmod a-x '{}'
+	find $(DEB_DESTDIR) -type f -and -perm /111 -print0 | xargs -0ri chmod a-x '{}'
 
 binary-arch:
 

Attachment: signature.asc
Description: PGP signature

Reply via email to