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

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

    update debian/patches directory
---
 debian/.git-dpm                                    |  2 +-
 .../{10_setup.py.dpatch => 0001-setup.py.patch}    | 25 ++++++++++++----------
 debian/patches/00list                              |  1 -
 debian/patches/series                              |  1 +
 debian/source/format                               |  1 +
 5 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index cf95bb9..e1d1a7c 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -1,5 +1,5 @@
 # see git-dpm(1) from git-dpm package
-NONE
+df561a58bf6d84c8796e9f6fa317bc482490cd5e
 df561a58bf6d84c8796e9f6fa317bc482490cd5e
 8c7208875703aa29462c7b317473d594266bf23b
 8c7208875703aa29462c7b317473d594266bf23b
diff --git a/debian/patches/10_setup.py.dpatch b/debian/patches/0001-setup.py.patch
similarity index 50%
rename from debian/patches/10_setup.py.dpatch
rename to debian/patches/0001-setup.py.patch
index 60ce434..32e4950 100644
--- a/debian/patches/10_setup.py.dpatch
+++ b/debian/patches/0001-setup.py.patch
@@ -1,14 +1,17 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10_setup.py.dpatch by Sandro Tosi <matrixhasu at gmail.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+From df561a58bf6d84c8796e9f6fa317bc482490cd5e Mon Sep 17 00:00:00 2001
+From: Sandro Tosi <matrixhasu at gmail.com>
+Date: Mon, 2 Jun 2008 19:17:08 +0200
+Subject: =?UTF-8?q?setup.py=0APatch-Name:=2010=5Fsetup.py?=
 
- 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 @@
+---
+ setup.py | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index d0df478..08b0cd1 100644
+--- a/setup.py
++++ b/setup.py
+@@ -17,7 +17,7 @@ from distutils.util import split_quoted
  from distutils.version import LooseVersion
  
  include_dirs = []
@@ -17,7 +20,7 @@ diff -urNad pycurl~/setup.py pycurl/setup.py
  library_dirs = []
  libraries = []
  runtime_library_dirs = []
-@@ -188,7 +188,6 @@
+@@ -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",
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/series b/debian/patches/series
new file mode 100644
index 0000000..00a1261
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-setup.py.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