[SCM] libgaiagraphics branch, master, updated. debian/0.4b-1-13-g099a859

Bas Couwenberg sebastic at xs4all.nl
Mon Sep 30 19:26:14 UTC 2013


The following commit has been merged in the master branch:
commit 5c3619ea6b8edc6c016d9bdc12436f88216c56f6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Sep 30 20:54:30 2013 +0200

    Pass all hardening flags to configure.

diff --git a/debian/changelog b/debian/changelog
index 3d8447b..ddd83ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libgaiagraphics (0.5-1) UNRELEASED; urgency=low
   * Build depend on libtiff-dev instead of libtiff5-dev.
   * Add build dependency on libxml2-dev.
   * Use upstream version without debian revision when generating symbols.
+  * Pass all hardening flags to configure.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Mon, 30 Sep 2013 20:11:57 +0200
 
diff --git a/debian/rules b/debian/rules
index f9b07c9..fd8cd22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@ VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | s
 %:
 	dh $@ --with autoreconf
 
+override_dh_auto_configure:
+	dh_auto_configure -- $(shell dpkg-buildflags --export=configure)
+
 override_dh_makeshlibs:
 	dh_makeshlibs -- -c0 -v$(VERSION)
 

-- 
Packaging of libgaiagraphics in Debian



More information about the Pkg-grass-devel mailing list