This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to branch master in repository python-screed.
commit 3a8a987cc691e8d3c026db204147c3f922363a42 Author: Michael R. Crusoe <[email protected]> Date: Thu Jun 11 16:39:12 2015 -0700 update to v0.9 + add Py3 --- debian/changelog | 4 +-- debian/control | 31 ++++++++++++++++++---- ...n-overrides => python-screed.lintian-overrides} | 4 +-- ...-overrides => python3-screed.lintian-overrides} | 5 ++-- debian/rules | 6 ++++- 5 files changed, 38 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index cba0054..5ddfa51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -python-screed (0.8-1) UNRELEASED; urgency=medium +python-screed (0.9-1) UNRELEASED; urgency=medium * Update to latest screed - -- Michael R. Crusoe <[email protected]> Wed, 27 May 2015 21:32:53 -0400 + -- Michael R. Crusoe <[email protected]> Wed, 27 May 2015 21:32:53 -0400 python-screed (0.7.1-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 82373d5..db0fb3b 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: python-screed Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Michael R. Crusoe <[email protected]> +Uploaders: Michael R. Crusoe <[email protected]> Section: python Priority: optional Build-Depends: debhelper (>= 9.0.0), @@ -9,18 +9,39 @@ Build-Depends: debhelper (>= 9.0.0), python-sphinx, python-setuptools, python-nose, - python-bz2file + python-bz2file, + python3-all, + python3-setuptools, + python3-sphinx, + python3-nose, + python3-bz2file Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-screed.git Vcs-Git: git://anonscm.debian.org/debian-med/python-screed.git Homepage: https://screed.readthedocs.org -X-Python-Version: >= 2.4 +X-Python-Version: >= 2.7 +X-Python3-Version: >= 3.4 Package: python-screed Architecture: all -Depends: ${misc:Depends}, +Depends: ${python:Depends}, + ${misc:Depends}, ${sphinxdoc:Depends} -Description: short nucleotide read sequence utils in Python +Description: short nucleotide read sequence utils in Python 2 Screed parses FASTA and FASTQ files, generates databases, and lets you query these databases. Values such as sequence name, sequence description, sequence quality, and the sequence itself can be retrieved from these databases. + . + This is the Python 2 version. + +Package: python3-screed +Architecture: all +Depends: ${python3:Depends}, + ${misc:Depends}, + ${sphinxdoc:Depends} +Description: short nucleotide read sequence utils in Python 3 + Screed parses FASTA and FASTQ files, generates databases, and lets you query + these databases. Values such as sequence name, sequence description, sequence + quality, and the sequence itself can be retrieved from these databases. + . + This is the Python 3 version. diff --git a/debian/lintian-overrides b/debian/python-screed.lintian-overrides similarity index 55% copy from debian/lintian-overrides copy to debian/python-screed.lintian-overrides index 9db8c5c..baf0ec2 100644 --- a/debian/lintian-overrides +++ b/debian/python-screed.lintian-overrides @@ -1,7 +1,7 @@ # The duplicated compressed file is used intentionally since the test # should run on both compression methods -python-screed: duplicated-compressed-file usr/lib/python2.7/dist-packages/screed/tests/test* +duplicated-compressed-file usr/lib/python2.7/dist-packages/screed/tests/* # The compressed files come unchanged from source package - this should # be realised in the lintian test. Simply silencing it here. -python-screed: package-contains-timestamped-gzip usr/lib/python2.7/dist-packages/screed/tests/test.fa* \ No newline at end of file +package-contains-timestamped-gzip usr/lib/python2.7/dist-packages/screed/tests/* diff --git a/debian/lintian-overrides b/debian/python3-screed.lintian-overrides similarity index 55% rename from debian/lintian-overrides rename to debian/python3-screed.lintian-overrides index 9db8c5c..10a865f 100644 --- a/debian/lintian-overrides +++ b/debian/python3-screed.lintian-overrides @@ -1,7 +1,8 @@ # The duplicated compressed file is used intentionally since the test # should run on both compression methods -python-screed: duplicated-compressed-file usr/lib/python2.7/dist-packages/screed/tests/test* +duplicated-compressed-file usr/lib/python3/dist-packages/screed/tests/* # The compressed files come unchanged from source package - this should # be realised in the lintian test. Simply silencing it here. -python-screed: package-contains-timestamped-gzip usr/lib/python2.7/dist-packages/screed/tests/test.fa* \ No newline at end of file +package-contains-timestamped-gzip usr/lib/python3/dist-packages/screed/tests/* + diff --git a/debian/rules b/debian/rules index b102a6c..4f626ca 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,11 @@ export DH_VERBOSE=1 export PYBUILD_NAME=screed %: - dh $@ --with python2,sphinxdoc --buildsystem=pybuild + dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild override_dh_auto_test: dh_auto_test -- -s custom --test-args='{interpreter} setup.py nosetests --attr !known_failing' + +#override_dh_auto_build: +# dh_auto_build +# PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc/ build/html -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-screed.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
