diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2023-07-05 02:27:43 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2023-07-05 18:55:51 +0200 |
commit | 138340f908926ef5bfbc3e82b1ca1cc9a97de22c (patch) | |
tree | bdf12e2df4bdd3202e99dfefb9d10b2e6a35d8d8 /debian/patches/series | |
parent | d2a99aa86a81f1ad931ab2d3bf8a5ba28c2ed0d4 (diff) | |
download | zsh-138340f908926ef5bfbc3e82b1ca1cc9a97de22c.tar.gz zsh-138340f908926ef5bfbc3e82b1ca1cc9a97de22c.zip |
Cherry pick multiple upstream commits to migrate pcre module to pcre2.
Update Build-Depends and Build-Using from libpcre3-dev to libpcre2-dev
accordingly.
Closes: #999918
Gbp-Dch: Full
Diffstat (limited to 'debian/patches/series')
-rw-r--r-- | debian/patches/series | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series index 77f9c45db..eebee12c7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,6 @@ completion-dscverify.diff use-pager-instead-of-more-by-default.patch fix-typos-in-man-pages.patch cherry-pick-3e3cfabc-revert-38150-and-fix-in-calling-function-cfp_matcher_range-instead.patch +cherry-pick-4b7a9fd0-additional-typset--p--m-fix-for-namespaces.patch +cherry-pick-b62e91134-51723-migrate-pcre-module-to-pcre2.patch +cherry-pick-10bdbd8b-51877-do-not-build-pcre-module-if-pcre2-config-is-not-found.patch |