From: Matthew Vernon Date: Sat, 6 Nov 2021 13:56:01 +0000 (+0000) Subject: soname of libpcre2-posix is now 3 X-Git-Tag: archive/raspbian/10.45-1+rpi1~1^2~41 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e29d1b9e660e629b53624bf645d00dd112d2cc93;p=pcre2.git soname of libpcre2-posix is now 3 --- diff --git a/debian/control b/debian/control index 25ebb50..689727a 100644 --- a/debian/control +++ b/debian/control @@ -61,7 +61,7 @@ Description: New Perl Compatible Regular Expression Library - 32 bit runtime fil . This package contains the 32 bit runtime library. -Package: libpcre2-posix2 +Package: libpcre2-posix3 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -83,7 +83,7 @@ Section: libdevel Architecture: any Multi-Arch: same Conflicts: libpcre3-dev (<<2:8.35-8) -Depends: libc6-dev, libpcre2-8-0 (= ${binary:Version}), libpcre2-16-0 (= ${binary:Version}), libpcre2-32-0 (= ${binary:Version}), libpcre2-posix2 (= ${binary:Version}), ${misc:Depends} +Depends: libc6-dev, libpcre2-8-0 (= ${binary:Version}), libpcre2-16-0 (= ${binary:Version}), libpcre2-32-0 (= ${binary:Version}), libpcre2-posix3 (= ${binary:Version}), ${misc:Depends} Description: New Perl Compatible Regular Expression Library - development files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as diff --git a/debian/libpcre2-posix2.install b/debian/libpcre2-posix2.install deleted file mode 100644 index 2669a04..0000000 --- a/debian/libpcre2-posix2.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/*/libpcre2-posix.so.* diff --git a/debian/libpcre2-posix2.symbols b/debian/libpcre2-posix2.symbols deleted file mode 100644 index 252b202..0000000 --- a/debian/libpcre2-posix2.symbols +++ /dev/null @@ -1,9 +0,0 @@ -libpcre2-posix.so.2 libpcre2-posix2 #MINVER# - pcre2_regcomp@Base 10.34 - pcre2_regerror@Base 10.34 - pcre2_regexec@Base 10.34 - pcre2_regfree@Base 10.34 - regcomp@Base 10.34 - regerror@Base 10.34 - regexec@Base 10.34 - regfree@Base 10.34 diff --git a/debian/libpcre2-posix3.install b/debian/libpcre2-posix3.install new file mode 100644 index 0000000..2669a04 --- /dev/null +++ b/debian/libpcre2-posix3.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*/libpcre2-posix.so.* diff --git a/debian/libpcre2-posix3.symbols b/debian/libpcre2-posix3.symbols new file mode 100644 index 0000000..a17ee83 --- /dev/null +++ b/debian/libpcre2-posix3.symbols @@ -0,0 +1,9 @@ +libpcre2-posix.so.3 libpcre2-posix3 #MINVER# + pcre2_regcomp@Base 10.34 + pcre2_regerror@Base 10.34 + pcre2_regexec@Base 10.34 + pcre2_regfree@Base 10.34 +#MISSING: 10.39-1# regcomp@Base 10.34 +#MISSING: 10.39-1# regerror@Base 10.34 +#MISSING: 10.39-1# regexec@Base 10.34 +#MISSING: 10.39-1# regfree@Base 10.34