Loading debian/changelog +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ hmmer (3.2.1+dfsg-2) UNRELEASED; urgency=medium * Detecting failed autopkgtest. [ Dylan Aïssi ] * Re-enable builds for powerpc which is supported by upstream. * Re-enable builds for powerpc and ppc64 which are supported by upstream. -- Andrius Merkys <andrius.merkys@gmail.com> Wed, 13 Mar 2019 11:06:20 -0400 Loading debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -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 Architecture: any-amd64 any-i386 powerpc ppc64 Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: hmmer-doc (>= ${source:Version}) Loading debian/rules +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ ifeq (amd64,$(ARCH)) DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-sse else ifeq (powerpc,$(ARCH)) DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-vmx else ifeq (ppc64,$(ARCH)) DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-vmx else DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads endif Loading Loading
debian/changelog +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ hmmer (3.2.1+dfsg-2) UNRELEASED; urgency=medium * Detecting failed autopkgtest. [ Dylan Aïssi ] * Re-enable builds for powerpc which is supported by upstream. * Re-enable builds for powerpc and ppc64 which are supported by upstream. -- Andrius Merkys <andrius.merkys@gmail.com> Wed, 13 Mar 2019 11:06:20 -0400 Loading
debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -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 Architecture: any-amd64 any-i386 powerpc ppc64 Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: hmmer-doc (>= ${source:Version}) Loading
debian/rules +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ ifeq (amd64,$(ARCH)) DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-sse else ifeq (powerpc,$(ARCH)) DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-vmx else ifeq (ppc64,$(ARCH)) DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-vmx else DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads endif Loading