This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-htseq.
commit 7ec51acd5c4f71311eab9a9dbeefc7f50daf1ab1 Author: Andreas Tille <[email protected]> Date: Thu Sep 5 08:29:06 2013 +0200 Revert changes in d/rules because it is documented in https://wiki.debian.org/Python/LibraryStyleGuide --- debian/changelog | 1 - debian/rules | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 467ef34..0925eb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ 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 diff --git a/debian/rules b/debian/rules index 9131c5f..84d91cd 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ DH_VERBOSE=1 PYTHON2=$(shell pyversions -vr) +# see https://wiki.debian.org/Python/LibraryStyleGuide +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
