[Python-modules-commits] r27688 - in packages/pycurl/trunk/debian (2 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Feb 15 16:40:22 UTC 2014
Date: Saturday, February 15, 2014 @ 16:40:21
Author: morph
Revision: 27688
* debian/patches/10_setup.py.patch
- refreshed
Modified:
packages/pycurl/trunk/debian/changelog
packages/pycurl/trunk/debian/patches/10_setup.py.patch
Modified: packages/pycurl/trunk/debian/changelog
===================================================================
--- packages/pycurl/trunk/debian/changelog 2014-02-15 16:39:48 UTC (rev 27687)
+++ packages/pycurl/trunk/debian/changelog 2014-02-15 16:40:21 UTC (rev 27688)
@@ -10,8 +10,10 @@
* debian/copyright
- used DEP-5 format
- updated upstream & packaging copyright information
+ * debian/patches/10_setup.py.patch
+ - refreshed
- -- Sandro Tosi <morph at debian.org> Sat, 15 Feb 2014 17:39:19 +0100
+ -- Sandro Tosi <morph at debian.org> Sat, 15 Feb 2014 17:40:12 +0100
pycurl (7.19.3-1) unstable; urgency=medium
Modified: packages/pycurl/trunk/debian/patches/10_setup.py.patch
===================================================================
--- packages/pycurl/trunk/debian/patches/10_setup.py.patch 2014-02-15 16:39:48 UTC (rev 27687)
+++ packages/pycurl/trunk/debian/patches/10_setup.py.patch 2014-02-15 16:40:21 UTC (rev 27688)
@@ -2,12 +2,12 @@
Description: Adjust setup.py file for Debian architecture
--- a/setup.py
+++ b/setup.py
-@@ -25,7 +25,7 @@ class ConfigurationError(exception_base)
- pass
-
- include_dirs = []
--define_macros = [("PYCURL_VERSION", '"%s"' % VERSION)]
-+define_macros = [("PYCURL_VERSION", '"%s"' % VERSION), ('HAVE_CURL_GNUTLS', 1) ]
- library_dirs = []
- libraries = []
- runtime_library_dirs = []
+@@ -54,7 +54,7 @@ def scan_argv(s, default=None):
+ class ExtensionConfiguration(object):
+ def __init__(self):
+ self.include_dirs = []
+- self.define_macros = [("PYCURL_VERSION", '"%s"' % VERSION)]
++ self.define_macros = [("PYCURL_VERSION", '"%s"' % VERSION), ('HAVE_CURL_GNUTLS', 1) ]
+ self.library_dirs = []
+ self.libraries = []
+ self.runtime_library_dirs = []
More information about the Python-modules-commits
mailing list