[Python-modules-commits] [pycurl] 01/07: Apply NMU patch.

Barry Warsaw barry at moszumanska.debian.org
Tue Jan 12 19:46:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository pycurl.

commit 53ce6c125a1bc38826a295c27b7a3cbe1eff5648
Author: Barry Warsaw <barry at python.org>
Date:   Tue Jan 12 14:26:32 2016 -0500

    Apply NMU patch.
---
 debian/changelog                       |  8 ++++++++
 debian/patches/30_find-perm_slash.diff | 18 ++++++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3667700..d5e36c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <ametzler at debian.org>  Tue, 29 Dec 2015 14:30:53 +0100
+
 pycurl (7.19.5.3-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/30_find-perm_slash.diff b/debian/patches/30_find-perm_slash.diff
new file mode 100644
index 0000000..85cfbc0
--- /dev/null
+++ b/debian/patches/30_find-perm_slash.diff
@@ -0,0 +1,18 @@
+Description: Use "find -perm /x" instead of "find -perm +x".
+Author: Andreas Metzler <ametzler at debian.org>
+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 --git a/debian/patches/series b/debian/patches/series
index 37390bb..eb7d5ce 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 10_setup.py.patch
 20_build_doc_for_debian.patch
+30_find-perm_slash.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycurl.git



More information about the Python-modules-commits mailing list