* usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/select-

session.py:
  - use env python3 for portability to other Linux and Mac systems
    (hopefully that's still okay for Debian / Ubuntu?)
  - https://github.com/dustinkirkland/byobu/pull/29
This commit is contained in:
Dustin Kirkland 2019-03-18 21:26:57 -05:00
commit c917f5977f
3 changed files with 7 additions and 2 deletions

5
debian/changelog vendored
View file

@ -6,6 +6,11 @@ byobu (5.128) unreleased; urgency=medium
- https://github.com/dustinkirkland/byobu/pull/31
* usr/lib/byobu/logo:
- "SuSE" name is an outdated version of it. Use the modern one: SUSE
* usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/select-
session.py:
- use env python3 for portability to other Linux and Mac systems
(hopefully that's still okay for Debian / Ubuntu?)
- https://github.com/dustinkirkland/byobu/pull/29
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 12 Aug 2018 11:37:11 -0500

View file

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

View file

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