[libdap] 23/48: Enable hardening; update S-V

Alastair McKinstry mckinstry at moszumanska.debian.org
Sun Jul 5 10:17:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to tag unstable/3.12.0-1
in repository libdap.

commit 7ea952e7cd04e2f591045ec65f63fdd113b20725
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Dec 21 10:14:02 2012 +0000

    Enable hardening; update S-V
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 debian/rules     | 5 +++++
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4e4d743..38f2595 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libdap (3.11.1-12) unstable; urgency=low
 
   * libdnet-dev no longer conflicts with libdap-dev. Closes: #694655. 
+  * Standards-Version: 3.9.4. No changes required.
+  * Enable hardening.
 
  -- Alastair McKinstry <mckinstry at debian.org>  Fri, 21 Dec 2012 09:20:52 +0000
 
diff --git a/debian/control b/debian/control
index 48d8ee9..af4632b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Alastair McKinstry <mckinstry at debian.org>
 Build-Depends: zlib1g-dev, debhelper (>= 8.1.3~), pkg-config, libxml2-dev, libcurl4-gnutls-dev , dejagnu, doxygen, graphviz, dh-autoreconf (>= 4~),
  autoconf, automake, libtool, flex, bison, uuid-dev
 Build-Conflicts: autoconf2.13
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Homepage: http://www.opendap.org/
 
 Package: libdap11
diff --git a/debian/rules b/debian/rules
index a9d85a2..07c146b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,11 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 LIBDIR:=/usr/lib/$(DEB_HOST_MULTIARCH)
 
+# To enable all, uncomment following line
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 # The magic debhelper rule:
 %:
 	dh $@ --with autoreconf

-- 
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