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

satta pushed a commit to branch master
in repository genometools.

commit 2c4bb1e7b6d633dfce586ea39d63f1c4d34f68a9
Author: Sascha Steinbiss <[email protected]>
Date:   Thu Sep 1 17:17:36 2016 +0000

    remove hardcoded threads parameter
---
 debian/changelog | 7 +++++++
 debian/rules     | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 31334f3..751771d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+genometools (1.5.9+ds-3) unstable; urgency=medium
+
+  * Remove hardcoded number of threads from testsuite call.
+    Closes: #836283
+
+ -- Sascha Steinbiss <[email protected]>  Thu, 01 Sep 2016 17:16:40 +0000
+
 genometools (1.5.9+ds-2) unstable; urgency=medium
 
   * Use fixed date in split manual source.
diff --git a/debian/rules b/debian/rules
index 919a023..bc815e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 DARCH:=$(shell dpkg-architecture | fgrep DEB_TARGET_ARCH= | cut -f 2 -d'=')
 BITS:=$(shell dpkg-architecture | fgrep DEB_TARGET_ARCH_BITS= | cut -f 2 -d'=')
 
+
 ifeq ($(DARCH),x32)
   X32:=yes
 else
@@ -57,7 +58,7 @@ override_dh_auto_build:
 
 override_dh_auto_test:
        bin/gt -test
-       cd testsuite; ./testsuite.rb -keywords 'gt_sketch and not gt_python and 
not gt_ruby' -threads 3
+       cd testsuite; ./testsuite.rb -keywords 'gt_sketch and not gt_python and 
not gt_ruby'
 
 override_dh_auto_install:
        dh_auto_install -- installmanpages useshared=yes \

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

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to