This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-pyvcf.
commit 4e98162545822cf880c615d700562416e9dfd274 Author: Andreas Tille <[email protected]> Date: Fri Dec 2 20:23:38 2016 +0100 Patch applied upstream --- debian/patches/series | 1 - debian/patches/use_setuptools.patch | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 7b64906..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -use_setuptools.patch diff --git a/debian/patches/use_setuptools.patch b/debian/patches/use_setuptools.patch deleted file mode 100644 index f4009a2..0000000 --- a/debian/patches/use_setuptools.patch +++ /dev/null @@ -1,16 +0,0 @@ -Author: Andreas Tille <[email protected]> -Last-Updated: Tue, 13 Oct 2015 17:02:08 +0200 -Description: Use setuptools instead of distribute - see https://lists.alioth.debian.org/pipermail/debian-med-packaging/2015-October/035410.html - ---- a/setup.py -+++ b/setup.py -@@ -53,7 +53,7 @@ setup( - description='Variant Call Format (VCF) parser for Python', - long_description=DOC, - test_suite='vcf.test.test_vcf.suite', -- install_requires=['distribute'], -+ install_requires=['setuptools'], - requires=requires, - entry_points = { - 'vcf.filters': [ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pyvcf.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
