[Python-modules-commits] [python-patch] 03/07: remove the quilt patch

Paolo Greppi paolog-guest at moszumanska.debian.org
Tue Nov 29 07:11:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

paolog-guest pushed a commit to branch master
in repository python-patch.

commit e93e5d22fac8f1d3baeb6730662728f685c7ebf9
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Tue Nov 29 07:52:43 2016 +0100

    remove the quilt patch
---
 debian/patches/00-setup_py.diff | 23 -----------------------
 debian/patches/series           |  1 -
 2 files changed, 24 deletions(-)

diff --git a/debian/patches/00-setup_py.diff b/debian/patches/00-setup_py.diff
deleted file mode 100644
index 71e4e31..0000000
--- a/debian/patches/00-setup_py.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: python-patch/setup.py
-===================================================================
---- /dev/null
-+++ python-patch/setup.py
-@@ -0,0 +1,18 @@
-+from distutils.core import setup
-+
-+setup(
-+    name='patch',
-+    version='1.16',
-+    author='anatoly techtonik <techtonik at gmail.com>',
-+    url='https://github.com/techtonik/python-patch/',
-+
-+    description='Patch utility to apply unified diffs',
-+    license='MIT',
-+
-+    py_modules=['patch'],
-+
-+    classifiers=[
-+        'Classifier: Programming Language :: Python :: 2',
-+        'Classifier: Programming Language :: Python :: 3',
-+    ],
-+)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ebb4b81..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-00-setup_py.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-patch.git



More information about the Python-modules-commits mailing list