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