chiark / gitweb /
: ${:=} not ${:=}
[autopkgtest.git] / debian / control
index 3927f365e486f9068c7a86b160fb7594aad16ce1..5edc47dbfe759b5e3829d579a896d3a007a2c577 100644 (file)
@@ -10,18 +10,24 @@ Architecture: all
 Depends: python2.4
 Conflicts: autodebtest (<< 0.5.3)
 Replaces: autodebtest (<< 0.5.3)
-Suggest: autopkgtest-xenlvm
+Recommends: apt-utils
+Suggests: autopkgtest-xenlvm, curl
 Description: automatic as-installed testing for Debian packages
  autopkgtest runs tests on binary packages.  The tests are run on the
  package as installed on a testbed system (which may be found via a
  virtualisation or containment system).  The tests are expected to be
- supplied in the corresponding Debian source package.  See adt-run(1)
- and /usr/share/doc/autopkgtest.
+ supplied in the corresponding Debian source package.
+ .
+ See adt-run(1) and /usr/share/doc/autopkgtest.
+ Most modes of use require apt-ftparchive from the apt-utils package.
+ Use of adt-virt-xenlvm requires the autopkgtest-xenlvm package too;
+ Use of the pre-cooked adt-testreport-onepackage script requires curl.
 
 Package: autopkgtest-xenlvm
 Architecture: all
-Depends: pbuilder, libadns1-bin, chiark-utils-bin, iproute
-Suggest: autopkgtest
+Depends: debootstrap, libadns1-bin, chiark-utils-bin, iproute, dmsetup
+Recommends: lvm2, debootstrap
+Suggests: autopkgtest
 Description: Xen/LVM2 based testbed snapshot system
  Machinery for setting up a Xen domain which can be resumed over and
  over again, discarding changes made each time.  This can be useful
@@ -30,4 +36,4 @@ Description: Xen/LVM2 based testbed snapshot system
  .
  You will need a working Xen setup to make use of this software.  Your
  network administrator will need to provide support for the testbeds'
- networking requirements.  See the README for details
+ networking requirements.  See the README for documentation.