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/control | |
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/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ee9046212..b06d5e764 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: bsdextrautils, libelf-dev, libgdbm-dev, libncurses-dev, - libpcre3-dev + libpcre2-dev Build-Depends-Indep: cm-super-minimal, ghostscript, texinfo (>= 5~), |