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