chiark / gitweb /
TODO
[autopkgtest.git] / debian / control
1 Source: autopkgtest
2 Maintainer: Ian Jackson <iwj@ubuntu.com>
3 Section: devel
4 Priority: optional
5 Standards-Version: 3.6.2
6 Build-Depends: debhelper (>= 4.0.2)
7
8 Package: autopkgtest
9 Architecture: all
10 Depends: python2.4
11 Conflicts: autodebtest (<< 0.5.3)
12 Replaces: autodebtest (<< 0.5.3)
13 Recommends: apt-utils
14 Suggests: autopkgtest-xenlvm, curl
15 Description: automatic as-installed testing for Debian packages
16  autopkgtest runs tests on binary packages.  The tests are run on the
17  package as installed on a testbed system (which may be found via a
18  virtualisation or containment system).  The tests are expected to be
19  supplied in the corresponding Debian source package.
20  .
21  See adt-run(1) and /usr/share/doc/autopkgtest.
22  Most modes of use require apt-ftparchive from the apt-utils package.
23  Use of adt-virt-xenlvm requires the autopkgtest-xenlvm package too;
24  Use of the pre-cooked adt-testreport-onepackage script requires curl.
25
26 Package: autopkgtest-xenlvm
27 Architecture: all
28 Depends: debootstrap, libadns1-bin, chiark-utils-bin, iproute, dmsetup
29 Recommends: lvm2, debootstrap
30 Suggests: autopkgtest
31 Description: Xen/LVM2 based testbed snapshot system
32  Machinery for setting up a Xen domain which can be resumed over and
33  over again, discarding changes made each time.  This can be useful
34  for automated testing and other advanced techniques; autopkgtest is
35  able to make use of this machinery for its virtualisation needs.
36  .
37  You will need a working Xen setup to make use of this software.  Your
38  network administrator will need to provide support for the testbeds'
39  networking requirements.  See the README for documentation.