[med-svn] [python-htseq] 11/15: Use dh_numpy to detect numpy abi version. (Closes: #742921)

Diane Trout diane-guest at moszumanska.debian.org
Thu Jun 12 21:55:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

diane-guest pushed a commit to branch master
in repository python-htseq.

commit a48a2491d8bc7f0b98db553130d343d8245396f1
Author: Diane Trout <diane at ghic.org>
Date:   Thu Jun 12 11:16:46 2014 -0700

    Use dh_numpy to detect numpy abi version. (Closes: #742921)
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 351bc75..8283cab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ htseq (0.6.1p1-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Use upstream scripts to build and clean.
   * Try to delete generated test data and setup generated files.
+  * Use dh_numpy to detect numpy abi version. (Closes: #742921)
 
  -- Diane Trout <diane at ghic.org>  Wed, 11 Jun 2014 16:30:42 -0700
 
diff --git a/debian/rules b/debian/rules
index 7dc55c2..c880f08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,10 @@ override_dh_auto_build:
 	# build the man pages for the binary package
 	python setup.py build_sphinx -b man
 
+override_dh_auto_install-arch:
+	dh_numpy
+	dh_auto_install
+
 override_dh_auto_install-indep:
 	# build the html pages for the -doc package
 	python setup.py build_sphinx -b html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-htseq.git



More information about the debian-med-commit mailing list