Control: tags 808938 + patch Control: tags 808938 + pending Dear maintainer,
I've prepared an NMU for ftpwatch (versioned as 1.21+nmu1) 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 ftpwatch-1.21/debian/changelog ftpwatch-1.21+nmu1/debian/changelog --- ftpwatch-1.21/debian/changelog 2011-07-10 19:42:29.000000000 +0200 +++ ftpwatch-1.21+nmu1/debian/changelog 2015-12-25 15:14:21.000000000 +0100 @@ -1,3 +1,10 @@ +ftpwatch (1.21+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * Use "find -perm /x" instead of "find -perm +x". Closes: #808938 + + -- Andreas Metzler <[email protected]> Fri, 25 Dec 2015 15:14:18 +0100 + ftpwatch (1.21) unstable; urgency=low * Binary moved to /usr/bin (closes: #608940) diff -Nru ftpwatch-1.21/tst ftpwatch-1.21+nmu1/tst --- ftpwatch-1.21/tst 1999-07-11 23:45:44.000000000 +0200 +++ ftpwatch-1.21+nmu1/tst 2015-12-25 15:13:05.000000000 +0100 @@ -51,7 +51,7 @@ # Look for perl scripts my ($ff, $newdep); - foreach $file (split(/\n/,`find $TMP -type f \\( -name "*.pl" -or -perm +111 \\)`)) { + foreach $file (split(/\n/,`find $TMP -type f \\( -name "*.pl" -or -perm /111 \\)`)) { $ff=`file -b $file`; if ($ff =~ /perl/) { $newdep = dep_from_script ($file);
signature.asc
Description: PGP signature

