Control: tags 803027 + patch Control: tags 803027 + pending Dear maintainer,
I've prepared an NMU for freevo (versioned as 1.9.2b2-4.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 freevo-1.9.2b2/debian/changelog freevo-1.9.2b2/debian/changelog --- freevo-1.9.2b2/debian/changelog 2013-02-04 23:00:11.000000000 +0100 +++ freevo-1.9.2b2/debian/changelog 2015-12-20 14:12:39.000000000 +0100 @@ -1,3 +1,11 @@ +freevo (1.9.2b2-4.3) unstable; urgency=medium + + * Non-maintainer upload. + * find_-perm_+.diff: Use "find -perm /x" instead of "find -perm +x". Closes: + #803027 + + -- Andreas Metzler <[email protected]> Sun, 20 Dec 2015 14:10:39 +0100 + freevo (1.9.2b2-4.2) unstable; urgency=low [ Jonathan Wiltshire ] diff -Nru freevo-1.9.2b2/debian/patches/find_-perm_+.diff freevo-1.9.2b2/debian/patches/find_-perm_+.diff --- freevo-1.9.2b2/debian/patches/find_-perm_+.diff 1970-01-01 01:00:00.000000000 +0100 +++ freevo-1.9.2b2/debian/patches/find_-perm_+.diff 2015-12-20 14:13:51.000000000 +0100 @@ -0,0 +1,18 @@ +Description: Use "find -perm /x" instead of "find -perm +x". +Author: Andreas Metzler <[email protected]> +Bug-Debian: https://bugs.debian.org/803027 +Origin: vendor + +--- freevo-1.9.2b2.orig/runtime/Makefile ++++ freevo-1.9.2b2/runtime/Makefile +@@ -167,8 +167,8 @@ runtime_release: runapp_static copy + copy: python_copy jpegtran_copy matroxset_copy copy_libdeps + find lib -name "*.so" -exec strip {} \; + find dll -name "*.so*" -exec strip {} \; +- find apps -perm +111 -type f -exec strip {} \; +- find lib -name "*.py" -perm +0111 -exec chmod ugo-x \{\} \; ++ find apps -perm /111 -type f -exec strip {} \; ++ find lib -name "*.py" -perm /0111 -exec chmod ugo-x \{\} \; + + + # Build all the libraries etc diff -Nru freevo-1.9.2b2/debian/patches/series freevo-1.9.2b2/debian/patches/series --- freevo-1.9.2b2/debian/patches/series 2012-03-17 09:39:54.000000000 +0100 +++ freevo-1.9.2b2/debian/patches/series 2015-12-20 14:12:19.000000000 +0100 @@ -21,3 +21,4 @@ #twisted-web-9.diff #force-python2.5.diff #svn11693-py2.6-exceptions.diff +find_-perm_+.diff
signature.asc
Description: PGP signature

