[Python-modules-commits] [pycurl] 140/140: update debian/patches directory

Barry Warsaw barry at moszumanska.debian.org
Wed Oct 1 21:45:19 UTC 2014


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

barry pushed a commit to branch master
in repository pycurl.

commit 1ba031a4e0dcd9042fb1898364c0a7bec79e1686
Author: Barry Warsaw <barry at python.org>
Date:   Wed Oct 1 16:44:17 2014 -0400

    update debian/patches directory
---
 debian/.git-dpm                              |  2 +-
 debian/patches/10_setup.py.patch             | 14 ++++++++++++--
 debian/patches/20_build_doc_for_debian.patch | 16 ++++++++++++----
 3 files changed, 25 insertions(+), 7 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 69fbbe4..ac22b73 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -1,5 +1,5 @@
 # see git-dpm(1) from git-dpm package
-NONE
+36f7b931a1363416d3256b98bf59474c37007fc1
 36f7b931a1363416d3256b98bf59474c37007fc1
 31bfa35a9b88bd353aeb97784ac8de4c49755f08
 31bfa35a9b88bd353aeb97784ac8de4c49755f08
diff --git a/debian/patches/10_setup.py.patch b/debian/patches/10_setup.py.patch
index a5fdcf5..5cc0c62 100644
--- a/debian/patches/10_setup.py.patch
+++ b/debian/patches/10_setup.py.patch
@@ -1,5 +1,15 @@
-Author: Sandro Tosi <morph at debian.org>
-Description: Adjust setup.py file for Debian architecture
+From 8ec889ff26d895a712a502018c540b78552bf646 Mon Sep 17 00:00:00 2001
+From: Sandro Tosi <morph at debian.org>
+Date: Tue, 30 Sep 2014 17:38:05 -0400
+Subject: Adjust setup.py file for Debian architecture
+
+Patch-Name: 10_setup.py.patch
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 6215dfa..6f778f7 100644
 --- a/setup.py
 +++ b/setup.py
 @@ -54,7 +54,7 @@ def scan_argv(s, default=None):
diff --git a/debian/patches/20_build_doc_for_debian.patch b/debian/patches/20_build_doc_for_debian.patch
index 63be92d..1e1d14e 100644
--- a/debian/patches/20_build_doc_for_debian.patch
+++ b/debian/patches/20_build_doc_for_debian.patch
@@ -1,13 +1,21 @@
-Description: Adapt documentation build process for Debian packaging purposes
-Author: Sandro Tosi <morph at debian.org>
+From 36f7b931a1363416d3256b98bf59474c37007fc1 Mon Sep 17 00:00:00 2001
+From: Sandro Tosi <morph at debian.org>
+Date: Tue, 30 Sep 2014 17:38:05 -0400
+Subject: Adapt documentation build process for Debian packaging purposes
+
 Origin: vendor
 Forwarded: not-needed
 Last-Update: 2014-02-15
+Patch-Name: 20_build_doc_for_debian.patch
 ---
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+ Makefile | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile b/Makefile
+index 99120e7..5a2ba47 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -142,6 +142,7 @@
+@@ -142,6 +142,7 @@ docs: build
  	PYTHONSUFFIX=$$(python -V 2>&1 |awk '{print $$2}' |awk -F. '{print $$1 "." $$2}') && \
  	PYTHONPATH=$$(ls -d build/lib.*$$PYTHONSUFFIX):$$PYTHONPATH \
  	sphinx-build doc build/doc

-- 
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