[shapelib] 09/22: Add patch to re-bump SONAME (see 1.3.0-1).

Bas Couwenberg sebastic at debian.org
Tue Dec 6 20:41:37 UTC 2016


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

sebastic pushed a commit to branch master
in repository shapelib.

commit 4dfc09b00fc2a8ff6eee93eac6f6f27efb952475
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Dec 6 20:31:58 2016 +0100

    Add patch to re-bump SONAME (see 1.3.0-1).
---
 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 e1b5bb6..49c15c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ shapelib (1.4.0~rc1-1) UNRELEASED; urgency=medium
     - Drop license & copyright for csv2shp.c & my_nan.h
     - Rename MIT license shortname to Expat
   * Use dh-autoreconf for retooling.
+  * Add patch to re-bump SONAME (see 1.3.0-1).
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 06 Dec 2016 19:46:29 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index e65ff25..126229c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 #0007-Use-dpkg-buildflags-in-contrib-fixes-hardening-warni.patch
 #0008-spelling-errors.patch
 #0009-privacy-breach-generic.patch
+soversion.patch
diff --git a/debian/patches/soversion.patch b/debian/patches/soversion.patch
new file mode 100644
index 0000000..512f6d9
--- /dev/null
+++ b/debian/patches/soversion.patch
@@ -0,0 +1,15 @@
+Description: Bump SONAME due to API and ABI changes in 1.3.0.
+Author: Arto Jantunen
+Forwarded: http://bugzilla.maptools.org/show_bug.cgi?id=2628
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -16,7 +16,7 @@ AM_SILENT_RULES([yes])
+ m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
+ 
+ dnl See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
+-AC_SUBST([SHAPELIB_SO_VERSION], [2:1:1])
++AC_SUBST([SHAPELIB_SO_VERSION], [2:1:0])
+ 
+ AC_PROG_CC
+ AC_PROG_CXX

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



More information about the Pkg-grass-devel mailing list