diff options
author | Nikita A Menkovich <menkovich@gmail.com> | 2011-04-02 11:04:47 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-04-02 11:04:47 +0100 |
commit | 5eaffede90d454a9d6542331a77e3a88928705e3 (patch) | |
tree | 33c9d2a438d0cd543d41018a8db182a0e5a187ba /debian | |
parent | bbaea1d03acc6f05a52dec11decb9668c9c82912 (diff) | |
download | libguestfs-5eaffede90d454a9d6542331a77e3a88928705e3.tar.gz libguestfs-5eaffede90d454a9d6542331a77e3a88928705e3.tar.xz libguestfs-5eaffede90d454a9d6542331a77e3a88928705e3.zip |
mkisofs is obsolete. Require genisoimage everywhere instead.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4951f3c4..9a20f9b2 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 7), autotools-dev, libmagic-dev, libncurses5-dev, libpcre3-dev, libxml2-dev, qemu-system (>= 0.13) | kvm (>= 0.13) | qemu-kvm (>= 0.13) | qemu (>= 0.13), # XXX how to say we need Linux >= 2.6.36? - mkisofs, pkg-config, + genisoimage, pkg-config, # when building from git: automake, autoconf, libtool, ocaml, # for python bindings: |