Commit 048f0cb4 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Re-enable builds for 'any' architectures because upstream has fixed the build...

Re-enable builds for 'any' architectures because upstream has fixed the build system to check requirements before to try to build. Unsupported architectures will fail gracefully with an explicite message.
parent 42f2718a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -10,7 +10,9 @@ hmmer (3.2.1+dfsg-2) UNRELEASED; urgency=medium
  * Detecting failed autopkgtest.

  [ Dylan Aïssi ]
  * Re-enable builds for powerpc and ppc64 which are supported by upstream.
  * Re-enable builds for any architectures because upstream has fixed the build
     system to check requirements before to try to build. Unsupported architectures
     will fail gracefully with an explicite message.

 -- Andrius Merkys <andrius.merkys@gmail.com>  Wed, 13 Mar 2019 11:06:20 -0400

+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Vcs-Git: https://salsa.debian.org/med-team/hmmer.git
Homepage: http://hmmer.org/

Package: hmmer
Architecture: any-amd64 any-i386 powerpc ppc64
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: hmmer-doc (>= ${source:Version})