From 10377e7f83fe90f500089e03ac21053a60f0ff4c Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 16 Dec 2013 20:04:08 -0600 Subject: [PATCH] * debian/control: - silence lintian warning with a build-dep on python-support --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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