Loading debian/changelog +7 −0 Original line number Diff line number Diff line bowtie (1.2.3+dfsg-4) unstable; urgency=medium * Team upload. * Switch to single threaded testing, add riscv64 -- Michael R. Crusoe <michael.crusoe@gmail.com> Sat, 11 Jan 2020 12:14:53 +0100 bowtie (1.2.3+dfsg-3) unstable; urgency=medium * Team upload. Loading debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -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}, Loading debian/patches/simple-test +1 −1 Original line number Diff line number Diff line Loading @@ -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: $?"; Loading Loading
debian/changelog +7 −0 Original line number Diff line number Diff line bowtie (1.2.3+dfsg-4) unstable; urgency=medium * Team upload. * Switch to single threaded testing, add riscv64 -- Michael R. Crusoe <michael.crusoe@gmail.com> Sat, 11 Jan 2020 12:14:53 +0100 bowtie (1.2.3+dfsg-3) unstable; urgency=medium * Team upload. Loading
debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -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}, Loading
debian/patches/simple-test +1 −1 Original line number Diff line number Diff line Loading @@ -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: $?"; Loading