diff --git a/debian/changelog b/debian/changelog index a264aabd..1be1d82e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ byobu (5.68) unreleased; urgency=low - introduce a new BYOBU_PYTHON environment variable, that defines your desired python interpreter - prefer python, then python2, then python3 + * debian/control: + - silence lintian warning with a build-dep on python-support -- Dustin Kirkland Mon, 02 Dec 2013 18:46:28 -0600 diff --git a/debian/control b/debian/control index 2526a887..9403c667 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Dustin Kirkland Uploaders: Antoine Beaupré Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf, pep8 +Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf, pep8, python-support Homepage: http://byobu.co Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk