diff options
author | Nikita A Menkovich <menkovich@gmail.com> | 2011-04-02 11:05:19 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-04-02 11:05:19 +0100 |
commit | e16d486fa7e49b3638d9c76920b76dc4248b5e81 (patch) | |
tree | b8e4bcf15026470fdef43e18dc1f9356a8b158c8 /debian | |
parent | 5eaffede90d454a9d6542331a77e3a88928705e3 (diff) | |
download | libguestfs-e16d486fa7e49b3638d9c76920b76dc4248b5e81.tar.gz libguestfs-e16d486fa7e49b3638d9c76920b76dc4248b5e81.tar.xz libguestfs-e16d486fa7e49b3638d9c76920b76dc4248b5e81.zip |
debian: Add missing deps: ocaml-findlib, libstring-shellquote-perl.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 9a20f9b2..013e5139 100644 --- a/debian/control +++ b/debian/control @@ -11,12 +11,13 @@ Build-Depends: debhelper (>= 7), autotools-dev, # XXX how to say we need Linux >= 2.6.36? genisoimage, pkg-config, # when building from git: - automake, autoconf, libtool, ocaml, + automake, autoconf, libtool, ocaml, ocaml-findlib, # for python bindings: python-all-dev, python-support, # for the perl bindings: libtest-pod-coverage-perl, libextutils-command-perl, libintl-perl, libtest-pod-perl, + libstring-shellquote-perl, # for Perl virt tools libsys-virt-perl, libwin-hivex-perl, # FUSE |