[SCM] spatialite-tools branch, master, updated. debian/4.0.0-1-33-ga7a885a

Bas Couwenberg sebastic at xs4all.nl
Mon Sep 30 17:14:18 UTC 2013


The following commit has been merged in the master branch:
commit 258623195ccc8bc9d907ac2e1ff4733c3d7aa9f8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Sep 30 03:57:42 2013 +0200

    Pass all hardening flags to configure.

diff --git a/debian/changelog b/debian/changelog
index 6639242..23271cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ spatialite-tools (4.1.1-1) UNRELEASED; urgency=low
   * Update Homepage URL.
   * Update copyright file.
   * Properly link sqlite3. (closes: #713644)
+  * Pass all hardening flags to configure.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Mon, 30 Sep 2013 02:35:52 +0200
 
diff --git a/debian/rules b/debian/rules
index e5df2c4..845b2ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,3 +19,7 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 versions:
 	@echo "Spatialite full version: $(FULL_VERSION)"
 	@echo "Spatialite version: $(LC_VERSION)"
+
+override_dh_auto_configure:
+	dh_auto_configure -- $(shell dpkg-buildflags --export=configure)
+

-- 
Spatialite Tools



More information about the Pkg-grass-devel mailing list