[Pkg-libvirt-commits] [libguestfs] 261/266: Fix module-init-tools build-dependency

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:42:59 UTC 2014


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

bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.

commit 396a45bd00c9b813a03d5383270b7ad99e772bcf
Author: Hilko Bengen <bengen at debian.org>
Date:   Tue Aug 26 09:00:03 2014 +0200

    Fix module-init-tools build-dependency
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 1fd7116..f6d65fb 100644
--- a/debian/control
+++ b/debian/control
@@ -80,7 +80,7 @@ Build-Depends: debhelper (>= 9),
   lvm2,
   lzop,
   mdadm,
-  module-init-tools,
+  kmod | module-init-tools,
   mtools,
   nilfs-tools,
   ntfs-3g,
diff --git a/debian/rules b/debian/rules
index d234268..2216d33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ BUILDS         := $(filter-out $(PYTHON_DEFAULT), $(PYTHONS)) \
 		  $(filter-out $(LUA_DEFAULT), $(LUAS)) \
 		  default
 
-pkglist_to_deps := sed -e 's,iproute2\?,iproute2|iproute,;s,\(gfs-tools\|gfs2-tools\|gfs2-utils\),gfs2-utils|gfs2-tools|gfs-tools,'
+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\)'
 
 QEMU_CPU := $(shell echo $(DEB_HOST_GNU_CPU) \

-- 
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