From 690c8239938fdd5792d71d53055477adf1e591ff Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 29 Mar 2014 12:41:17 +0000 Subject: Tweak debian/control --- debian/changelog | 9 +++++++++ debian/control | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ff7832e..6a8d1fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-coverage-test-runner (1.11-1) UNRELEASED; urgency=low + + * New upstream version. + * debian/control: Move Homepage: to source stanza. + * debian/control: Update Standards-Version to 3.9.5. No further + changes required. + + -- Lars Wirzenius Sat, 29 Mar 2014 12:40:54 +0000 + python-coverage-test-runner (1.10-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 16904d8..f1b61e8 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,9 @@ Source: python-coverage-test-runner Maintainer: Lars Wirzenius +Homepage: http://liw.fi/coverage-test-runner/ Section: python Priority: optional -Standards-Version: 3.9.2 +Standards-Version: 3.9.5 Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-coverage X-Python-Version: >= 2.6 @@ -10,7 +11,6 @@ X-Python-Version: >= 2.6 Package: python-coverage-test-runner Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-coverage -Homepage: http://liw.fi/coverage-test-runner/ 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 -- cgit v1.2.1