[med-svn] [python-biom-format] 02/04: Enable building arch all packages separately
Andreas Tille
tille at debian.org
Sun Apr 10 19:56:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository python-biom-format.
commit 963f4ce812b2d2053358b6aa6bb458639ac33005
Author: Andreas Tille <tille at debian.org>
Date: Sun Apr 10 21:44:17 2016 +0200
Enable building arch all packages separately
---
debian/changelog | 2 ++
debian/rules | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 49739cf..036739a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ python-biom-format (2.1.5+dfsg-2) UNRELEASED; urgency=medium
* Breaks+Replaces: python-biom-format (<= 2.1+dfsg-1)
Closes: #820028
+ * Enable building arch all packages separately
+ Closes: #820621
-- Andreas Tille <tille at debian.org> Sun, 10 Apr 2016 20:46:05 +0200
diff --git a/debian/rules b/debian/rules
index 748339c..60c9432 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,10 +13,10 @@ export PYBUILD_BEFORE_TEST=cp -r {dir}/examples {dir}/tests {build_dir}
%:
dh $@ --with python2,python3,bash-completion --buildsystem=pybuild
-override_dh_auto_build-arch:
+override_dh_auto_build:
+ # arch
USE_CYTHON=true dh_auto_build
-
-override_dh_auto_build-indep:
+ # indep:
PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -b html doc build/html
PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -b man doc build/man
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-biom-format.git
More information about the debian-med-commit
mailing list