[ubuntu/eoan-proposed] byobu 5.128-0ubuntu1 (Accepted)
Dustin Kirkland
kirkland at ubuntu.com
Wed Jun 12 00:59:13 UTC 2019
byobu (5.128-0ubuntu1) eoan; urgency=medium
[ Dustin Kirkland ]
* usr/bin/ctail:
- Quotes are needed around "$@" to keep parameters from splitting
on spaces.
- 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
* usr/share/byobu/profiles/bashrc:
- Unescaping colors in bash prompt causes problems with scrolling
history in bash prompt. you can see leftovers from previous
commands when going back by history.
All colors in command prompt should be escaped with [ ]
- https://github.com/dustinkirkland/byobu/pull/30
* usr/lib/byobu/wifi_quality:
- prefer iwconfig over iw for now, iw is not working for me
* usr/share/byobu/profiles/tmux:
- flatten some of our color configuration to match the new tmux format
* usr/lib/byobu/disk_io:
- ensure some values are set to zero, if unreadable
- fixes a bug where disk_io causes the rest of the status line to fail
* usr/lib/byobu/include/select-session.py: LP: #1750430
- fix bug creating a mess of sessions, where cycling through a bunch
of copies of the same session
[ Fede Luzzi ]
* usr/lib/byobu/include/mondrian, usr/share/byobu/profiles/tmux:
- On tmux version 1.9 all the styles *-bg/fg/attr were deprecated and
replaced with *-style bg=/ fg=/ attribute
In the upcoming version 2.9, this commands are gone and will break
byobu style. this fix that issue and mantain compatibility with upcoming
tmux versions.
[ Paride Legovini ]
* debian/source_byobu.py:
- Do not include the user's .screenrc in the apport generated crash report
[ Jeffery To ]
* usr/bin/byobu-disable-prompt.in,
usr/bin/byobu-janitor.in:
- Test if $HOME/.bashrc exists before modifying it (and potentially
creating it)
* usr/bin/byobu-export.in:
- Use echo if the gettext command is not available
* usr/bin/byobu.in:
- Use readlink if the tty command is not available
* usr/bin/byobu-janitor.in:
- Add fallback if the install command is not available
* usr/bin/byobu-launch.in:
- Don't autolaunch for ARM serial consoles
* usr/lib/byobu/disk_io:
- Ensure the detected mount point device exists
* usr/lib/byobu/hostname:
- Read from /proc/sys/kernel/hostname if the hostname command is not
available
* usr/lib/byobu/logo:
- Add logo for OpenWrt
* usr/lib/byobu/processes:
- Handle stderr for ps, e.g. unsupported options
- Remove unnecessary awk call; wc -l only outputs one value
* usr/lib/byobu/raid:
- Ensure /proc/mdstat is readable
* usr/lib/byobu/release:
- Fix typo
* usr/lib/byobu/services:
- Fix reading services from $BYOBU_CONFIG_DIR/statusrc
* usr/lib/byobu/session:
- Fix screen session regex
* usr/lib/byobu/updates_available:
- Add support for opkg (OpenWrt)
* usr/lib/byobu/users:
- Handle stderr for ps, e.g. unsupported options
- Fix trailing '#' sign
* usr/lib/byobu/whoami:
- Use id if the whoami command is not available
- Read from /etc/passwd if the getent command is not available
* usr/lib/byobu/wifi_quality:
- Add support for iw (preferred over iwconfig)
- Make logic more similar to other status notifications
* usr/share/byobu/keybindings/f-keys.tmux:
- Remove -k for new-window. In older versions of tmux, -k without
-t <target-window> had no effect. In tmux 2.8, -k without -t will
not trigger a new window; the given command is executed in the
current window instead.
- Rename the new window created after adding a new session
Date: Sun, 12 Aug 2018 11:37:11 -0500
Changed-By: Dustin Kirkland <kirkland at ubuntu.com>
https://launchpad.net/ubuntu/+source/byobu/5.128-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 12 Aug 2018 11:37:11 -0500
Source: byobu
Binary: byobu
Architecture: source
Version: 5.128-0ubuntu1
Distribution: eoan
Urgency: medium
Maintainer: Dustin Kirkland <kirkland at ubuntu.com>
Changed-By: Dustin Kirkland <kirkland at ubuntu.com>
Description:
byobu - text window manager, shell multiplexer, integrated DevOps environ
Launchpad-Bugs-Fixed: 1750430
Changes:
byobu (5.128-0ubuntu1) eoan; urgency=medium
.
[ Dustin Kirkland ]
* usr/bin/ctail:
- Quotes are needed around "$@" to keep parameters from splitting
on spaces.
- 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
* usr/share/byobu/profiles/bashrc:
- Unescaping colors in bash prompt causes problems with scrolling
history in bash prompt. you can see leftovers from previous
commands when going back by history.
All colors in command prompt should be escaped with [ ]
- https://github.com/dustinkirkland/byobu/pull/30
* usr/lib/byobu/wifi_quality:
- prefer iwconfig over iw for now, iw is not working for me
* usr/share/byobu/profiles/tmux:
- flatten some of our color configuration to match the new tmux format
* usr/lib/byobu/disk_io:
- ensure some values are set to zero, if unreadable
- fixes a bug where disk_io causes the rest of the status line to fail
* usr/lib/byobu/include/select-session.py: LP: #1750430
- fix bug creating a mess of sessions, where cycling through a bunch
of copies of the same session
.
[ Fede Luzzi ]
* usr/lib/byobu/include/mondrian, usr/share/byobu/profiles/tmux:
- On tmux version 1.9 all the styles *-bg/fg/attr were deprecated and
replaced with *-style bg=/ fg=/ attribute
In the upcoming version 2.9, this commands are gone and will break
byobu style. this fix that issue and mantain compatibility with upcoming
tmux versions.
.
[ Paride Legovini ]
* debian/source_byobu.py:
- Do not include the user's .screenrc in the apport generated crash report
.
[ Jeffery To ]
* usr/bin/byobu-disable-prompt.in,
usr/bin/byobu-janitor.in:
- Test if $HOME/.bashrc exists before modifying it (and potentially
creating it)
* usr/bin/byobu-export.in:
- Use echo if the gettext command is not available
* usr/bin/byobu.in:
- Use readlink if the tty command is not available
* usr/bin/byobu-janitor.in:
- Add fallback if the install command is not available
* usr/bin/byobu-launch.in:
- Don't autolaunch for ARM serial consoles
* usr/lib/byobu/disk_io:
- Ensure the detected mount point device exists
* usr/lib/byobu/hostname:
- Read from /proc/sys/kernel/hostname if the hostname command is not
available
* usr/lib/byobu/logo:
- Add logo for OpenWrt
* usr/lib/byobu/processes:
- Handle stderr for ps, e.g. unsupported options
- Remove unnecessary awk call; wc -l only outputs one value
* usr/lib/byobu/raid:
- Ensure /proc/mdstat is readable
* usr/lib/byobu/release:
- Fix typo
* usr/lib/byobu/services:
- Fix reading services from $BYOBU_CONFIG_DIR/statusrc
* usr/lib/byobu/session:
- Fix screen session regex
* usr/lib/byobu/updates_available:
- Add support for opkg (OpenWrt)
* usr/lib/byobu/users:
- Handle stderr for ps, e.g. unsupported options
- Fix trailing '#' sign
* usr/lib/byobu/whoami:
- Use id if the whoami command is not available
- Read from /etc/passwd if the getent command is not available
* usr/lib/byobu/wifi_quality:
- Add support for iw (preferred over iwconfig)
- Make logic more similar to other status notifications
* usr/share/byobu/keybindings/f-keys.tmux:
- Remove -k for new-window. In older versions of tmux, -k without
-t <target-window> had no effect. In tmux 2.8, -k without -t will
not trigger a new window; the given command is executed in the
current window instead.
- Rename the new window created after adding a new session
Checksums-Sha1:
8f69c98ab8b32af28ffa8b114bb07d9b82f48d0f 1871 byobu_5.128-0ubuntu1.dsc
194360da61243fd2bc56e2d29dae8d79b5d4921d 758525 byobu_5.128.orig.tar.gz
2cf7f505f0bfae60b1bf253f5d4f1cef7dd72ce1 66132 byobu_5.128-0ubuntu1.debian.tar.xz
a8d4b5a424805e774fcb219cb3f3374d42e64056 6926 byobu_5.128-0ubuntu1_source.buildinfo
Checksums-Sha256:
9179895b10e4d5d89877ca9ddf71ad2ae4fb0a5cdd5c2ea96de1487804fa7150 1871 byobu_5.128-0ubuntu1.dsc
71e864dcb38b3de8154055edba523ee906ab797f4be1cfe6378ca74d1dfc03f1 758525 byobu_5.128.orig.tar.gz
620d86b38fe0e4b5c029e8d7753aaddc788734f4eae225abe8fa09c62f528ef8 66132 byobu_5.128-0ubuntu1.debian.tar.xz
916856d3dbffa7c7d709dd344e3f33cb7d92d0f9736622548ba0ebf1b3bb1bb3 6926 byobu_5.128-0ubuntu1_source.buildinfo
Files:
d15b94315314b30e3d1b56dba7c44323 1871 misc optional byobu_5.128-0ubuntu1.dsc
e3ad0b7075fcb40b30554268f7b74646 758525 misc optional byobu_5.128.orig.tar.gz
9f2c9a736c2df244f8dc09e9deecc8d8 66132 misc optional byobu_5.128-0ubuntu1.debian.tar.xz
ea74ada601adfec5f345c29442e706b7 6926 misc optional byobu_5.128-0ubuntu1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE4tnhxfn11ZKR9GB9leZDc/FSlGkFAl0ATUEACgkQleZDc/FS
lGmj0BAAvVgZkcCavgVdfs92DZvkzERCEKZXHl13A4GTRceiNKTrPsQUl/idxwkf
AJ0seMgtMdrD6gY4CWimN+6376yRxBdrmNkxKR7w+GLxh3a9LKs42Q0TjBHqKHZF
x0a+KHiRF4HKpPv1JHhmL9iEnyaR4oqG+lBe44n1XKKcfPmTE9x8W3BWM+1/I/NQ
KlAblM4qsnkHVYNFlS1KsoYprvSkrkO+LBR4GGaRY4fWUMpoxcnAjMOeQfEW3zel
g0gjUrGGUHr7+JHx7GZQb6v4jPYYP3e39+Ivp5JS8Y+h2BZNVBMu+ShtI9ZnYV3Z
wtM4FMnN2MNU8+zGu62xbhElYvXitQ4UU4iNDEQct74WAaWXjhD50TkXQ9uE6csL
SB+HN9EaE1CKlFZ9/8t2oVXFNDcFgNZY8kpxqt0m3r6zOhmF+egmk9msPDEL2E0u
9rJVXyA/UxzusrNmvQUCp7EH7Pd4C1RXrTM/yyZUPoelM+ukLdl6YngGt7Y737DM
KjDdJ1jp6Bb2/HfyV06az2yykB1IPty9H4Dq5s2laNpIa0M7rPaLxxTZ/hijrqXR
AwWTCy1oTbYAPKxfu7L/AGjVOSHQ/DGgBy4XVD4/69lQOCgwHupTdyr7V1Gn1HI+
cyyUSLKeDMu7qdv46e5uuk+gw8HIZV5T93ioOdJp/R4zeeehM2o=
=RQmg
-----END PGP SIGNATURE-----
More information about the Eoan-changes
mailing list