[SCM] gdal-grass branch, master, updated. upstream/1.7.3-16-g235728e

Francesco P. Lovergine francesco at lovergine.com
Tue Dec 24 18:49:07 UTC 2013


The following commit has been merged in the master branch:
commit 235728e15ef24faa610b9809adbc5706b9e89686
Author: Francesco P. Lovergine <francesco at lovergine.com>
Date:   Tue Dec 24 19:32:32 2013 +0100

    Fixed some packaging issues, mainly lintian based.

diff --git a/debian/changelog b/debian/changelog
index e7fbf17..236f845 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ libgdal-grass (1.10.1-1) unstable; urgency=low
   * New upstream release.
   * Policy bumped to 3.9.5, no changes.
   * Debhelper level set to 9.
+  * Added standard build-* target in debian/rules.
+  * Fixed Vcs-* field to canonical one.
+  * Revised patch rpath to add header.
 
  -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 24 Dec 2013 18:59:58 +0100
 
diff --git a/debian/control b/debian/control
index d603d43..c0520dd 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 9), d-shlibs, libgdal-dev (>= 1.9.0), pkg-config, g
  grass (>= 6.4.0~rc5), libproj-dev
 Standards-Version: 3.9.5
 Homepage: http://www.gdal.org/
-Vcs-Browser: http://git.debian.org/?p=pkg-grass/gdal-grass.git
-Vcs-Git: git://git.debian.org/git/pkg-grass/gdal-grass.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/gdal-grass.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/gdal-grass.git
 
 Package: libgdal1-1.10.1-grass
 Section: libs
diff --git a/debian/control.in b/debian/control.in
index e0a1d9a..738b4e6 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 9), d-shlibs, libgdal-dev (>= 1.9.0), pkg-config, g
  grass (>= 6.4.0~rc5), libproj-dev
 Standards-Version: 3.9.5
 Homepage: http://www.gdal.org/
-Vcs-Browser: http://git.debian.org/?p=pkg-grass/gdal-grass.git
-Vcs-Git: git://git.debian.org/git/pkg-grass/gdal-grass.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/gdal-grass.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/gdal-grass.git
 
 Package: libgdal1-1.10.1-grass
 Section: libs
diff --git a/debian/patches/rpath b/debian/patches/rpath
index f8bf897..0a1d9ea 100644
--- a/debian/patches/rpath
+++ b/debian/patches/rpath
@@ -1,3 +1,7 @@
+From: Francesco Paolo Lovergine <frankie at debian.org>
+Subject: Add rpath in solib to allow using the internal path of grass stuff.
+Forwarded: not-needed
+Last-Update: 2013-12-24
 Index: gdal-grass/Makefile.in
 ===================================================================
 --- gdal-grass.orig/Makefile.in	2011-02-24 15:15:21.000000000 +0100
diff --git a/debian/rules b/debian/rules
index 1510fd8..74e2090 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,9 @@ config.status: debian/control lintian-overrides
 	fi
 	./configure --prefix=/usr --with-grass=/usr/lib/$(GRASS) --with-autoload=/usr/lib/gdalplugins/$(GDAL)
 
+build-indep: build
+build-arch: build
+
 build: build-stamp
 build-stamp: config.status
 	dh_testdir
@@ -84,4 +87,4 @@ binary-arch: build install
 
 binary: binary-arch binary-indep
 
-.PHONY: build clean binary-arch binary-indep binary install lintian-overrides
+.PHONY: build clean binary-arch binary-indep binary install lintian-overrides build-arch build-indep

-- 
GRASS extension for the GDAL library



More information about the Pkg-grass-devel mailing list