* debian/control:

- silence lintian warning with a build-dep on python-support
This commit is contained in:
Dustin Kirkland 2013-12-16 20:04:08 -06:00
commit 10377e7f83
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -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 <kirkland@ubuntu.com> Mon, 02 Dec 2013 18:46:28 -0600

2
debian/control vendored
View file

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
Uploaders: Antoine Beaupré <anarcat@koumbit.org>
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