diff --git a/debian/changelog b/debian/changelog index 841500ca..b593cde1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ byobu (5.131) unreleased; urgency=medium - * UNRELEASED + * debian/control: + - build-depend on python3-pep8, rather than pep8 transitional package - -- Dustin Kirkland Fri, 29 Nov 2019 15:40:43 -0600 + -- Dustin Kirkland Sun, 09 Feb 2020 10:06:01 -0600 byobu (5.130-0ubuntu1) focal; urgency=medium diff --git a/debian/control b/debian/control index 215c6258..ebe0a46b 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Dustin Kirkland Uploaders: Antoine Beaupré Standards-Version: 4.1.3 -Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf, pep8, dh-python, python3 +Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf, python3-pep8, dh-python, python3 Homepage: http://byobu.org Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk