[Python-modules-commits] [pycurl] 74/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 a9defd8510e21b38b90be5666a3950ca6ad3582e
Author: Barry Warsaw <barry at python.org>
Date: Wed Oct 1 16:43:42 2014 -0400
update debian/patches directory
---
debian/.git-dpm | 2 +-
.../0001-changes-in-pycurl_7.16.4-1.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 0763ded..afecda6 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -1,5 +1,5 @@
# see git-dpm(1) from git-dpm package
-NONE
+7cc33b01f516d246bd048fc38846476cd7082b94
7cc33b01f516d246bd048fc38846476cd7082b94
9b0eb2fe393224f75230d4656a0739a2cb69bce2
9b0eb2fe393224f75230d4656a0739a2cb69bce2
diff --git a/debian/patches/0001-changes-in-pycurl_7.16.4-1.diff.gz.patch b/debian/patches/0001-changes-in-pycurl_7.16.4-1.diff.gz.patch
new file mode 100644
index 0000000..62e616a
--- /dev/null
+++ b/debian/patches/0001-changes-in-pycurl_7.16.4-1.diff.gz.patch
@@ -0,0 +1,22 @@
+From 7cc33b01f516d246bd048fc38846476cd7082b94 Mon Sep 17 00:00:00 2001
+From: Domenico Andreoli <cavok at debian.org>
+Date: Wed, 18 Jul 2007 17:54:16 +0200
+Subject: changes in pycurl_7.16.4-1.diff.gz
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 0829b21..3f1c487 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..287b681
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-changes-in-pycurl_7.16.4-1.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