chiark / gitweb /
finalise changelog
[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 Vcs-Git: git://git.debian.org/git/autopkgtest/autopkgtest.git
9 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=autopkgtest/autopkgtest.git
10
11 Package: autopkgtest
12 Architecture: all
13 Depends: python2.6
14 Conflicts: autodebtest (<< 0.5.3)
15 Replaces: autodebtest (<< 0.5.3)
16 Recommends: apt-utils, pbuilder
17 Suggests: autopkgtest-xenlvm, curl
18 Description: automatic as-installed testing for Debian packages
19  autopkgtest runs tests on binary packages.  The tests are run on the
20  package as installed on a testbed system (which may be found via a
21  virtualisation or containment system).  The tests are expected to be
22  supplied in the corresponding Debian source package.
23  .
24  See adt-run(1) and /usr/share/doc/autopkgtest.
25  Most modes of use require apt-ftparchive from the apt-utils package.
26  Use of adt-virt-xenlvm requires the autopkgtest-xenlvm package too;
27  Use of the pre-cooked adt-testreport-onepackage script requires curl.
28
29 Package: autopkgtest-xenlvm
30 Architecture: all
31 Depends: libadns1-bin, chiark-utils-bin, iproute, dmsetup
32 Recommends: lvm2, debootstrap
33 Suggests: autopkgtest
34 Description: Xen/LVM2 based testbed snapshot system
35  Machinery for setting up a Xen domain which can be resumed over and
36  over again, discarding changes made each time.  This can be useful
37  for automated testing and other advanced techniques; autopkgtest is
38  able to make use of this machinery for its virtualisation needs.
39  .
40  You will need a working Xen setup to make use of this software.  Your
41  network administrator will need to provide support for the testbeds'
42  networking requirements.  See the README for documentation.