[sasview] 06/11: call dh_numpy during build
    Drew Parsons 
    dparsons at moszumanska.debian.org
       
    Mon Oct 30 10:59:36 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to tag debian/4.1.2-1
in repository sasview.
commit 1612d8143e3a9674786f06808e08087d27d220ae
Author: Drew Parsons <dparsons at debian.org>
Date:   Mon Oct 30 18:18:18 2017 +0800
    call dh_numpy during build
    
    sets versioned requirement for numpy (i.e. python-numpy-abi)
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index f9db106..a0f5d8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ export PYBUILD_NAME=sasview
 override_dh_install:
 	dh_install
 	mv debian/python-sasview/usr/bin/sasview debian/sasview/usr/bin/sasview
+	dh_numpy
 
 override_dh_auto_build:
 	dh_auto_build
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sasview.git
    
    
More information about the debian-science-commits
mailing list