From c082ad5134bbce741d7064d6322b6711694cad3a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 1 May 2015 15:43:30 +0300 Subject: Build-depend on pep8 and pylint --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 4b638a3..103bac4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ python-ttystatus (0.24-1) UNRELEASED; urgency=low * debian/control: Move Homepage: to source stanza. * debian/control: Update Standards-Version to 3.9.5. No further changes required. + * Add build-dependency on pep8 and pylint. -- Lars Wirzenius Tue, 18 Mar 2014 21:46:57 +0000 diff --git a/debian/control b/debian/control index 87c2072..ff467cc 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Section: python Priority: optional Standards-Version: 3.9.5 Build-Depends: debhelper (>= 7.3.8), python (>= 2.6.6-3~), - python-coverage-test-runner, python-sphinx + python-coverage-test-runner, python-sphinx, pep8, pylint X-Python-Version: >= 2.6 Package: python-ttystatus -- cgit v1.2.1