diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-09-01 13:15:13 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-09-01 13:15:22 +0100 |
commit | 8928de32d391e3ad4dd98bb27472c27bb8bc38ac (patch) | |
tree | 89566256144d943709282d8c61e4c7eb40cd7e2d /debian/control | |
parent | 73be6db9bf1c0ae96262a5f4fa9328bb4e648637 (diff) | |
download | libguestfs-8928de32d391e3ad4dd98bb27472c27bb8bc38ac.tar.gz libguestfs-8928de32d391e3ad4dd98bb27472c27bb8bc38ac.tar.xz libguestfs-8928de32d391e3ad4dd98bb27472c27bb8bc38ac.zip |
debian: Missing build dependency on db4.8-util.
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 fc49041a..8027bda0 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,9 @@ Build-Depends: debhelper (>= 7), dpkg-dev, devscripts, autotools-dev, # virt-resize libpcre-ocaml-dev, # Debian OCaml - dh-ocaml + dh-ocaml, +# to create images in the test suite + db4.8-util Homepage: http://libguestfs.org Standards-Version: 3.8.2 |