Skip to content
Commits on Source (3)
hhsuite (3.2.0-2) UNRELEASED; urgency=medium
[ Santiago Vila ]
* Fix FTBFS when built with dpkg-buildpackage -A
Closes: #932912
[ Andreas Tille ]
* debhelper-compat 12
* Standards-Version: 4.4.0
-- Andreas Tille <tille@debian.org> Thu, 25 Jul 2019 02:31:45 +0200
hhsuite (3.2.0-1) unstable; urgency=medium
[ Michael R. Crusoe ]
......
......@@ -5,12 +5,12 @@ Uploaders: Laszlo Kajan <lkajan@debian.org>,
Sascha Steinbiss <satta@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper-compat (= 12),
libffindex0-dev (>= 0.9.9.8),
cmake,
imagemagick,
help2man
Standards-Version: 4.3.0
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/hhsuite
Vcs-Git: https://salsa.debian.org/med-team/hhsuite.git
Homepage: https://toolkit.tuebingen.mpg.de/
......@@ -23,7 +23,6 @@ Depends: ${shlibs:Depends},
ffindex (>= 0.9.9.8),
hhsuite-data (= ${source:Version}),
python3
Breaks: hhsuite-data (<= 2.0.16-1)
Description: sensitive protein sequence searching based on HMM-HMM alignment
HH-suite is an open-source software package for sensitive protein sequence
searching based on the pairwise alignment of hidden Markov models (HMMs).
......
......@@ -37,8 +37,8 @@ override_dh_auto_clean:
override_dh_auto_build:
dh_auto_build -- NO_PNG=1
override_dh_install:
dh_install
override_dh_fixperms-arch:
dh_fixperms
chmod -x debian/hhsuite/usr/share/hhsuite/scripts/*.pm
%:
......