diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-02 07:21:48 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-02 07:21:48 +0100 |
commit | 4f89cae5b63b09d0109fb33788fb379d98658175 (patch) | |
tree | 894e02b4b7f0d34a4b68897846828fc42443dd80 | |
parent | 287bb80fba2208e40fb1cc99df2592d325afb7a9 (diff) | |
download | debvm-4f89cae5b63b09d0109fb33788fb379d98658175.tar.gz |
debian: allow satisfying recommends with fakeroot and fakechroot
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d3d1415..512f9e7 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,8 @@ Recommends: openssh-client, qemu-system, qemu-user-static, - uidmap, + uidmap | fakeroot, + uidmap | fakechroot, Description: create and run virtual machines for various Debian releases and architectures The tool debvm-create can be used to create a virtual machine image and the tool debvm-run can be used to run such a machine image. Their purpose |