[osm2pgsql] 01/03: Enable all hardening buildflags.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Apr 1 21:31:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository osm2pgsql.
commit 2cd8c1c059c89673af54a7b1435f62867144b104
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Apr 1 17:07:48 2016 +0200
Enable all hardening buildflags.
---
debian/changelog | 6 ++++++
debian/rules | 5 ++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4e4be0b..657d14d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osm2pgsql (0.90.0+ds-2) UNRELEASED; urgency=medium
+
+ * Enable all hardening buildflags.
+
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 01 Apr 2016 17:07:40 +0200
+
osm2pgsql (0.90.0+ds-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/rules b/debian/rules
index 5903c06..5470f91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,12 @@
#!/usr/bin/make -f
# debian/rules for osm2pgsql
-#
+
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
# Verbose test output
export VERBOSE=1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm2pgsql.git
More information about the Pkg-grass-devel
mailing list