[med-svn] [python-bx] 03/09: Version update
Steffen Möller
moeller at moszumanska.debian.org
Sat Jan 14 11:13:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
moeller pushed a commit to branch master
in repository python-bx.
commit a70615441640c5d8e7490872e8974527eb37e60d
Author: Steffen Moeller <moeller at debian.org>
Date: Fri Jan 13 13:17:33 2017 +0100
Version update
---
.gitignore | 16 ++++++++++++++++
debian/changelog | 9 ++++++++-
debian/patches/no-download.patch | 18 ++++++++++--------
debian/rules | 3 +++
4 files changed, 37 insertions(+), 9 deletions(-)
diff --git a/.gitignore b/.gitignore
index f4b5694..86b505e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,19 @@ nose*.egg
# .eggs directory
.eggs
+
+# quilt
+.pc/
+.pybuild/
+
+# Debian-generated files
+debian/debhelper-build-stamp
+debian/files
+debian/python-bx.debhelper.log
+debian/python-bx.substvars
+debian/python-bx/
+debian/python3-bx.debhelper.log
+debian/python3-bx.substvars
+debian/python3-bx/
+debian/tmp/
+
diff --git a/debian/changelog b/debian/changelog
index c945027..1a4d49e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
-python-bx (0.7.2+20150623-1) unstable; urgency=low
+python-bx (0.7.4-1) unstable; urgency=low
* Initial release (Closes: #851242)
+ * Added Michael and Steffen as uploaders
+
+ -- Steffen Moeller <moeller at debian.org> Fri, 13 Jan 2017 13:25:31 +0100
+
+python-bx (0.7.2+20150623-1) unstable; urgency=low
+
+ * Initial packaging.
* debian/watch added by Steffen
-- Afif Elghraoui <afif at debian.org> Thu, 14 Jan 2016 20:15:15 -0800
diff --git a/debian/patches/no-download.patch b/debian/patches/no-download.patch
index c50e6ea..2901cb7 100644
--- a/debian/patches/no-download.patch
+++ b/debian/patches/no-download.patch
@@ -2,16 +2,18 @@ Description: Don't download setuptools
Author: Afif Elghraoui <afif at debian.org>
Forwarded: not-needed
Last-Update: 2016-04-23
+Index: python-bx/setup.py
+===================================================================
--- python-bx.orig/setup.py
+++ python-bx/setup.py
-@@ -4,10 +4,6 @@
- print >> sys.stderr, "ERROR: bx-python requires python 2.4 or greater"
- sys.exit()
+@@ -7,8 +7,8 @@ if sys.version_info < (2, 4):
+ try:
+ from setuptools import setup, find_packages
+ except ImportError:
+- from ez_setup import use_setuptools
+- use_setuptools()
++ print >> sys.stderr, "ERROR: setuptools not installed. Please report this bug as instructed on https://bugs.debian.org/cgi-bin/pkgreport.cgi?package=python-bx"
++ sys.exit()
--# Automatically download setuptools if not available
--from distribute_setup import use_setuptools
--use_setuptools()
--
from setuptools import *
from glob import glob
-
diff --git a/debian/rules b/debian/rules
index b2a7b24..4ff2025 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,6 @@ override_dh_auto_clean:
dh_auto_clean
# C files are generated by Cython
find -name "*.pyx" | sed 's/pyx$$/c/' | xargs $(RM)
+
+override_dh_auto_test:
+ # skipped
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-bx.git
More information about the debian-med-commit
mailing list