[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1.10.6-1-2-g6dfba9d
Hilko Bengen
bengen at debian.org
Wed Aug 3 21:35:23 UTC 2011
The following commit has been merged in the master branch:
commit 3de1b06386ba8bd680ad77e3ba947c2d104e0cd0
Author: Hilko Bengen <bengen at debian.org>
Date: Mon Aug 1 15:55:50 2011 +0200
Added missing dependency for libguestfs-ocaml-dev, thanks to Stéphane Glondu
diff --git a/debian/control b/debian/control
index 3ac5b82..8b928b6 100644
--- a/debian/control
+++ b/debian/control
@@ -253,7 +253,9 @@ Description: library for accessing and modifying guest disk images
Package: libguestfs-ocaml-dev
Section: ocaml
Architecture: i386 amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, libguestfs0 (= ${binary:Version}),
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libguestfs0 (= ${binary:Version}),
+ libguestfs-dev (= ${binary:Version}),
${ocaml:Depends}
Provides: ${ocaml:Provides}
Description: library for accessing and modifying guest disk images
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list