This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-htseq.
commit 786df77a7c9d09463f2aa35e44f3481a15218c2b Author: Andreas Tille <[email protected]> Date: Wed Sep 4 11:34:41 2013 +0200 * debian/rules: delete http_proxy that should not be set here * debian/control: - add myself to Uploaders - cme fix dpkg-control --- debian/changelog | 9 +++++++++ debian/control | 28 +++++++++++++++++----------- debian/rules | 2 -- 3 files changed, 26 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index 03c3abf..467ef34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +htseq (0.5.4p3-2) UNRELEASED; urgency=low + + * debian/rules: delete http_proxy that should not be set here + * debian/control: + - add myself to Uploaders + - cme fix dpkg-control + + -- Andreas Tille <[email protected]> Wed, 04 Sep 2013 11:32:50 +0200 + htseq (0.5.4p3-1) unstable; urgency=low * Initial packaging (Closes: #718664) diff --git a/debian/control b/debian/control index 475baa0..ec03f3a 100644 --- a/debian/control +++ b/debian/control @@ -1,22 +1,27 @@ Source: htseq Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Diane Trout <[email protected]> +Uploaders: Diane Trout <[email protected]>, + Andreas Tille <[email protected]> Section: python Priority: optional -Homepage: http://www-huber.embl.de/users/anders/HTSeq/doc/overview.html -X-Python-Version: >= 2.5 -Build-Depends: debhelper (>= 9), python-setuptools (>= 0.6b3), python-all-dev (>= 2.6.5), - python-sphinx, - python-numpy (>= 1:1.3.0), - swig, - cython (>= 0.11) +Build-Depends: debhelper (>= 9), + python-setuptools (>= 0.6b3), + python-all-dev (>= 2.6.5), + python-sphinx, + python-numpy (>= 1:1.3.0), + swig, + cython (>= 0.11) Standards-Version: 3.9.4 -Vcs-Git: git://anonscm.debian.org/debian-med/python-htseq.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/python-htseq.git +Vcs-Git: git://anonscm.debian.org/debian-med/python-htseq.git +Homepage: http://www-huber.embl.de/users/anders/HTSeq/doc/overview.html +X-Python-Version: >= 2.5 Package: python-htseq Architecture: any -Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends} Description: high-throughput genome sequencing read analysis utilities HTSeq can be used to performing a number of common analysis tasks when working with high-throughput genome sequencing reads: @@ -32,7 +37,8 @@ Description: high-throughput genome sequencing read analysis utilities Package: python-htseq-doc Architecture: all Section: doc -Depends: ${sphinxdoc:Depends}, ${misc:Depends} +Depends: ${sphinxdoc:Depends}, + ${misc:Depends} Description: documetation for HTSeq (high-throughput genome sequencing) HTSeq can be used to performing a number of common analysis tasks when working with high-throughput genome sequencing reads. diff --git a/debian/rules b/debian/rules index 4f91d40..9131c5f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,6 @@ DH_VERBOSE=1 PYTHON2=$(shell pyversions -vr) -export http_proxy=http://127.0.9.1:9 - %: dh $@ --with python2,sphinxdoc -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/python-htseq.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
