[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1.14.2-2

Hilko Bengen bengen at debian.org
Wed Nov 16 15:55:22 UTC 2011


The following commit has been merged in the master branch:
commit c6c5d54e6bc6081b1b52283f738804bc735d8e1f
Author: Hilko Bengen <bengen at debian.org>
Date:   Sun Nov 13 19:41:37 2011 +0100

    Added configuration file and bash completion snippet to libguestfs-tools

diff --git a/debian/control b/debian/control
index df504a3..dd7fb80 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers at lists.alioth.debian.org>
 Uploaders: Richard Jones <rjones at redhat.com>, Guido Günther <agx at sigxcpu.org>, Hilko Bengen <bengen at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), autotools-dev, aptitude,
-  po-debconf,
+  po-debconf, bash-completion,
   febootstrap (>= 3.2),
   libreadline-dev, libaugeas-dev, libselinux1-dev, libhivex-dev, libvirt-dev,
   libmagic-dev, libncurses5-dev, libpcre3-dev, libxml2-dev,
diff --git a/debian/libguestfs-tools.install b/debian/libguestfs-tools.install
index df3975f..ce9bd58 100644
--- a/debian/libguestfs-tools.install
+++ b/debian/libguestfs-tools.install
@@ -1,2 +1,3 @@
 usr/bin/virt-*
 usr/share/man/man1/virt-*
+etc
diff --git a/debian/rules b/debian/rules
index 29e977a..b6a7cd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -95,4 +95,4 @@ override_dh_install:
 	dh_install
 
 %:
-	dh --without=python-support --with=autotools-dev,ocaml,python2,python3 $@
+	dh --without=python-support --with=autotools-dev,ocaml,python2,python3,bash-completion $@

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list