[libdap] 02/22: * Fix for G++ 6 FTBFS. Closes: #831191. * Standards-Version: 3.9.8. No changes required
Alastair McKinstry
mckinstry at moszumanska.debian.org
Fri Nov 4 15:20:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository libdap.
commit d4d33b1584426bcac2da548181c335d61a7db865
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Fri Jul 15 12:18:46 2016 +0100
* Fix for G++ 6 FTBFS. Closes: #831191.
* Standards-Version: 3.9.8. No changes required
---
debian/changelog | 5 +++--
debian/control | 2 +-
debian/rules | 4 ++++
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a519f9b..b12f046 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
libdap (3.15.1-8) unstable; urgency=medium
- * Fix for G++ 6 FTBFS.
+ * Fix for G++ 6 FTBFS. Closes: #831191.
+ * Standards-Version: 3.9.8. No changes required
- -- Alastair McKinstry <mckinstry at debian.org> Mon, 15 Feb 2016 20:25:23 +0000
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 15 Jul 2016 10:25:23 +0100
libdap (3.15.1-7) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index b1dc9fd..0645ca5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: zlib1g-dev, debhelper (>= 9), pkg-config, libxml2-dev,
dejagnu, graphviz, dh-autoreconf (>= 4~),
autoconf, automake, libtool, flex, bison, uuid-dev, libjs-jquery, libpth-dev, libssl-dev
Build-Conflicts: autoconf2.13
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Homepage: http://www.opendap.org/
Vcs-Git: git://anonscm.debian.org/debian-science/packages/libdap.git
diff --git a/debian/rules b/debian/rules
index b2946ed..0024ff7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,12 +4,16 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
ARCH:=$(shell dpkg --print-architecture)
LIBDIR:=/usr/lib/$(DEB_HOST_MULTIARCH)
+
export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
CFLAGS += -Wall -pedantic
LDFLAGS += -Wl,--as-needed
+CXXFLAGS:= $(shell dpkg-buildflags --get CXXFLAGS) -std=c++14
+export CXXFLAGS
+
# Always do verbose.
export DH_VERBOSE=1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libdap.git
More information about the debian-science-commits
mailing list