[Pkg-zsh-commits] [zsh] 01/01: Built-Using: Use libc-dev-bin instead of eglibc as parameter to dpkg-query

Axel Beckert abe at deuxchevaux.org
Sun Dec 15 01:54:04 UTC 2013


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit 07e365ef3ae80b96b3a0a461bb9f2e8b73b0a1d2
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 15 02:53:51 2013 +0100

    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
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f4f27b0..5408c9c 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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list