[Pkg-libvirt-commits] [libguestfs] 155/156: Added libc-bin to essential packages expression
Hilko Bengen
bengen at moszumanska.debian.org
Sat Aug 30 08:26:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 4b029c35538aabd73e10149a4ccfebb71a4e7bd8
Author: Hilko Bengen <bengen at debian.org>
Date: Sat Aug 30 01:25:36 2014 +0200
Added libc-bin to essential packages expression
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 2216d33..d893ac5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ BUILDS := $(filter-out $(PYTHON_DEFAULT), $(PYTHONS)) \
default
pkglist_to_deps := sed -e 's,iproute2\?,iproute2|iproute,;s,\(gfs-tools\|gfs2-tools\|gfs2-utils\),gfs2-utils|gfs2-tools|gfs-tools,;s,\(kmod\|module-init-tools\),kmod | module-init-tools,'
-essential_deps := grep -v '^\(bash\|coreutils\|e2fsprogs\|findutils\|grep\|gzip\|sed\|sysvinit\|tar\|util\-linux\)'
+essential_deps := grep -v '^\(bash\|coreutils\|e2fsprogs\|findutils\|grep\|gzip\|libc-bin\|sed\|sysvinit\|tar\|util\-linux\)'
QEMU_CPU := $(shell echo $(DEB_HOST_GNU_CPU) \
| sed -e 's,i[456]86,i386,;s,sparc,sparc64,;s,powerpc,ppc64,;s,arm.*,arm,')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list