diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-12-15 02:53:51 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-12-15 02:53:51 +0100 |
commit | 07e365ef3ae80b96b3a0a461bb9f2e8b73b0a1d2 (patch) | |
tree | e826e01df7404eaa6b6001e940bad41df5c1943f | |
parent | 54e2f2ee3c8c8a029a4934a0d00eb8f0240b2621 (diff) | |
download | zsh-07e365ef3ae80b96b3a0a461bb9f2e8b73b0a1d2.tar.gz zsh-07e365ef3ae80b96b3a0a461bb9f2e8b73b0a1d2.zip |
Built-Using: Use libc-dev-bin instead of eglibc as parameter to dpkg-query
It needs to be a binary package and existing on all architectures
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f4f27b062..5408c9c5b 100755 --- a/debian/rules +++ b/debian/rules @@ -40,7 +40,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 eglibc) +BUILT_USING=$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W libcap-dev libncursesw5-dev libpcre3-dev libc-dev-bin) build: build-arch build-indep |