Control: tags 803029 + patch Control: tags 803029 + pending Dear maintainer,
I've prepared an NMU for dbacl (versioned as 1.12-2.2) 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 -u dbacl-1.12/debian/changelog dbacl-1.12/debian/changelog --- dbacl-1.12/debian/changelog +++ dbacl-1.12/debian/changelog @@ -1,3 +1,10 @@ +dbacl (1.12-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Use "find -perm /xxx" instead of "find -perm +xxx". Closes: #803029 + + -- Andreas Metzler <[email protected]> Sun, 20 Dec 2015 13:53:27 +0100 + dbacl (1.12-2.1) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- dbacl-1.12.orig/src/mailtest.functions.in +++ dbacl-1.12/src/mailtest.functions.in @@ -91,7 +91,7 @@ } get_filters() { - FILTS=`find $FILTERS -type f -perm +0111 -exec basename {} \; | sort -u` + FILTS=`find $FILTERS -type f -perm /0111 -exec basename {} \; | sort -u` [ -z "$FILTS" ] && echo "No filters found" }
signature.asc
Description: PGP signature

