Skip to content
Commits on Source (4)
clonalframe (1.2-9) unstable; urgency=medium
* More easy way to propagate Debian build flags (thanks to Jonas Smedegaard
for the hint)
Closes: #915009
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Sat, 01 Dec 2018 07:06:11 +0100
clonalframe (1.2-8) unstable; urgency=medium
[ Adrian Bunk ]
......
......@@ -6,9 +6,9 @@ Priority: optional
Build-Depends: debhelper (>= 11~),
qt5-qmake,
libgsl-dev
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/clonalframe.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/clonalframe.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/clonalframe
Vcs-Git: https://salsa.debian.org/med-team/clonalframe.git
Homepage: http://www.xavierdidelot.xtreemhost.com/clonalframe.htm
Package: clonalframe
......
......@@ -17,11 +17,5 @@ override_dh_clean:
dh_clean
rm -rf bin build Makefile
override_dh_auto_build:
qmake
# did not found a better way to push hardening flags into Makefile
sed -i -e "s:CFLAGS *= .*:& $(CFLAGS):" \
-e "s:CXXFLAGS *= .*:& $(CXXFLAGS):" \
-e "s:LFLAGS *= .*:& $(LDFLAGS):" Makefile
$(MAKE)
override_dh_auto_configure:
QT_SELECT=5 CXXFLAGS="$(CXXFLAGS) -fpermissive" dh_auto_configure