* debian/compat, debian/control:

* debian/compat, debian/control, usr/lib/byobu/include/config.py.in,
  usr/lib/byobu/include/select-session.py:
  - neverending fight with lintian
  - hardcode python3 as our interpreter
This commit is contained in:
Dustin Kirkland 2018-08-12 11:19:29 -05:00
commit 65f40d0519
5 changed files with 9 additions and 4 deletions

5
debian/changelog vendored
View file

@ -43,6 +43,11 @@ byobu (5.127) unreleased; urgency=medium
- add a comment about motd printing
* usr/share/man/man1/byobu.1: LP: #1618185
- update documentation on setting a logo
* debian/compat, debian/control:
* debian/compat, debian/control, usr/lib/byobu/include/config.py.in,
usr/lib/byobu/include/select-session.py:
- neverending fight with lintian
- hardcode python3 as our interpreter
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 27 May 2018 18:07:11 -0500

2
debian/compat vendored
View file

@ -1 +1 @@
6
9

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: 4.1.3
Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf, pep8, dh-python
Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf, pep8, dh-python, python3
Homepage: http://byobu.org
Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
#
# config.py
# Copyright (C) 2008 Canonical Ltd.

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
#
# select-session.py
# Copyright (C) 2010 Canonical Ltd.