Control: tags 808923 + patch Control: tags 808923 + pending Dear maintainer,
I've prepared an NMU for assword (versioned as 0.8-2.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 -Nru assword-0.8/debian/changelog assword-0.8/debian/changelog --- assword-0.8/debian/changelog 2015-07-02 18:16:04.000000000 +0200 +++ assword-0.8/debian/changelog 2015-12-29 14:43:47.000000000 +0100 @@ -1,3 +1,11 @@ +assword (0.8-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * 10_find-perm_slash.diff: Use "find -perm /x" instead of "find -perm +x". + Closes: #808923 + + -- Andreas Metzler <[email protected]> Tue, 29 Dec 2015 14:40:40 +0100 + assword (0.8-2) unstable; urgency=medium * d/control: fixed Homepage URL to use https diff -Nru assword-0.8/debian/patches/10_find-perm_slash.diff assword-0.8/debian/patches/10_find-perm_slash.diff --- assword-0.8/debian/patches/10_find-perm_slash.diff 1970-01-01 01:00:00.000000000 +0100 +++ assword-0.8/debian/patches/10_find-perm_slash.diff 2015-12-29 14:43:11.000000000 +0100 @@ -0,0 +1,16 @@ +Description: Use "find -perm /x" instead of "find -perm +x". +Author: Andreas Metzler <[email protected]> +Bug-Debian: https://bugs.debian.org/808923 +Origin: vendor + +--- assword-0.8.orig/test/basic ++++ assword-0.8/test/basic +@@ -44,7 +44,7 @@ test_expect_code 2 'failure to clean up + test_begin_subtest 'Ensure that all available tests will be run' + eval $(sed -n -e '/^TESTS="$/,/^"$/p' $TEST_DIRECTORY/assword-test) + tests_in_suite=$(for i in $TESTS $TESTS_NET; do echo $i; done | sort) +-available=$(find "$TEST_DIRECTORY" -maxdepth 1 -type f -perm +111 \ ++available=$(find "$TEST_DIRECTORY" -maxdepth 1 -type f -perm /111 \ + ! -name '*~' \ + ! -name 'lib/*' \ + ! -name test-verbose \ diff -Nru assword-0.8/debian/patches/series assword-0.8/debian/patches/series --- assword-0.8/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ assword-0.8/debian/patches/series 2015-12-29 14:42:35.000000000 +0100 @@ -0,0 +1 @@ +10_find-perm_slash.diff
signature.asc
Description: PGP signature

