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

Barry Warsaw barry at moszumanska.debian.org
Wed Oct 1 21:45:11 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 4306d69bada00ef6f03dbf263be87ffbf03b0379
Author: Barry Warsaw <barry at python.org>
Date:   Wed Oct 1 16:43:50 2014 -0400

    update debian/patches directory
---
 debian/.git-dpm                                    |  2 +-
 ...ust-setup.py-file-for-Debian-architecture.patch | 31 ++++++++++++++++++++++
 debian/patches/00list                              |  1 -
 debian/patches/10_setup.py.dpatch                  | 27 -------------------
 debian/patches/series                              |  1 +
 debian/source/format                               |  1 +
 6 files changed, 34 insertions(+), 29 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 51a7b11..6c7b347 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -1,5 +1,5 @@
 # see git-dpm(1) from git-dpm package
-NONE
+5c1b5560b1d70a2013cb165bffddd80d3bc59f7b
 5c1b5560b1d70a2013cb165bffddd80d3bc59f7b
 1beefa196373329e3f3a4d4d19463deed7a855c6
 1beefa196373329e3f3a4d4d19463deed7a855c6
diff --git a/debian/patches/0001-Adjust-setup.py-file-for-Debian-architecture.patch b/debian/patches/0001-Adjust-setup.py-file-for-Debian-architecture.patch
new file mode 100644
index 0000000..7201015
--- /dev/null
+++ b/debian/patches/0001-Adjust-setup.py-file-for-Debian-architecture.patch
@@ -0,0 +1,31 @@
+From 5c1b5560b1d70a2013cb165bffddd80d3bc59f7b Mon Sep 17 00:00:00 2001
+From: Sandro Tosi <morph at debian.org>
+Date: Fri, 15 May 2009 22:33:30 +0200
+Subject: =?UTF-8?q?Adjust=20setup.py=20file=20for=20Debian=20architecture?=
+ =?UTF-8?q?=0APatch-Name:=2010=5Fsetup.py?=
+
+---
+ setup.py | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 0ffd9d2..d2e5f8e 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 = []
+@@ -188,7 +188,6 @@ setup_args = get_kw(
+     maintainer_email="kjetilja at gmail.com, markus at oberhumer.com",
+     url="http://pycurl.sourceforge.net/",
+     license="LGPL/MIT",
+-    data_files=get_data_files(),
+     ext_modules=[ext],
+     long_description="""
+ This module provides Python bindings for the cURL library.""",
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index a105ebe..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-10_setup.py
diff --git a/debian/patches/10_setup.py.dpatch b/debian/patches/10_setup.py.dpatch
deleted file mode 100644
index e23afa0..0000000
--- a/debian/patches/10_setup.py.dpatch
+++ /dev/null
@@ -1,27 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10_setup.py.dpatch by Sandro Tosi <morph at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Adjust setup.py file for Debian architecture
-
- at DPATCH@
-diff -urNad pycurl~/setup.py pycurl/setup.py
---- pycurl~/setup.py	2008-04-22 16:00:45.000000000 +0200
-+++ pycurl/setup.py	2008-05-31 22:54:56.540671465 +0200
-@@ -17,7 +17,7 @@
- from distutils.version import LooseVersion
- 
- include_dirs = []
--define_macros = []
-+define_macros = [ ('HAVE_CURL_GNUTLS', 1) ]
- library_dirs = []
- libraries = []
- runtime_library_dirs = []
-@@ -188,7 +188,6 @@
-     maintainer_email="kjetilja at gmail.com, markus at oberhumer.com",
-     url="http://pycurl.sourceforge.net/",
-     license="LGPL/MIT",
--    data_files=get_data_files(),
-     ext_modules=[ext],
-     long_description="""
- This module provides Python bindings for the cURL library.""",
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7db8275
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Adjust-setup.py-file-for-Debian-architecture.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