From: Andreas Tille Date: Fri, 7 Feb 2014 17:30:54 +0000 (+0100) Subject: Prevent uploading distribute_setup X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~424 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=46bb2f29b48063a8079a9f461530f44ad976f53b;p=python-pysam.git Prevent uploading distribute_setup --- diff --git a/debian/changelog b/debian/changelog index 92a26f2..f42b387 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ pysam (0.7.5-1) UNRELEASED; urgency=low * New upstream release. - -- Charles Plessy Fri, 09 Aug 2013 18:36:24 +0900 + -- Andreas Tille Fri, 07 Feb 2014 18:29:40 +0100 pysam (0.7-1) UNRELEASED; urgency=low diff --git a/debian/patches/do_not_use_distribute_setup.patch b/debian/patches/do_not_use_distribute_setup.patch new file mode 100644 index 0000000..fd60f92 --- /dev/null +++ b/debian/patches/do_not_use_distribute_setup.patch @@ -0,0 +1,17 @@ +Author: Olivier Sallou +Last-Updated: Fri, 07 Feb 2014 18:29:40 +0100 +Description: Prevent downloading distribute_setup + +--- pysam.orig/setup.py ++++ pysam/setup.py +@@ -127,8 +127,8 @@ + # cp samtools/win32/*.h pysam/include/win32 + + +-from distribute_setup import use_setuptools +-use_setuptools() ++#from distribute_setup import use_setuptools ++#use_setuptools() + + from setuptools import Extension, setup, find_packages + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..bce9258 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +do_not_use_distribute_setup.patch