[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1%1.16.13-1
Hilko Bengen
bengen at debian.org
Sat Mar 31 13:50:37 UTC 2012
The following commit has been merged in the master branch:
commit 8a8b9d3fe2c80b6fbef7ecbeca4ee9c3417711a5
Author: Hilko Bengen <bengen at debian.org>
Date: Wed Mar 7 21:34:39 2012 +0100
Added dependencies on netpbm, icoutils which are used to generate guest icons in inspection output.
diff --git a/debian/control b/debian/control
index b7d4c6a..fe8d8ce 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,8 @@ Build-Depends: debhelper (>= 7.0.50~), autotools-dev, aptitude,
libstring-shellquote-perl,
libsys-virt-perl, libwin-hivex-perl,
libfuse-dev, fuse-utils,
- libglib2.0-dev, gjs, gobject-introspection, libgirepository1.0-dev
+ libglib2.0-dev, gjs, gobject-introspection, libgirepository1.0-dev,
+ netpbm, icoutils
Homepage: http://libguestfs.org
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-libvirt/libguestfs.git
@@ -119,7 +120,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
scrub,
strace,
xfsprogs,
- zerofree
+ zerofree,
+ netpbm, icoutils
Description: guest disk image management system - shared library
The libguestfs library allows accessing and modifying guest disk
images. It offers the following features, among many others:
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list