[Python-modules-commits] [python-brainstorm] 06/10: deb/rules: sorted overrides into build log order
Daniel Stender
danstender-guest at moszumanska.debian.org
Tue May 24 18:54:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository python-brainstorm.
commit 96e95278eaedcc57c49ea8cdb91b2c30cb25fc0d
Author: Daniel Stender <stender at debian.org>
Date: Tue May 24 18:24:27 2016 +0200
deb/rules: sorted overrides into build log order
---
debian/changelog | 3 ++-
debian/rules | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7e79e76..ec50822 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,9 +6,10 @@ python-brainstorm (0.5-2) UNRELEASED; urgency=medium
+ short description made more precise.
+ added description text on GPU accelerated computation.
* deb/rules:
+ + sorted overrides into build log order.
+ added override for dh_gencontrol to run dh_numpy3.
- -- Daniel Stender <stender at debian.org> Tue, 24 May 2016 18:16:08 +0200
+ -- Daniel Stender <stender at debian.org> Tue, 24 May 2016 18:23:44 +0200
python-brainstorm (0.5-1) experimental; urgency=medium
diff --git a/debian/rules b/debian/rules
index f6fa72d..44e2f2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,13 +9,13 @@ export PYBUILD_NAME=brainstorm
override_dh_auto_test:
PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="cp -a brainstorm/tests {build_dir}/brainstorm/tests; {interpreter} -Wd -m pytest {build_dir}/brainstorm/tests -v -rs; rm -rf {build_dir}/brainstorm/tests" dh_auto_test || true
-override_dh_installchangelogs:
- dh_installchangelogs HISTORY.rst
-
override_dh_installdocs:
dh_installdocs
sphinx-build -N -bhtml docs/ debian/python3-brainstorm/usr/share/doc/python3-brainstorm/html/
+override_dh_installchangelogs:
+ dh_installchangelogs HISTORY.rst
+
override_dh_compress:
dh_compress -X.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-brainstorm.git
More information about the Python-modules-commits
mailing list