[SCM] librasterlite branch, master, updated. debian/1.0-3-7-gff84c60

David Paleino dapal at debian.org
Tue Sep 27 08:28:15 UTC 2011


The following commit has been merged in the master branch:
commit ff84c60f19e676198daba3c1774093e597173efd
Author: David Paleino <dapal at debian.org>
Date:   Tue Sep 27 10:28:10 2011 +0200

    03-fix_library_version.patch added: fix SONAME

diff --git a/debian/changelog b/debian/changelog
index 096300e..4a78b72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ librasterlite (1.1~svn11-1) UNRELEASED; urgency=low
     - this is needed by Mapnik2
   * Fixed licensing information: the code is now under LGPL-3+
   * 03-libepsilon_transition.patch removed, fixed upstream
+  * 03-fix_library_version.patch added: fix SONAME
 
- -- David Paleino <dapal at debian.org>  Tue, 27 Sep 2011 10:15:24 +0200
+ -- David Paleino <dapal at debian.org>  Tue, 27 Sep 2011 10:27:53 +0200
 
 librasterlite (1.0-3) unstable; urgency=low
 
diff --git a/debian/patches/03-fix_library_version.patch b/debian/patches/03-fix_library_version.patch
new file mode 100644
index 0000000..da2f2a8
--- /dev/null
+++ b/debian/patches/03-fix_library_version.patch
@@ -0,0 +1,20 @@
+From: David Paleino <dapal at debian.org>
+Subject: fix SONAME
+Origin: vendor
+Forwarded: no
+
+---
+ lib/Makefile.am |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- librasterlite.orig/lib/Makefile.am
++++ librasterlite/lib/Makefile.am
+@@ -20,7 +20,7 @@ librasterlite_la_SOURCES = \
+      rasterlite_wavelet.c \
+      rasterlite.c
+ 
+-librasterlite_la_LDFLAGS = -version-info 1:0:1 -no-undefined
++librasterlite_la_LDFLAGS = -version-info 2:0:1 -no-undefined
+ 
+ librasterlite_la_LIBADD = \
+ 	-lepsilon \
diff --git a/debian/patches/series b/debian/patches/series
index 41640e4..8eb800a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 00-systemwide_libepsilon.patch
 01-fix_build.patch
 02-fix_typos.patch
+03-fix_library_version.patch

-- 
library supporting raster data sources for spatialite



More information about the Pkg-grass-devel mailing list