chiark / gitweb /
Much work on packaging of xen stuff; not yet attempted a build
[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 Suggest: 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.  See adt-run(1)
19  and /usr/share/doc/autopkgtest.
20
21 Package: autopkgtest-xenlvm
22 Architecture: all
23 Depends: pbuilder, libadns1-bin, chiark-utils-bin, iproute
24 Suggest: autopkgtest
25 Description: Xen/LVM2 based testbed snapshot system
26  Machinery for setting up a Xen domain which can be resumed over and
27  over again, discarding changes made each time.  This can be useful
28  for automated testing and other advanced techniques; autopkgtest is
29  able to make use of this machinery for its virtualisation needs.
30  .
31  You will need a working Xen setup to make use of this software.  Your
32  network administrator will need to provide support for the testbeds'
33  networking requirements.  See the README for details