diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-11-03 10:45:58 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-11-03 10:46:50 +0000 |
commit | ffbafadcb8dfebcaba529cb8d7e2da52dd032d8a (patch) | |
tree | ca7e095c997d061cfae5e569921965418a02a26e /debian/control | |
parent | 63898268101e5ec91c8dac46651dbee5976272ce (diff) | |
download | libguestfs-ffbafadcb8dfebcaba529cb8d7e2da52dd032d8a.tar.gz libguestfs-ffbafadcb8dfebcaba529cb8d7e2da52dd032d8a.tar.xz libguestfs-ffbafadcb8dfebcaba529cb8d7e2da52dd032d8a.zip |
resize: Remove requirement for ocaml Pcre library.
This library is not available in RHEL 6, and in any case removing the
dependency is a simple change.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 8027bda0..02c4657c 100644 --- a/debian/control +++ b/debian/control @@ -24,8 +24,6 @@ Build-Depends: debhelper (>= 7), dpkg-dev, devscripts, autotools-dev, libsys-virt-perl, libwin-hivex-perl, # FUSE libfuse-dev, fuse-utils, -# virt-resize - libpcre-ocaml-dev, # Debian OCaml dh-ocaml, # to create images in the test suite |