[librasterlite2] 02/07: Add patch to fix SOVERSION, was decremented from 1 to 0.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Jun 27 18:13:17 UTC 2015


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

sebastic pushed a commit to branch master
in repository librasterlite2.

commit 11f654a37c95fdf6d6c034ee57496ad92303f1ea
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jun 27 17:19:45 2015 +0200

    Add patch to fix SOVERSION, was decremented from 1 to 0.
---
 debian/changelog               |  1 +
 debian/patches/series          |  1 +
 debian/patches/soversion.patch | 15 +++++++++++++++
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ac79c66..df791ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ librasterlite2 (1.0.0~rc0+devel-1) UNRELEASED; urgency=medium
   * Drop patches applied upstream.
   * Bump minimum required libspatialite to 4.3.0~rc1.
   * Add gbp.conf to use pristine-tar by default.
+  * Add patch to fix SOVERSION, was decremented from 1 to 0.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 21 Jun 2015 13:25:56 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0a55278
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+soversion.patch
diff --git a/debian/patches/soversion.patch b/debian/patches/soversion.patch
new file mode 100644
index 0000000..1e80ede
--- /dev/null
+++ b/debian/patches/soversion.patch
@@ -0,0 +1,15 @@
+Description: Don't decrement SOVERSION from 1 to 0.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://groups.google.com/d/msg/spatialite-users/VWtXA4DLTIk/VOIh08o2TngJ
+
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -25,7 +25,7 @@ if MINGW
+ librasterlite2_la_LDFLAGS = -avoid-version -no-undefined
+ librasterlite2_la_LIBADD += -lm
+ else
+-librasterlite2_la_LDFLAGS = -version-info 0:0:0
++librasterlite2_la_LDFLAGS = -version-info 1:0:0
+ librasterlite2_la_LIBADD += -lpthread -lm
+ endif
+ 

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



More information about the Pkg-grass-devel mailing list