Skip to content
Commits on Source (2)
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
......
fix-gcc-6.patch
# fix-gcc-6.patch
fix-ftbfs-with-Boost160.patch
......@@ -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
......