Verified Commit a3cf4c55 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

skip 32bit archs to waste less energy; patches to fix 32-bit are welcome!

parent caecb8ac
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
bowtie2 (2.3.5.1-7) UNRELEASED; urgency=medium

  * debian/control: not ready for 32-bit archs, and those builds often take
    2-3+ hours to fail, so lets be nice and skip them.
    Patches to fix 32-bit archs are very welcomed!

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Thu, 19 Dec 2019 11:52:41 -0800

bowtie2 (2.3.5.1-6) unstable; urgency=medium

  * Team upload.
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@ Vcs-Git: https://salsa.debian.org/med-team/bowtie2.git
Homepage: http://bowtie-bio.sourceforge.net/bowtie2

Package: bowtie2
Architecture: any
Architecture: any-amd64 arm64 mips64el ppc64el s390x ia64 m68k ppc64 riscv64 sh4 sparc64
# "any-64bit" :-)
Depends: python3,
         ${misc:Depends},
         ${shlibs:Depends},