chiark / gitweb /
adt-run: Fix typo to make "build-needed" work (Closes #637353)
[autopkgtest.git] / debian / control
index 348de43546baf42f36fb45b08f131c2a93e35fd6..6102e5e74516eca3d985b114f71787ac7e855416 100644 (file)
@@ -1,5 +1,5 @@
 Source: autopkgtest
-Maintainer: Ian Jackson <iwj@ubuntu.com>
+Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
 Section: devel
 Priority: optional
 Standards-Version: 3.6.2
@@ -7,14 +7,33 @@ Build-Depends: debhelper (>= 4.0.2)
 
 Package: autopkgtest
 Architecture: all
-Depends: python2.4
-Conflicts: autopkgtest (<< 0.5.3)
-Replaces: autopkgtest (<< 0.5.3)
+Depends: python2.6
+Conflicts: autodebtest (<< 0.5.3)
+Replaces: autodebtest (<< 0.5.3)
+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.
  .
- Status: this release is still pretty much a proof of concept.
+ 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: 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
+ for automated testing and other advanced techniques; autopkgtest is
+ able to make use of this machinery for its virtualisation needs.
+ .
+ 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 documentation.