summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2018-09-15 22:19:11 +0200
committerAxel Beckert <abe@deuxchevaux.org>2018-09-15 22:19:11 +0200
commita5db24730b1318dbcd80aa79c01b9d1a624cc9ca (patch)
tree1216e3ecaa84b8564ce2d455ef58ea82ac2406fe /debian/rules
parent7e19b29f3799429b8d3cac0c2f384ca8f9048ae1 (diff)
downloadzsh-a5db24730b1318dbcd80aa79c01b9d1a624cc9ca.tar.gz
zsh-a5db24730b1318dbcd80aa79c01b9d1a624cc9ca.zip
Switch from the deprecated libpcre3 to the newer (!) libpcre2.
LP: #1792544 Gbp-Dch: Full
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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 $@