r3/dist-debian
Björn Svensson c105117b40
Use PCRE2 instead of PCRE (#153)
PCRE is now at end of life and is no longer actively maintained.
Lift the dependency to the next major version, i.e. PCRE2.

Implementation notes:
- Removed the pcre study option since:
  "The new API ... was simplified by abolishing the separate "study" optimizing
  function; in PCRE2, patterns are automatically optimized where possible."
- If asprintf() fails the content of the 'strp' variable is undefined.
  Lets check the return value and return NULL upon error.
- Pattern and subject can straightforwardly be cast to PCRE2_SPTR since we
  only work with 8-bit code units.
2023-10-23 12:38:24 +02:00
..
source Rename debian package directory to save package maintainers' life. 2014-06-13 09:35:49 +08:00
changelog Rename debian package directory to save package maintainers' life. 2014-06-13 09:35:49 +08:00
compat Rename debian package directory to save package maintainers' life. 2014-06-13 09:35:49 +08:00
control Use PCRE2 instead of PCRE (#153) 2023-10-23 12:38:24 +02:00
copyright Rename debian package directory to save package maintainers' life. 2014-06-13 09:35:49 +08:00
docs Rename debian package directory to save package maintainers' life. 2014-06-13 09:35:49 +08:00
libr3-dev.dirs Rename debian package directory to save package maintainers' life. 2014-06-13 09:35:49 +08:00
libr3-dev.install Rename debian package directory to save package maintainers' life. 2014-06-13 09:35:49 +08:00
libr3.dirs Rename debian package directory to save package maintainers' life. 2014-06-13 09:35:49 +08:00
libr3.install Rename debian package directory to save package maintainers' life. 2014-06-13 09:35:49 +08:00
rules Rename debian package directory to save package maintainers' life. 2014-06-13 09:35:49 +08:00