[Python-modules-commits] [pycurl] 69/140: update debian/patches directory
Barry Warsaw
barry at moszumanska.debian.org
Wed Oct 1 21:45:08 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 454894e669a836c80527fef826837e7415f9997d
Author: Barry Warsaw <barry at python.org>
Date: Wed Oct 1 16:43:41 2014 -0400
update debian/patches directory
---
debian/.git-dpm | 2 +-
...0001-changes-in-pycurl_7.16.2.1-2.diff.gz.patch | 22 ++++++++++++++++++++++
debian/patches/series | 1 +
debian/source/format | 1 +
4 files changed, 25 insertions(+), 1 deletion(-)
diff --git a/debian/.git-dpm b/debian/.git-dpm
index e11f8ec..c5372e9 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -1,5 +1,5 @@
# see git-dpm(1) from git-dpm package
-NONE
+d9c5a1a3a324a11dbbda6fa0132e1f7228a783f3
d9c5a1a3a324a11dbbda6fa0132e1f7228a783f3
1588036e0cce0b319f8b474ca1ac70671aaabc41
1588036e0cce0b319f8b474ca1ac70671aaabc41
diff --git a/debian/patches/0001-changes-in-pycurl_7.16.2.1-2.diff.gz.patch b/debian/patches/0001-changes-in-pycurl_7.16.2.1-2.diff.gz.patch
new file mode 100644
index 0000000..011c606
--- /dev/null
+++ b/debian/patches/0001-changes-in-pycurl_7.16.2.1-2.diff.gz.patch
@@ -0,0 +1,22 @@
+From d9c5a1a3a324a11dbbda6fa0132e1f7228a783f3 Mon Sep 17 00:00:00 2001
+From: Domenico Andreoli <cavok at debian.org>
+Date: Mon, 14 May 2007 01:17:33 +0200
+Subject: changes in pycurl_7.16.2.1-2.diff.gz
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index be2c41c..9093a4a 100644
+--- a/setup.py
++++ b/setup.py
+@@ -17,7 +17,7 @@ from distutils.util import split_quoted
+ from distutils.version import LooseVersion
+
+ include_dirs = []
+-define_macros = []
++define_macros = [ ('HAVE_CURL_GNUTLS', 1) ]
+ library_dirs = []
+ libraries = []
+ runtime_library_dirs = []
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..44f825f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-changes-in-pycurl_7.16.2.1-2.diff.gz.patch
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
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