[med-svn] [hyphy] 04/05: Make sure test will be found also on Ubuntu Trusty for backporting
    Andreas Tille 
    tille at debian.org
       
    Thu Jul 23 11:14:39 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository hyphy.
commit 77b27f260cfec1a7e63e73a3f9ccf9e64985bcb3
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jul 16 11:21:36 2015 +0200
    Make sure test will be found also on Ubuntu Trusty for backporting
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 8b58ee4..c2a6137 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ override_dh_auto_build:
 	# cd src/lib ; bash build.sh LIBRARY R
 
 override_dh_auto_test:
-	./obj-$(DEB_TARGET_GNU_TYPE)/HYPHYGTEST
+	find obj-* -name HYPHYGTEST -exec \{\} \;
 
 override_dh_auto_install:
 	dh_auto_install
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hyphy.git
    
    
More information about the debian-med-commit
mailing list