[SCM] dans-gdal-scripts branch, master, updated. upstream/0.18-15-gd18f024

Francesco Paolo Lovergine frankie at debian.org
Thu Dec 12 10:42:50 UTC 2013


The following commit has been merged in the master branch:
commit 480181e2fc9ab8fb31fd23b61a04fcb0f6e4f1ac
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Thu Dec 12 11:26:11 2013 +0100

    Fixed main lintian issues.

diff --git a/debian/changelog b/debian/changelog
index 778ab29..96d0d99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,10 @@ dans-gdal-scripts (0.18-3) unstable; urgency=medium
   * Now using libgdal-devi and libboost-dev b-d.
   * Policy bumped to 3.9.4 (no changes required).
   * Now using dh helpers to restore/update config.{guess,sub} in debian/rules.
-  * 
+  * Fixed lintian warnings source: 
+      - debian-rules-missing-recommended-target build-indep
+      - debian-rules-missing-recommended-target build-arch
+      - hardening-no-relro 
 
  -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 12 Dec 2013 10:56:10 +0100
 
diff --git a/debian/rules b/debian/rules
index 6618dcd..dd6b9dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,12 +14,17 @@ else
 CROSS= --build $(DEB_BUILD_GNU_TYPE)
 endif
 
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
 config.status: configure
 	dh_testdir
 	dh_autotools-dev_updateconfig
 	dh_auto_configure
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 
 build-stamp:  config.status 
 	dh_testdir

-- 
GDAL contributed tools by Geographic Information Network of Alaska



More information about the Pkg-grass-devel mailing list