Prevent uploading distribute_setup
authorAndreas Tille <tille@debian.org>
Fri, 7 Feb 2014 17:30:54 +0000 (18:30 +0100)
committerAndreas Tille <tille@debian.org>
Fri, 7 Feb 2014 17:30:54 +0000 (18:30 +0100)
debian/changelog
debian/patches/do_not_use_distribute_setup.patch [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]

index 92a26f24ade004ea04bc246403f26f20676a4cf0..f42b3871facf58c9d3ae2bd78411a1aa36a5d7f9 100644 (file)
@@ -2,7 +2,7 @@ pysam (0.7.5-1) UNRELEASED; urgency=low
 
   * New upstream release.
 
- -- Charles Plessy <plessy@debian.org>  Fri, 09 Aug 2013 18:36:24 +0900
+ -- Andreas Tille <tille@debian.org>  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 (file)
index 0000000..fd60f92
--- /dev/null
@@ -0,0 +1,17 @@
+Author: Olivier Sallou <olivier.sallou@irisa.fr>
+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 (file)
index 0000000..bce9258
--- /dev/null
@@ -0,0 +1 @@
+do_not_use_distribute_setup.patch