From: Matthew Vernon Date: Mon, 8 Nov 2021 10:25:53 +0000 (+0000) Subject: clarify what the -{8,16,32} runtimes are for X-Git-Tag: archive/raspbian/10.45-1+rpi1~1^2~40 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f0facf93b34efee0d7867006b341c55a69efdd03;p=pcre2.git clarify what the -{8,16,32} runtimes are for This arose from discussion in #978013; clarify the long descriptions of the runtime packages. --- diff --git a/debian/control b/debian/control index 689727a..c30e273 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,8 @@ Description: New Perl Compatible Regular Expression Library- 8 bit runtime files should use this library in preference to the older library, confusingly called pcre3 in Debian. . - This package contains the 8 bit runtime library. + This package contains the 8 bit runtime library, which operates on + ASCII and UTF-8 input. Package: libpcre2-8-0-udeb Package-Type: udeb @@ -44,7 +45,8 @@ Description: New Perl Compatible Regular Expression Library - 16 bit runtime fil should use this library in preference to the older library, confusingly called pcre3 in Debian. . - This package contains the 16 bit runtime library. + This package contains the 16 bit runtime library, which operates on + UTF-16 input. Package: libpcre2-32-0 Section: libs @@ -59,7 +61,8 @@ Description: New Perl Compatible Regular Expression Library - 32 bit runtime fil should use this library in preference to the older library, confusingly called pcre3 in Debian. . - This package contains the 32 bit runtime library. + This package contains the 32 bit runtime library, which operates on + UTF-32 input. Package: libpcre2-posix3 Section: libs