[osm-gps-map] 10/153: Remove useless commented line in patch :)

Ross Gammon ross-guest at moszumanska.debian.org
Tue May 13 19:58:56 UTC 2014


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

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 120e6bee639b351399ebebde08a7e73eb01d293a
Author: David Paleino <dapal at debian.org>
Date:   Sun Dec 13 17:45:41 2009 +0100

    Remove useless commented line in patch :)
---
 debian/patches/02-fix_python_library_linking.patch | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/patches/02-fix_python_library_linking.patch b/debian/patches/02-fix_python_library_linking.patch
index 006dcde..af90ce0 100644
--- a/debian/patches/02-fix_python_library_linking.patch
+++ b/debian/patches/02-fix_python_library_linking.patch
@@ -3,19 +3,18 @@ Subject: use the local dynamic library instead of the static one
 Forwarded: no
 
 ---
- python/configure.ac |    5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
+ python/configure.ac |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
 
 --- osm-gps-map.orig/python/configure.ac
 +++ osm-gps-map/python/configure.ac
-@@ -49,8 +49,9 @@ if test -f ../src/libosmgpsmap.la; then
+@@ -49,8 +49,8 @@ if test -f ../src/libosmgpsmap.la; then
  	PKG_CHECK_MODULES(OSMGPSMAP, [gtk+-2.0 libsoup-2.4])
  
  	#and we must link to the static lib
 -	OSMGPSMAP_CFLAGS="$OSMGPSMAP_CFLAGS -I../src"
 -	OSMGPSMAP_LIBS="$OSMGPSMAP_LIBS ../src/libosmgpsmap.la"
 +	OSMGPSMAP_CFLAGS="$OSMGPSMAP_CFLAGS -I../src/"
-+#	OSMGPSMAP_LIBS="$OSMGPSMAP_LIBS ../src/libosmgpsmap.la"
 +	OSMGPSMAP_LIBS="$OSMGPSMAP_LIBS -L../src/.libs/ -losmgpsmap"
  else
  	PKG_CHECK_MODULES(OSMGPSMAP, osmgpsmap)

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



More information about the Pkg-grass-devel mailing list