summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2007-11-11 03:44:33 +0200
committerLars Wirzenius <liw@iki.fi>2007-11-11 03:44:33 +0200
commit134f7b099ee350943459f4ca8b5505370436c720 (patch)
tree9a7009222ed39de5828f8cd2f72bb63f753f92fc /debian/control
parent5d112e4dcfb29bf624aaba1c79c7e046653fb0d3 (diff)
downloadcoverage-test-runner-134f7b099ee350943459f4ca8b5505370436c720.tar.gz
Added initial packaging.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4885906
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: python-coverage-test-runner
+Maintainer: Lars Wirzenius <liw@iki.fi>
+Section: devel
+Priority: optional
+Standards-Version: 3.7.2
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38),
+ python-central (>= 0.5.6), python
+XS-Python-Version: all
+
+Package: python-coverage-test-runner
+Architecture: all
+Depends: ${python:Depends}, python-coverage
+XB-Python-Version: ${python:Versions}
+Description: fail Python program unit tests unless they test everything
+ This package contains the Python module CoverageTestRunner, which runs
+ unit tests implemented using the unittest module in the Python standard
+ library. It runs them using the coverage.py (in the python-coverage package)
+ and fails the test if all statements are not covered.