[proj] 04/05: Add patch to revert the SONAME back to libproj.so.9.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Sep 10 22:52:09 UTC 2015


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

sebastic pushed a commit to branch master
in repository proj.

commit d1f785b630d42f8df156276c03d38d4b3ab77044
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Sep 11 00:30:19 2015 +0200

    Add patch to revert the SONAME back to libproj.so.9.
---
 debian/changelog            |  1 +
 debian/patches/series       |  1 +
 debian/patches/soname.patch | 26 ++++++++++++++++++++++++++
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ac2c82c..446f996 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 proj (4.9.2~rc2+1-1) UNRELEASED; urgency=medium
 
   * Import proj-4.9.2RC2.tar.gz again (changed after first published).
+  * Add patch to revert the SONAME back to libproj.so.9.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 11 Sep 2015 00:22:18 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4db24c4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+soname.patch
diff --git a/debian/patches/soname.patch b/debian/patches/soname.patch
new file mode 100644
index 0000000..da5914f
--- /dev/null
+++ b/debian/patches/soname.patch
@@ -0,0 +1,26 @@
+Description: Fix SONAME, keep it at libproj.so.9.
+ The PVALUE typedef rename doesn't break the ABI.
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -29,7 +29,7 @@ test228_LDADD = libproj.la @THREAD_LIB@
+ 
+ lib_LTLIBRARIES = libproj.la
+ 
+-libproj_la_LDFLAGS = -no-undefined -version-info 10:0:0
++libproj_la_LDFLAGS = -no-undefined -version-info 10:0:1
+ 
+ libproj_la_SOURCES = \
+ 	pj_list.h \
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -402,7 +402,7 @@ geod_LDADD = libproj.la
+ multistresstest_LDADD = libproj.la @THREAD_LIB@
+ test228_LDADD = libproj.la @THREAD_LIB@
+ lib_LTLIBRARIES = libproj.la
+-libproj_la_LDFLAGS = -no-undefined -version-info 10:0:0
++libproj_la_LDFLAGS = -no-undefined -version-info 10:0:1
+ libproj_la_SOURCES = \
+ 	pj_list.h \
+ 	PJ_aeqd.c PJ_gnom.c PJ_laea.c PJ_mod_ster.c \

-- 
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