Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
More easy way to propagate Debian build
· aa2160b4
Andreas Tille
authored
Dec 01, 2018
aa2160b4
Point Vcs fields to salsa.debian.org
· 7ce7a936
Andreas Tille
authored
Dec 01, 2018
7ce7a936
Standards-Version: 4.2.1
· 58343c85
Andreas Tille
authored
Dec 01, 2018
58343c85
Upload to unstable
· d50a2cd2
Andreas Tille
authored
Dec 01, 2018
d50a2cd2
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d50a2cd2
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 ]
...
...
debian/control
View file @
d50a2cd2
...
...
@@ -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
...
...
debian/rules
View file @
d50a2cd2
...
...
@@ -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