diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-10-25 21:31:25 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-10-26 10:00:54 +0200 |
commit | 9138c280135811602ad75a2576795614ca601f37 (patch) | |
tree | f49109e216a2bb0fcf918d5405b71a17a25cc1a1 /debian/control | |
parent | 67fdeeb9019e3bd0e132062ba833bd03e864c6f5 (diff) | |
download | git-buildpackage-9138c280135811602ad75a2576795614ca601f37.tar.gz git-buildpackage-9138c280135811602ad75a2576795614ca601f37.tar.bz2 git-buildpackage-9138c280135811602ad75a2576795614ca601f37.zip |
Gather coverage information during tests
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 12ef49de..8982c119 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Guido Günther <agx@sigxcpu.org> Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 5), python (>> 2.6.6-3~), pychecker, gtk-doc-tools, sgml2x, docbook-utils, jade, python-dateutil, python-nose, - bash-completion, perl, python-epydoc, + bash-completion, perl, python-epydoc, python-coverage, # For the testsuite git-core, bzip2, unzip Standards-Version: 3.9.2 |