[med-svn] [Git][med-team/bowtie][master] Switch to single threaded testing, add riscv64
Michael R. Crusoe
gitlab at salsa.debian.org
Sat Jan 11 11:15:43 GMT 2020
Michael R. Crusoe pushed to branch master at Debian Med / bowtie
Commits:
7e216648 by Michael R. Crusoe at 2020-01-11T12:15:01+01:00
Switch to single threaded testing, add riscv64
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/patches/simple-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+bowtie (1.2.3+dfsg-4) unstable; urgency=medium
+
+ * Team upload.
+ * Switch to single threaded testing, add riscv64
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Sat, 11 Jan 2020 12:14:53 +0100
+
bowtie (1.2.3+dfsg-3) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -22,7 +22,7 @@ Vcs-Git: https://salsa.debian.org/med-team/bowtie.git
Homepage: http://bowtie-bio.sourceforge.net/
Package: bowtie
-Architecture: alpha any-amd64 arm64 mips64el ppc64 ppc64el s390x sparc64
+Architecture: alpha any-amd64 arm64 mips64el ppc64 ppc64el s390x sparc64 riscv64
Multi-Arch: foreign
Depends: ${shlibs:Depends},
${misc:Depends},
=====================================
debian/patches/simple-test
=====================================
@@ -7,7 +7,7 @@ Description: Sys::Info isn't packaged for Debian, so work around it
my $build_args = "";
$build_args .= " -C " if $color;
- my $cmd = "$bowtie_build $idx_type --threads $nthreads --quiet --sanity $build_args $fa .simple_tests.tmp";
-+ my $cmd = "$bowtie_build $idx_type --threads $nthreads --quiet $build_args $fa .simple_tests.tmp";
++ my $cmd = "$bowtie_build $idx_type --quiet $build_args $fa .simple_tests.tmp";
print "$cmd\n";
system($cmd);
($? == 0) || die "Bad exitlevel from bowtie-build: $?";
View it on GitLab: https://salsa.debian.org/med-team/bowtie/commit/7e216648d81a02ba5b45f242774f7590b5934376
--
View it on GitLab: https://salsa.debian.org/med-team/bowtie/commit/7e216648d81a02ba5b45f242774f7590b5934376
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200111/b87d23c4/attachment-0001.html>
More information about the debian-med-commit
mailing list