From f0facf93b34efee0d7867006b341c55a69efdd03 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Mon, 8 Nov 2021 10:25:53 +0000 Subject: [PATCH] clarify what the -{8,16,32} runtimes are for This arose from discussion in #978013; clarify the long descriptions of the runtime packages. --- debian/control | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 -- 2.30.2