[gdal-grass] 01/02: Refresh patches.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon May 2 19:27:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental-2.1
in repository gdal-grass.

commit daa1d1d67dbd997f5edf88b767f6a9cf360cef79
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon May 2 21:10:17 2016 +0200

    Refresh patches.
---
 debian/changelog     | 1 +
 debian/patches/rpath | 8 +++-----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4241d58..6bec5be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libgdal-grass (2.1.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Refresh patches.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 02 May 2016 12:40:14 +0200
 
diff --git a/debian/patches/rpath b/debian/patches/rpath
index 3a339fc..f2538fe 100644
--- a/debian/patches/rpath
+++ b/debian/patches/rpath
@@ -1,19 +1,17 @@
 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
+
 --- a/Makefile.in
 +++ b/Makefile.in
-@@ -46,11 +46,12 @@ distclean: clean
- 	rm -fr Makefile config.status config.log autom*.cache
+@@ -47,10 +47,10 @@ distclean: clean
  
  
-+
  $(GLIBNAME):	grass57dataset.o
 -	$(LD_SHARED) $(LDFLAGS) grass57dataset.o $(LIBS) -o $(GLIBNAME)
 +	$(LD_SHARED) $(LDFLAGS) grass57dataset.o $(LIBS) -o $(GLIBNAME) -Wl,-rpath,/usr/lib/grass70/lib
  
- $(OLIBNAME):	ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o 
+ $(OLIBNAME):	ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o
 -	$(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o $(LIBS) -o $(OLIBNAME)
 +	$(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o $(LIBS) -o $(OLIBNAME) -Wl,-rpath,/usr/lib/grass70/lib
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal-grass.git



More information about the Pkg-grass-devel mailing list