From: Mo Zhou Date: Sun, 22 Oct 2023 21:17:27 +0000 (-0400) Subject: Bump SOVERSION from 2 to 3. X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dca294039ef92d95afc61159cc80ab9ecc0c7e9f;p=utf8proc.git Bump SOVERSION from 2 to 3. --- diff --git a/debian/control b/debian/control index a2b622a..4024dd7 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Homepage: https://github.com/JuliaStrings/utf8proc Vcs-Git: https://salsa.debian.org/julia-team/utf8proc.git Vcs-Browser: https://salsa.debian.org/julia-team/utf8proc -Package: libutf8proc2 +Package: libutf8proc3 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} @@ -30,7 +30,7 @@ Package: libutf8proc-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: libutf8proc2 (= ${binary:Version}), ${misc:Depends} +Depends: libutf8proc3 (= ${binary:Version}), ${misc:Depends} Description: C library for processing UTF-8 Unicode data (development files) utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding, supporting diff --git a/debian/libutf8proc2.install b/debian/libutf8proc2.install deleted file mode 100644 index 3ddde58..0000000 --- a/debian/libutf8proc2.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/lib*.so.* diff --git a/debian/libutf8proc2.symbols b/debian/libutf8proc2.symbols deleted file mode 100644 index a036d1e..0000000 --- a/debian/libutf8proc2.symbols +++ /dev/null @@ -1,32 +0,0 @@ -libutf8proc.so.2 libutf8proc2 #MINVER# -* Build-Depends-Package: libutf8proc-dev - utf8proc_NFC@Base 1.3 - utf8proc_NFD@Base 1.3 - utf8proc_NFKC@Base 1.3 - utf8proc_NFKC_Casefold@Base 2.2 - utf8proc_NFKD@Base 1.3 - utf8proc_category@Base 1.3 - utf8proc_category_string@Base 1.3 - utf8proc_charwidth@Base 1.3 - utf8proc_codepoint_valid@Base 1.3 - utf8proc_decompose@Base 1.3 - utf8proc_decompose_char@Base 1.3 - utf8proc_decompose_custom@Base 2.1 - utf8proc_encode_char@Base 1.3 - utf8proc_errmsg@Base 1.3 - utf8proc_get_property@Base 1.3 - utf8proc_grapheme_break@Base 1.3 - utf8proc_grapheme_break_stateful@Base 2.0 - utf8proc_islower@Base 2.6.0 - utf8proc_isupper@Base 2.6.0 - utf8proc_iterate@Base 1.3 - utf8proc_map@Base 1.3 - utf8proc_map_custom@Base 2.1 - utf8proc_normalize_utf32@Base 2.1 - utf8proc_reencode@Base 1.3 - utf8proc_tolower@Base 1.3 - utf8proc_totitle@Base 2.0 - utf8proc_toupper@Base 1.3 - utf8proc_unicode_version@Base 2.3.0 - utf8proc_utf8class@Base 1.3 - utf8proc_version@Base 1.3 diff --git a/debian/libutf8proc3.install b/debian/libutf8proc3.install new file mode 100644 index 0000000..3ddde58 --- /dev/null +++ b/debian/libutf8proc3.install @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* diff --git a/debian/libutf8proc3.symbols b/debian/libutf8proc3.symbols new file mode 100644 index 0000000..bb5076c --- /dev/null +++ b/debian/libutf8proc3.symbols @@ -0,0 +1,31 @@ +libutf8proc.so.3 libutf8proc3 #MINVER# + utf8proc_NFC@Base 2.9.0 + utf8proc_NFD@Base 2.9.0 + utf8proc_NFKC@Base 2.9.0 + utf8proc_NFKC_Casefold@Base 2.9.0 + utf8proc_NFKD@Base 2.9.0 + utf8proc_category@Base 2.9.0 + utf8proc_category_string@Base 2.9.0 + utf8proc_charwidth@Base 2.9.0 + utf8proc_codepoint_valid@Base 2.9.0 + utf8proc_decompose@Base 2.9.0 + utf8proc_decompose_char@Base 2.9.0 + utf8proc_decompose_custom@Base 2.9.0 + utf8proc_encode_char@Base 2.9.0 + utf8proc_errmsg@Base 2.9.0 + utf8proc_get_property@Base 2.9.0 + utf8proc_grapheme_break@Base 2.9.0 + utf8proc_grapheme_break_stateful@Base 2.9.0 + utf8proc_islower@Base 2.9.0 + utf8proc_isupper@Base 2.9.0 + utf8proc_iterate@Base 2.9.0 + utf8proc_map@Base 2.9.0 + utf8proc_map_custom@Base 2.9.0 + utf8proc_normalize_utf32@Base 2.9.0 + utf8proc_reencode@Base 2.9.0 + utf8proc_tolower@Base 2.9.0 + utf8proc_totitle@Base 2.9.0 + utf8proc_toupper@Base 2.9.0 + utf8proc_unicode_version@Base 2.9.0 + utf8proc_utf8class@Base 2.9.0 + utf8proc_version@Base 2.9.0