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

Barry Warsaw barry at moszumanska.debian.org
Wed Oct 1 21:45:10 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 5c6b38cb8434295efe9a3c99d557ea926797612b
Author: Barry Warsaw <barry at python.org>
Date:   Wed Oct 1 16:43:47 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 3641d93..f65fa8a 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -1,5 +1,5 @@
 # see git-dpm(1) from git-dpm package
-NONE
+25a97cad432808045034a8a5524641d463a1fac1
 25a97cad432808045034a8a5524641d463a1fac1
 b15d5935a2bd177c8f8a82837bfc8751c7a44184
 b15d5935a2bd177c8f8a82837bfc8751c7a44184
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..fa968f0 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 25a97cad432808045034a8a5524641d463a1fac1 Mon Sep 17 00:00:00 2001
+From: Sandro Tosi <matrixhasu at gmail.com>
+Date: Mon, 16 Jun 2008 13:15:53 +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 928ce10..5bf184d 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