Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix FTBFS when built with dpkg-buildpackage -A
· 28fc4400
Andreas Tille
authored
Jul 25, 2019
28fc4400
debhelper-compat 12
· d8298707
Andreas Tille
authored
Jul 25, 2019
d8298707
Standards-Version: 4.4.0
· 9a14b492
Andreas Tille
authored
Jul 25, 2019
9a14b492
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9a14b492
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 ]
...
...
debian/compat
deleted
100644 → 0
View file @
cf33b614
11
debian/control
View file @
9a14b492
...
...
@@ -5,12 +5,12 @@ Uploaders: Laszlo Kajan <lkajan@debian.org>,
Sascha Steinbiss <satta@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (
>
= 1
1~
),
Build-Depends: debhelper
-compat
(= 1
2
),
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).
...
...
debian/rules
View file @
9a14b492
...
...
@@ -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
%:
...
...