From 735c3fad455efe10b9ff3c1e65b677e15e12c6e7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 1 May 2015 16:31:32 +0300 Subject: Build-depend on pep8, pylint --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a62a28f..30f9d3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ summain (0.20-1) UNRELEASED; urgency=low * New upstream version. * debian/control: Update Standards-Version to 3.9.5. No further changes required. + * Build-depend on pep8, pylint. -- Lars Wirzenius Sat, 29 Mar 2014 12:45:52 +0000 diff --git a/debian/control b/debian/control index 492a6e8..3b93da2 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Section: misc Priority: optional Standards-Version: 3.9.5 Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~), - python-all-dev (>= 2.6.6-3~), python-cliapp (>= 0.7), cmdtest + python-all-dev (>= 2.6.6-3~), python-cliapp (>= 0.7), cmdtest, + pep8, pylint Homepage: http://liw.fi/summain/ X-Python-Version: >= 2.6 -- cgit v1.2.1