~ubuntu-dev/ubuntu/lucid/atheist/lucid-201002101911

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: atheist
Section: devel
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Cleto Martin Angelina <cleto.martin@gmail.com>
Uploaders: Francisco Moya <paco@debian.org>
Homepage: https://savannah.nongnu.org/projects/atheist/
Build-Depends: cdbs, debhelper (>= 7), python-sphinx (>= 0.6.2),
 python-central (>= 0.6.11), python, xsltproc (>= 1.1.24), docbook-xsl (>= 1.75.2),
 texlive-latex-base, texlive-latex-extra, texlive-latex-recommended,
 texlive-fonts-recommended
Standards-Version: 3.8.3
XS-Python-Version: >=2.5

Package: atheist
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-xmpp
XB-Python-Version: ${python:Versions}
Description: A general purpose command-line testing tool
 Atheist allows you to specify the behaviour of your tests in a
 declarative way using many predefined structures (such as Test,
 Conditions, Daemons, etc.) and provides detailed statistics.
 .
 The programmer describes the test behaviour in a .test file and
 atheist runs every test found.  It is possible to check and prepare
 the system by writting setup and teardown files that are executed
 after and before each test.