From 89fe0c9bb581b5a1608738d68f2520c6426b549b Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Tue, 22 Dec 2015 13:37:39 +0000 Subject: pcre3 (2:8.38-1) unstable; urgency=low * New upstream version # imported from the archive --- debian/patches/soname.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/patches/soname.patch (limited to 'debian/patches/soname.patch') diff --git a/debian/patches/soname.patch b/debian/patches/soname.patch new file mode 100644 index 0000000..cbdae2a --- /dev/null +++ b/debian/patches/soname.patch @@ -0,0 +1,21 @@ +From: Mark Baker +Description: Change soname to what debian use +Index: pcre3/configure.ac +=================================================================== +--- pcre3.orig/configure.ac 2015-12-22 13:27:15.000000000 +0000 ++++ pcre3/configure.ac 2015-12-22 13:28:37.000000000 +0000 +@@ -17,10 +17,10 @@ + # 50 lines of this file. Please update that if the variables above are moved. + + # Libtool shared library interface versions (current:revision:age) +-m4_define(libpcre_version, [3:6:2]) +-m4_define(libpcre16_version, [2:6:2]) +-m4_define(libpcre32_version, [0:6:0]) +-m4_define(libpcreposix_version, [0:3:0]) ++m4_define(libpcre_version, [16:2:13]) ++m4_define(libpcre16_version, [16:2:13]) ++m4_define(libpcre32_version, [16:2:13]) ++m4_define(libpcreposix_version, [16:2:13]) + m4_define(libpcrecpp_version, [0:1:0]) + + AC_PREREQ(2.57) -- cgit v1.2.3