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

2013-12-12 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 2bf3ecfe63e937186a6c245adaf9a5b2812a2724
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Dec 12 10:59:35 2013 +0100

Changed b-d and policy

diff --git a/debian/changelog b/debian/changelog
index b385bb5..cd104bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dans-gdal-scripts (0.18-3) unstable; urgency=medium
+
+  * Now using libgdal-dev b-d.
+  * Policy bumped to 3.9.4 (no changes required).
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Thu, 12 Dec 2013 10:56:10 
+0100
+
 dans-gdal-scripts (0.18-2) unstable; urgency=low
 
   * Fixed copyright-refers-to-deprecated-bsd-license-file lintian warning.
diff --git a/debian/control b/debian/control
index 5ea75b9..0b39ab5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: science
 Priority: extra
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
-Build-Depends: debhelper (= 8), autotools-dev, libgdal1-dev, libproj-dev, 
libboost1.42-dev
-Standards-Version: 3.9.1
+Build-Depends: debhelper (= 8), autotools-dev, libgdal-dev, libproj-dev, 
libboost1.42-dev
+Standards-Version: 3.9.4
 Homepage: http://www.gina.alaska.edu/projects/gina-tools
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/dans-gdal-scripts.git
 Vcs-Git: git://git.debian.org/pkg-grass/dans-gdal-scripts.git

-- 
GDAL contributed tools by Geographic Information Network of Alaska

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


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

2013-12-12 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit d18f0241d47dbdde0dc669e2164601fefd2743ad
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Dec 12 11:33:27 2013 +0100

Changed dh level.

diff --git a/debian/changelog b/debian/changelog
index 96d0d99..d40f6ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ dans-gdal-scripts (0.18-3) unstable; urgency=medium
   - debian-rules-missing-recommended-target build-indep
   - debian-rules-missing-recommended-target build-arch
   - hardening-no-relro 
+  * Debhelper level raised to 9. 
 
  -- Francesco Paolo Lovergine fran...@debian.org  Thu, 12 Dec 2013 10:56:10 
+0100
 
diff --git a/debian/control b/debian/control
index 609ede4..1099765 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: science
 Priority: extra
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
-Build-Depends: debhelper (= 8), autotools-dev, libgdal-dev, libproj-dev, 
libboost-dev
+Build-Depends: debhelper (= 9), autotools-dev, libgdal-dev, libproj-dev, 
libboost-dev
 Standards-Version: 3.9.4
 Homepage: http://www.gina.alaska.edu/projects/gina-tools
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/dans-gdal-scripts.git

-- 
GDAL contributed tools by Geographic Information Network of Alaska

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


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

2013-12-12 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 9af0aad07688d9c5da041fe0bb650ac9ada8
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Dec 12 11:04:49 2013 +0100

Proper use of dh_autotools-dev_*config helpers.

diff --git a/debian/changelog b/debian/changelog
index cd104bc..06077b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ dans-gdal-scripts (0.18-3) unstable; urgency=medium
 
   * Now using libgdal-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.
 
  -- Francesco Paolo Lovergine fran...@debian.org  Thu, 12 Dec 2013 10:56:10 
+0100
 
diff --git a/debian/rules b/debian/rules
index 7244dc9..6618dcd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,34 +16,21 @@ endif
 
 config.status: configure
dh_testdir
-   # Add here commands to configure the package.
-ifneq $(wildcard /usr/share/misc/config.sub) 
-   mv config.sub config.sub.original  cp -f /usr/share/misc/config.sub 
config.sub
-endif
-ifneq $(wildcard /usr/share/misc/config.guess) 
-   mv config.guess config.guess.original  cp -f 
/usr/share/misc/config.guess config.guess
-endif
+   dh_autotools-dev_updateconfig
dh_auto_configure
 
 build: build-stamp
 
 build-stamp:  config.status 
dh_testdir
-   
-   # Add here commands to compile the package.
dh_auto_build
touch $@
 
 clean: 
dh_testdir
dh_testroot
-   
-   # Add here commands to clean up after the build process.
dh_auto_clean   
-   rm -f config.sub config.guess
-   mv config.sub.original config.sub
-   mv config.guess.original config.guess
-   cp -f 
+   dh_autotools-dev_restoreconfig
dh_clean 
 
 install: build
@@ -51,7 +38,6 @@ install: build
dh_testroot
dh_prep  
dh_installdirs
-   
# Add here commands to install the package into 
debian/dans-gdal-scripts.
dh_auto_install


-- 
GDAL contributed tools by Geographic Information Network of Alaska

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


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

2013-12-12 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit c217d6227ed6a6fde56368254e9f64ac7a4a375e
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Dec 12 11:07:54 2013 +0100

Changed libboost b-d.

diff --git a/debian/changelog b/debian/changelog
index 06077b3..778ab29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 dans-gdal-scripts (0.18-3) unstable; urgency=medium
 
-  * Now using libgdal-dev b-d.
+  * 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.
+  * 
 
  -- Francesco Paolo Lovergine fran...@debian.org  Thu, 12 Dec 2013 10:56:10 
+0100
 
diff --git a/debian/control b/debian/control
index 0b39ab5..609ede4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: science
 Priority: extra
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
-Build-Depends: debhelper (= 8), autotools-dev, libgdal-dev, libproj-dev, 
libboost1.42-dev
+Build-Depends: debhelper (= 8), autotools-dev, libgdal-dev, libproj-dev, 
libboost-dev
 Standards-Version: 3.9.4
 Homepage: http://www.gina.alaska.edu/projects/gina-tools
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/dans-gdal-scripts.git

-- 
GDAL contributed tools by Geographic Information Network of Alaska

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


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

2013-12-12 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 480181e2fc9ab8fb31fd23b61a04fcb0f6e4f1ac
Author: Francesco Paolo Lovergine fran...@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 fran...@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

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel