[Python-modules-commits] [python-brainstorm] 05/10: deb/rules: added override for dh_gencontrol to run dh_numpy3

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 c84e2e9bfbdb112d1c81677f7dd6d5639b932e90
Author: Daniel Stender <stender at debian.org>
Date:   Tue May 24 18:16:39 2016 +0200

    deb/rules: added override for dh_gencontrol to run dh_numpy3
---
 debian/TODO      | 2 --
 debian/changelog | 4 +++-
 debian/rules     | 4 ++++
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/TODO b/debian/TODO
index d490515..2919d98 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -8,6 +8,4 @@
 
 - hardening-no-bindnow _cpuop.cpython-35m-x86_64-linux-gnu.so
 
-- needs dh_numpy3, sequence addon available?
-
 Daniel Stender <stender at debian.org>
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 32ab396..7e79e76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ python-brainstorm (0.5-2) UNRELEASED; urgency=medium
     + bumped Standards-Version to 3.9.8 (no changes needed).
     + short description made more precise.
     + added description text on GPU accelerated computation.
+  * deb/rules:
+    + added override for dh_gencontrol to run dh_numpy3.
 
- -- Daniel Stender <stender at debian.org>  Tue, 24 May 2016 18:07:06 +0200
+ -- Daniel Stender <stender at debian.org>  Tue, 24 May 2016 18:16:08 +0200
 
 python-brainstorm (0.5-1) experimental; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index e012a70..f6fa72d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,3 +18,7 @@ override_dh_installdocs:
 
 override_dh_compress:
 	dh_compress -X.py
+
+override_dh_gencontrol:
+	dh_numpy3
+	dh_gencontrol

-- 
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