From a5db24730b1318dbcd80aa79c01b9d1a624cc9ca Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sat, 15 Sep 2018 22:19:11 +0200 Subject: Switch from the deprecated libpcre3 to the newer (!) libpcre2. LP: #1792544 Gbp-Dch: Full --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index d3fbe3535..d7a0ab379 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: bsdmainutils, groff-base, libcap-dev [linux-any], libncursesw5-dev, - libpcre3-dev, + libpcre2-dev, texinfo (>= 5~), texlive-fonts-recommended, texlive-latex-base, diff --git a/debian/rules b/debian/rules index ba228eed2..9cac1f6c1 100755 --- a/debian/rules +++ b/debian/rules @@ -45,7 +45,7 @@ CONFIGFLAGS += --enable-zsh-secure-free CONFIGFLAGS += --enable-zsh-hash-debug endif -BUILT_USING=$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W libcap-dev libncursesw5-dev libpcre3-dev libc-dev-bin) +BUILT_USING=$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W libcap-dev libncursesw5-dev libpcre2-dev libc-dev-bin) %: dh $@ -- cgit v1.2.3