Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix FTCBFS: Let dh_auto_configure pass cross flags to qmake
· 8d12de23
Andreas Tille
authored
Feb 24, 2019
8d12de23
Standards-Version: 4.3.0
· a0d3dcd3
Andreas Tille
authored
Feb 24, 2019
a0d3dcd3
Upload to unstable
· 21d68c16
Andreas Tille
authored
Feb 24, 2019
21d68c16
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
21d68c16
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
...
...
debian/control
View file @
21d68c16
...
...
@@ -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/
...
...
debian/rules
View file @
21d68c16
...
...
@@ -8,7 +8,7 @@ export QT_SELECT=qt5
dh $@
override_dh_auto_configure:
qmak
e
dh_auto_configur
e
# did not found a better way to push hardening flags into Makefile
sed -i -e "s:CFLAGS *= .*:& $(CFLAGS):" \
-e "s:CXXFLAGS *= .*:& $(CXXFLAGS):" \
...
...