Skip to content
Commits on Source (3)
clustalx (2.1+lgpl-8) UNRELEASED; urgency=medium
clustalx (2.1+lgpl-8) unstable; urgency=medium
[ Jelmer Vernooij ]
* Trim trailing whitespace.
-- Jelmer Vernooij <jelmer@debian.org> Sat, 20 Oct 2018 13:51:49 +0000
[ Helmut Grohne ]
* Fix FTCBFS: Let dh_auto_configure pass cross flags to qmake.
Closes: #923120
[ Andreas Tille ]
* Standards-Version: 4.3.0
-- Andreas Tille <tille@debian.org> Sun, 24 Feb 2019 20:04:40 +0100
clustalx (2.1+lgpl-7) unstable; urgency=medium
......
......@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 11~),
qtbase5-dev,
qtbase5-dev-tools,
qttools5-dev-tools
Standards-Version: 4.2.1
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/clustalx
Vcs-Git: https://salsa.debian.org/med-team/clustalx.git
Homepage: http://www.clustal.org/clustal2/
......
......@@ -8,7 +8,7 @@ export QT_SELECT=qt5
dh $@
override_dh_auto_configure:
qmake
dh_auto_configure
# did not found a better way to push hardening flags into Makefile
sed -i -e "s:CFLAGS *= .*:& $(CFLAGS):" \
-e "s:CXXFLAGS *= .*:& $(CXXFLAGS):" \
......