[med-svn] [pysam] 01/01: Prevent uploading distribute_setup

Andreas Tille tille at debian.org
Fri Feb 7 17:31:10 UTC 2014


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

tille pushed a commit to branch master
in repository pysam.

commit 46bb2f29b48063a8079a9f461530f44ad976f53b
Author: Andreas Tille <tille at debian.org>
Date:   Fri Feb 7 18:30:54 2014 +0100

    Prevent uploading distribute_setup
---
 debian/changelog                                 |  2 +-
 debian/patches/do_not_use_distribute_setup.patch | 17 +++++++++++++++++
 debian/patches/series                            |  1 +
 3 files changed, 19 insertions(+), 1 deletion(-)

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 <plessy at debian.org>  Fri, 09 Aug 2013 18:36:24 +0900
+ -- Andreas Tille <tille at 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
index 0000000..fd60f92
--- /dev/null
+++ b/debian/patches/do_not_use_distribute_setup.patch
@@ -0,0 +1,17 @@
+Author: Olivier Sallou <olivier.sallou at 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
index 0000000..bce9258
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+do_not_use_distribute_setup.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pysam.git



More information about the debian-med-commit mailing list