diff options
author | Nikita A Menkovich <menkovich@gmail.com> | 2011-04-13 12:41:27 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-04-13 12:41:27 +0100 |
commit | 173c374bd01e84deafdaf1f9aa65b0f623e86470 (patch) | |
tree | 0ef47d4502f0bcb9b8c21fc86ec59c8a7def5370 /debian/control | |
parent | 0db662eae54b21fccadabe817afbc0fa89d980b2 (diff) | |
download | libguestfs-173c374bd01e84deafdaf1f9aa65b0f623e86470.tar.gz libguestfs-173c374bd01e84deafdaf1f9aa65b0f623e86470.tar.xz libguestfs-173c374bd01e84deafdaf1f9aa65b0f623e86470.zip |
debian: Add dependency on libpcre-ocaml-dev.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 013e5139..2efb1795 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,9 @@ Build-Depends: debhelper (>= 7), autotools-dev, # for Perl virt tools libsys-virt-perl, libwin-hivex-perl, # FUSE - libfuse-dev, fuse-utils + libfuse-dev, fuse-utils, +# virt-resize + libpcre-ocaml-dev Homepage: http://libguestfs.org Standards-Version: 3.8.2 |