[Pkg-cyrus-sasl2-commits] [cyrus-sasl2] 03/06: Add patch that reverts upstream SONAME bump
Roberto C. Sanchez
roberto at moszumanska.debian.org
Tue Feb 11 02:58:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
roberto pushed a commit to branch master
in repository cyrus-sasl2.
commit ea4dfacb78f352432a8ade131158e8764aa2f51b
Author: Roberto C. Sanchez <roberto at connexer.com>
Date: Mon Feb 10 21:34:23 2014 -0500
Add patch that reverts upstream SONAME bump
---
.../patches/0045_revert_upstream_soname_bump.patch | 24 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 25 insertions(+)
diff --git a/debian/patches/0045_revert_upstream_soname_bump.patch b/debian/patches/0045_revert_upstream_soname_bump.patch
new file mode 100644
index 0000000..d69b4d1
--- /dev/null
+++ b/debian/patches/0045_revert_upstream_soname_bump.patch
@@ -0,0 +1,24 @@
+Author: Roberto C. Sanchez <roberto at connexer.com>
+Description: Revert upstream's SONAME bump, which was introduced in upstream version 2.1.26. SONAME breakage was previously handled in Debian and a bump is not required at this time.
+--- cyrus-sasl2.git.orig/lib/Makefile.am
++++ cyrus-sasl2.git/lib/Makefile.am
+@@ -43,7 +43,7 @@
+ # Library version info - here at the top, for sanity
+ # See <http://www.gnu.org/software/libtool/manual/libtool.html#Versioning>
+ # CURRENT:REVISION:AGE
+-sasl_version = 3:0:0
++sasl_version = 2:25:0
+
+ INCLUDES=-DLIBSASL_EXPORTS=1 -I$(top_srcdir)/include -I$(top_srcdir)/plugins -I$(top_builddir)/include -I$(top_srcdir)/sasldb
+
+--- cyrus-sasl2.git.orig/lib/Makefile.in
++++ cyrus-sasl2.git/lib/Makefile.in
+@@ -319,7 +319,7 @@
+ # Library version info - here at the top, for sanity
+ # See <http://www.gnu.org/software/libtool/manual/libtool.html#Versioning>
+ # CURRENT:REVISION:AGE
+-sasl_version = 3:0:0
++sasl_version = 2:25:0
+ INCLUDES = -DLIBSASL_EXPORTS=1 -I$(top_srcdir)/include -I$(top_srcdir)/plugins -I$(top_builddir)/include -I$(top_srcdir)/sasldb
+ EXTRA_DIST = windlopen.c staticopen.h NTMakefile
+ EXTRA_LIBRARIES = libsasl2.a
diff --git a/debian/patches/series b/debian/patches/series
index a13c3c1..35158c3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -26,3 +26,4 @@
0042_release_server_creds.patch
0043_types_h.patch
0044_debug_log_typo_fix.patch
+0045_revert_upstream_soname_bump.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cyrus-sasl2/cyrus-sasl2.git
More information about the Pkg-cyrus-sasl2-commits
mailing list