Control: tags 724769 + patch
Control: tags 724769 + pending

[Replace XX with correct value]
Dear maintainer,

I've prepared an NMU for timidity (versioned as 2.13.2-40.3) 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 timidity-2.13.2/debian/changelog timidity-2.13.2/debian/changelog
--- timidity-2.13.2/debian/changelog	2013-10-28 11:07:23.000000000 +0100
+++ timidity-2.13.2/debian/changelog	2015-12-23 20:16:31.000000000 +0100
@@ -1,3 +1,11 @@
+timidity (2.13.2-40.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * find_-perm_+.diff / debian/rules: Use "find -perm /x" instead of "find
+    -perm +x". Closes: #724769
+
+ -- Andreas Metzler <[email protected]>  Wed, 23 Dec 2015 20:15:42 +0100
+
 timidity (2.13.2-40.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru timidity-2.13.2/debian/patches/find_-perm_+.diff timidity-2.13.2/debian/patches/find_-perm_+.diff
--- timidity-2.13.2/debian/patches/find_-perm_+.diff	1970-01-01 01:00:00.000000000 +0100
+++ timidity-2.13.2/debian/patches/find_-perm_+.diff	2015-12-23 20:15:20.000000000 +0100
@@ -0,0 +1,15 @@
+Description:  Use "find -perm /x" instead of "find -perm +x".
+Author: Andreas Metzler <[email protected]>
+Bug-Debian: https://bugs.debian.org/724769
+
+--- timidity-2.13.2.orig/autogen.sh
++++ timidity-2.13.2/autogen.sh
+@@ -39,7 +39,7 @@ test -d debian && {
+ 	[ "$1" == "updateexec" ] && {
+ 		echo Generating list of executable files...
+ 		rm -f debian/executable.files
+-		find -type f -perm +111 ! -name '.*' -fprint debian/executable.files
++		find -type f -perm /111 ! -name '.*' -fprint debian/executable.files
+ 	}
+ 
+ 	# Remove any files in upstream tarball that we don't have in the Debian
diff -Nru timidity-2.13.2/debian/patches/series timidity-2.13.2/debian/patches/series
--- timidity-2.13.2/debian/patches/series	2010-05-21 11:41:25.000000000 +0200
+++ timidity-2.13.2/debian/patches/series	2015-12-23 20:14:22.000000000 +0100
@@ -1 +1,2 @@
 debian-changes-2.13.2-36
+find_-perm_+.diff
diff -Nru timidity-2.13.2/debian/rules timidity-2.13.2/debian/rules
--- timidity-2.13.2/debian/rules	2013-09-30 21:21:32.000000000 +0200
+++ timidity-2.13.2/debian/rules	2015-12-23 20:12:46.000000000 +0100
@@ -85,7 +85,7 @@
 clean:	configure doconfigure
 	dh_testdir
 	dh_testroot
-	-find -type f -perm +111 ! -name 'rules' -exec chmod 644 {} \;
+	-find -type f -perm /111 ! -name 'rules' -exec chmod 644 {} \;
 	-xargs -t -r chmod +x < debian/executable.files
 	rm -f build-stamp
 	$(MAKE) clean

Attachment: signature.asc
Description: PGP signature

Reply via email to