Control: tags 803030 + patch Control: tags 803030 + pending Dear maintainer,
I've prepared an NMU for autopsy (versioned as 2.24-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 -u autopsy-2.24/debian/changelog autopsy-2.24/debian/changelog --- autopsy-2.24/debian/changelog +++ autopsy-2.24/debian/changelog @@ -1,3 +1,10 @@ +autopsy (2.24-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use "find -perm /x" instead of "find -perm +x". Closes: #803030 + + -- Andreas Metzler <[email protected]> Sun, 20 Dec 2015 14:02:36 +0100 + autopsy (2.24-1) unstable; urgency=low * New upstream release only in patch2: unchanged: --- autopsy-2.24.orig/Makefile +++ autopsy-2.24/Makefile @@ -21,7 +21,7 @@ rm -f ./lib/*.bak rm -f ./base/*.bak find . -name ".DS_Store" | xargs rm -f - find . -type f -perm +g+x,o+x,u+x | xargs chmod -x + find . -type f -perm /g+x,o+x,u+x | xargs chmod -x grep "curtskver=" ./configure grep "VER" ./lib/define.pl find . -name ".*" | grep -v perltidy
signature.asc
Description: PGP signature

