Control: tags 808922 + patch Control: tags 808922 + pending Dear maintainer,
I've prepared an NMU for pycurl (versioned as 7.19.5.3-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 -Nru pycurl-7.19.5.3/debian/changelog pycurl-7.19.5.3/debian/changelog --- pycurl-7.19.5.3/debian/changelog 2015-11-18 19:46:39.000000000 +0100 +++ pycurl-7.19.5.3/debian/changelog 2015-12-29 14:34:17.000000000 +0100 @@ -1,3 +1,11 @@ +pycurl (7.19.5.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * 30_find-perm_slash.diff: Use "find -perm /x" instead of "find -perm +x". + Closes: #808922 + + -- Andreas Metzler <[email protected]> Tue, 29 Dec 2015 14:30:53 +0100 + pycurl (7.19.5.3-1) unstable; urgency=medium * New upstream release. diff -Nru pycurl-7.19.5.3/debian/patches/30_find-perm_slash.diff pycurl-7.19.5.3/debian/patches/30_find-perm_slash.diff --- pycurl-7.19.5.3/debian/patches/30_find-perm_slash.diff 1970-01-01 01:00:00.000000000 +0100 +++ pycurl-7.19.5.3/debian/patches/30_find-perm_slash.diff 2015-12-29 14:34:00.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/808922 +Origin: vendor + +--- pycurl-7.19.5.3.orig/Makefile ++++ pycurl-7.19.5.3/Makefile +@@ -175,8 +175,8 @@ rsync-check: + # NOTE: rsync targets depend on www. + rsync-prepare: + chgrp $(CHMOD_VERBOSE) -R pycurl $(BUILD_WWW) +- chmod $(CHMOD_VERBOSE) g+r `find $(BUILD_WWW) -perm +400 -print` +- chmod $(CHMOD_VERBOSE) g+w `find $(BUILD_WWW) -perm +200 -print` ++ chmod $(CHMOD_VERBOSE) g+r `find $(BUILD_WWW) -perm /400 -print` ++ chmod $(CHMOD_VERBOSE) g+w `find $(BUILD_WWW) -perm /200 -print` + chmod $(CHMOD_VERBOSE) g+s `find $(BUILD_WWW) -type d -print` + ## chmod $(CHMOD_VERBOSE) g+rws `find $(BUILD_WWW) -type d -perm -770 -print` + chmod $(CHMOD_VERBOSE) g+rws `find $(BUILD_WWW) -type d -print` diff -Nru pycurl-7.19.5.3/debian/patches/series pycurl-7.19.5.3/debian/patches/series --- pycurl-7.19.5.3/debian/patches/series 2015-11-18 19:46:39.000000000 +0100 +++ pycurl-7.19.5.3/debian/patches/series 2015-12-29 14:33:23.000000000 +0100 @@ -1,2 +1,3 @@ 10_setup.py.patch 20_build_doc_for_debian.patch +30_find-perm_slash.diff
signature.asc
Description: PGP signature

