mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 21:13:19 -07:00
* 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:
parent
95bee7400c
commit
65f40d0519
5 changed files with 9 additions and 4 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -43,6 +43,11 @@ byobu (5.127) unreleased; urgency=medium
|
||||||
- add a comment about motd printing
|
- add a comment about motd printing
|
||||||
* usr/share/man/man1/byobu.1: LP: #1618185
|
* usr/share/man/man1/byobu.1: LP: #1618185
|
||||||
- update documentation on setting a logo
|
- 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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 27 May 2018 18:07:11 -0500
|
||||||
|
|
||||||
|
|
2
debian/compat
vendored
2
debian/compat
vendored
|
@ -1 +1 @@
|
||||||
6
|
9
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -4,7 +4,7 @@ Priority: optional
|
||||||
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
|
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
|
||||||
Uploaders: Antoine Beaupré <anarcat@koumbit.org>
|
Uploaders: Antoine Beaupré <anarcat@koumbit.org>
|
||||||
Standards-Version: 4.1.3
|
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
|
Homepage: http://byobu.org
|
||||||
Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk
|
Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python3
|
||||||
#
|
#
|
||||||
# config.py
|
# config.py
|
||||||
# Copyright (C) 2008 Canonical Ltd.
|
# Copyright (C) 2008 Canonical Ltd.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python3
|
||||||
#
|
#
|
||||||
# select-session.py
|
# select-session.py
|
||||||
# Copyright (C) 2010 Canonical Ltd.
|
# Copyright (C) 2010 Canonical Ltd.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue