diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2018-09-18 11:44:28 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2018-09-18 11:44:41 +0200 |
commit | 9217574980726fd349c47c06c94cbc1c5d27ddcd (patch) | |
tree | 02e0597498843b58a1b1776ddb0bb5e0097f13f4 /debian/control | |
parent | 66b50e88cd886e78b12ab286b78127c811127219 (diff) | |
download | zsh-9217574980726fd349c47c06c94cbc1c5d27ddcd.tar.gz zsh-9217574980726fd349c47c06c94cbc1c5d27ddcd.zip |
Revert "Switch from the deprecated libpcre3 to the newer (!) libpcre2."
This reverts commit a5db24730b1318dbcd80aa79c01b9d1a624cc9ca.
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 d7a0ab379..d3fbe3535 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: bsdmainutils, groff-base, libcap-dev [linux-any], libncursesw5-dev, - libpcre2-dev, + libpcre3-dev, texinfo (>= 5~), texlive-fonts-recommended, texlive-latex-base, |