Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
DEB_CXXFLAGS_MAINT_APPEND = -fpermissive
· 86cccecd
Andreas Tille
authored
May 20, 2018
86cccecd
Upload to unstable
· acdee466
Andreas Tille
authored
May 20, 2018
acdee466
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
acdee466
prime-phylo (1.0.11-5)
UNRELEASED
; urgency=medium
prime-phylo (1.0.11-5)
unstable
; urgency=medium
[ Andreas Tille ]
* Reflect vanished download location in d/watch
* Adapt upstream name
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
-- Andreas Tille <tille@debian.org> Tue, 10 Jan 2017 11:59:01 +0100
[ Adrian Bunk ]
* DEB_CXXFLAGS_MAINT_APPEND = -fpermissive
Closes: #899129
-- Andreas Tille <tille@debian.org> Sun, 20 May 2018 20:58:03 +0200
prime-phylo (1.0.11-4) unstable; urgency=medium
...
...
debian/patches/series
View file @
acdee466
fix-gcc-6.patch
#
fix-gcc-6.patch
fix-ftbfs-with-Boost160.patch
debian/rules
View file @
acdee466
...
...
@@ -6,6 +6,8 @@
#include /usr/share/dpkg/buildflags.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CXXFLAGS_MAINT_APPEND = -fpermissive
%:
dh $@ --buildsystem=cmake
...
...