chiark / gitweb /
* autopkgtest-xenlvm now Recommends: lvm2 and debootstrap.
[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
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
23 Package: autopkgtest-xenlvm
24 Architecture: all
25 Depends: pbuilder, libadns1-bin, chiark-utils-bin, iproute
26 Recommends: lvm2, debootstrap
27 Suggests: autopkgtest
28 Description: Xen/LVM2 based testbed snapshot system
29  Machinery for setting up a Xen domain which can be resumed over and
30  over again, discarding changes made each time.  This can be useful
31  for automated testing and other advanced techniques; autopkgtest is
32  able to make use of this machinery for its virtualisation needs.
33  .
34  You will need a working Xen setup to make use of this software.  Your
35  network administrator will need to provide support for the testbeds'
36  networking requirements.  See the README for documentation.