chiark / gitweb /
* Set LANG to C by default for commands (eg builds and tests) run on
[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 Suggests: autopkgtest-xenlvm, curl
14 Description: automatic as-installed testing for Debian packages
15  autopkgtest runs tests on binary packages.  The tests are run on the
16  package as installed on a testbed system (which may be found via a
17  virtualisation or containment system).  The tests are expected to be
18  supplied in the corresponding Debian source package.
19  .
20  See adt-run(1) and /usr/share/doc/autopkgtest.
21  Use of adt-virt-xenlvm requires the autopkgtest-xenlvm package too;
22  Use of the pre-cooked adt-testreport-onepackage script requires curl.
23
24 Package: autopkgtest-xenlvm
25 Architecture: all
26 Depends: debootstrap, libadns1-bin, chiark-utils-bin, iproute, dmsetup
27 Recommends: lvm2, debootstrap
28 Suggests: autopkgtest
29 Description: Xen/LVM2 based testbed snapshot system
30  Machinery for setting up a Xen domain which can be resumed over and
31  over again, discarding changes made each time.  This can be useful
32  for automated testing and other advanced techniques; autopkgtest is
33  able to make use of this machinery for its virtualisation needs.
34  .
35  You will need a working Xen setup to make use of this software.  Your
36  network administrator will need to provide support for the testbeds'
37  networking requirements.  See the README for documentation.