[proj] 10/18: Add patch to fix SOVERSION for Automake builds.

Bas Couwenberg sebastic at debian.org
Fri Feb 2 20:55:49 UTC 2018


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

sebastic pushed a commit to branch experimental
in repository proj.

commit 0ec7456b12d8f17e4eccc88c02bdf0b56b9f0cec
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Feb 2 19:50:55 2018 +0100

    Add patch to fix SOVERSION for Automake builds.
---
 debian/changelog               |  1 +
 debian/patches/series          |  1 +
 debian/patches/soversion.patch | 16 ++++++++++++++++
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1a2b3ac..c0051fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ proj (5.0.0~rc1-1) UNRELEASED; urgency=medium
   * Drop patches, applied upstream.
   * Add patch to link libm to fix FTBFS.
   * Update symbols for 5.0.0~rc1.
+  * Add patch to fix SOVERSION for Automake builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 02 Feb 2018 18:07:07 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index fccd4cf..f48652e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 link-libm.patch
+soversion.patch
diff --git a/debian/patches/soversion.patch b/debian/patches/soversion.patch
new file mode 100644
index 0000000..c46dfdf
--- /dev/null
+++ b/debian/patches/soversion.patch
@@ -0,0 +1,16 @@
+Description: Fix SOVERSION for Automake build.
+Author: Bas Couwenberg <sebastic at debian.org>
+Bug: https://github.com/OSGeo/proj.4/issues/763
+Forwarded: https://github.com/OSGeo/proj.4/pull/765
+
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -40,7 +40,7 @@ geodtest_LDADD = libproj.la
+ 
+ lib_LTLIBRARIES = libproj.la
+ 
+-libproj_la_LDFLAGS = -no-undefined -version-info 13:0:1
++libproj_la_LDFLAGS = -no-undefined -version-info 13:0:0
+ 
+ libproj_la_SOURCES = \
+ 	pj_list.h proj_internal.h\

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



More information about the Pkg-grass-devel mailing list