Debian Package Tracker
Register | Log in
Subscribe

byobu

text window manager, shell multiplexer, integrated DevOps environment

Choose email to subscribe with

general
  • source: byobu (main)
  • version: 7.13-1
  • maintainer: Dustin Kirkland (DMD) (DM)
  • arch: all
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 5.133-1
  • oldstable: 5.133-1.1
  • stable: 5.133-1.1
  • testing: 7.13-1
  • unstable: 7.13-1
versioned links
  • 5.133-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5.133-1.1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 7.13-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • byobu (9 bugs: 0, 6, 3, 0)
action needed
A new upstream version is available: 7.14rc6 high
A new upstream version 7.14rc6 is available, you should consider packaging it.
Created: 2026-06-24 Last update: 2026-07-10 06:30
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 7.15-1, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit ae15793e2d1eab9100339380036e500a63a83eda
Author: Dustin Kirkland <dustin.kirkland@gmail.com>
Date:   Thu Jul 9 10:26:17 2026 -0500

    debian/changelog: add 7.15-1 UNRELEASED stanza
    
    New upstream release. Lists the trustmux/pwa fixes and additions since
    7.14: the OSC-8 hyperlink parser truncation bug (GH #117), Enter being
    swallowed by paste-burst-detecting TUIs like Codex CLI (GH #115), the
    on-screen-keyboard layout fix, and window/machine emoji in the header.
    
    Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

commit e01b5d3aefe8179c2e165d805c6d4f4f8bf629f2
Merge: d9e27b3 dc34d56
Author: Dustin Kirkland <dustin.kirkland@gmail.com>
Date:   Wed Jul 8 15:41:51 2026 -0500

    Update upstream source from tag 'upstream/7.15'
    
    Update to upstream version '7.15'
    with Debian dir 9e3f222ba383480f8bb79aa5c0c326f4743ef5de

commit dc34d56e638223f1256a9f215aaddf08c494099d
Author: Dustin Kirkland <dustin.kirkland@gmail.com>
Date:   Wed Jul 8 15:41:50 2026 -0500

    New upstream version 7.15

commit d9e27b3e206ba783cbbe9eb254db1ee51fd0a0d3
Author: Dustin Kirkland <dustin.kirkland@gmail.com>
Date:   Mon Jul 6 09:32:28 2026 -0500

    gbp.conf: enable pristine-tar; gitignore: drop /debian/
    
    pristine-tar was already False and unused since 7.10 (this branch existed
    but no delta had been added since), and the stale upstream-tree=HEAD +
    filter workaround no longer applies -- debian/ isn't built by filtering
    GitHub's HEAD anymore, release.py generates the orig tarball from the
    release tag directly. Backfilling the missing 7.14 pristine-tar delta in
    the same push (see the pristine-tar and upstream/7.14 tag commits) so
    there is never a window where this config is on but the delta for the
    current changelog version is missing.
    
    /debian/ in .gitignore was a leftover from the GitHub side, where it's a
    gitignored temp build dir. Here debian/ is the real tracked content;
    ignoring it risked silently blocking 'git add' on a new file without -f.

commit 9173543a2a2fe11fcdd8bff49cb79fa662a2b1de
Author: Dustin Kirkland <dustin.kirkland@gmail.com>
Date:   Mon Jul 6 04:48:55 2026 -0500

    debian: restore debian/ at branch root
    
    The 7.14 release push landed debian/ nested at .maintainer/debian/ instead
    of at the branch root, along with upstream-only tooling (.claude/, .github/,
    .maintainer/release.py) and dev-only assets (mobile/generate_screenshots.py,
    mobile/screenshots/) that are excluded from the real upstream tarball via
    .gitattributes export-ignore on the GitHub side.
    
    debian/latest should be exactly the upstream branch + a debian/ dir, per
    Andreas's review. Restoring that here; going forward release.py's Phase 9
    only merges new upstream tarballs into this branch via gbp import-orig and
    never touches debian/ directly.

commit 5317a90e3bccd8723fe47d8b41980a4593b09d58
Author: Dustin Kirkland <dustin.kirkland@gmail.com>
Date:   Sun Jul 5 17:23:36 2026 -0500

    New upstream version 7.14

commit 3bd9b0fc339cd2b39ed51113a1ae853029efbe03
Author: Dustin Kirkland <dustin.kirkland@gmail.com>
Date:   Sun Jul 5 17:14:51 2026 -0500

    release: check Salsa sync in pre-flight (warn on RC, die on final)
    
    Fetches salsa/debian/latest and checks whether it has commits not present
    in local master. On RC: emits a visible warning so there's time to merge
    before final. On final: hard-stops with the merge command, same as Phase 9
    would have — but before smoke tests, PPA builds, and the GitHub release run.
    
    The fix when diverged:
      git merge -s ours salsa/debian/latest -m 'merge: absorb Salsa history'
      git push
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

commit a4a8c9e752325bd764bd52172610c0171cd3303c
Merge: 5c6f747 585e755
Author: Dustin Kirkland <dustin.kirkland@gmail.com>
Date:   Sun Jul 5 17:12:00 2026 -0500

    merge: absorb Salsa 7.13-1 packaging history into master
    
    Andreas's Salsa commits (DEP-14 branch declarations, 7.13-1 upload, watch
    file, salsa-ci.yml allow_failure) were made against debian/ at root before
    we moved packaging to .maintainer/debian/. Content is equivalent; absorb
    the history so push_salsa() fast-forward check passes for 7.14 release.

commit 585e75508c7e34fbc8e2d2c1ecc8218361f43f42
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 14 06:57:34 2026 +0200

    Declare new branch names

commit eda7cfaa3957e210c8651774f51641465f563c9e
Author: Andreas Tille <tille@debian.org>
Date:   Fri Jun 12 08:38:53 2026 +0200

    Upload to unstable

commit 435334cce7289b05baa56cc86be0574e9cef9add
Author: Andreas Tille <tille@debian.org>
Date:   Fri Jun 12 08:29:31 2026 +0200

    Re-add watch file as per changelog entry.  Seems the condition mentioned in salsa-ci.yml is fulfilled and we can re-activate it

commit cc466ee394579c74ffbd54f2ebbf5e63a2230484
Author: Andreas Tille <tille@debian.org>
Date:   Fri Jun 12 08:28:01 2026 +0200

    debian/salsa-ci.yml: do not fail test-uscan

commit aeef69219d8c8e7bbe356c7b97c421a4f8101e1e
Author: Andreas Tille <tille@debian.org>
Date:   Fri Jun 12 08:13:32 2026 +0200

    Remove unused lintian-overrides

commit 05dab56c8daec7b5fed56016cf88d6e0fb1c647a
Author: Andreas Tille <tille@debian.org>
Date:   Fri Jun 12 07:59:33 2026 +0200

    Reordering changelog to mention new upstream version first, merge entries to avoid "UNRELEASED" parts into one to make sure all bugs are properly closed

commit f664873d46f83a8f8724cb4990c97754bb8b9a76
Author: Andreas Tille <tille@debian.org>
Date:   Fri Jun 12 07:50:47 2026 +0200

    Mention two NMUs in changelog

commit 0f82270ea737b690795263d9d9b29943bbed4dc1
Author: Andreas Tille <tille@debian.org>
Date:   Wed Jun 10 09:07:38 2026 +0200

    New upstream version 7.10

commit 788797c3f63c077db963e158a64ac383d9236f1e
Author: Andreas Tille <tille@debian.org>
Date:   Mon Jun 8 07:57:43 2026 +0200

    New upstream version 7.8

commit 70929eee15aed48c002291c8b3493b78eb87e04a
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:23:26 2026 +0200

    Import Upstream version 5.133

commit 0bda4d39e78b2fb681cc8c1a2d6813faa2376a43
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:23:24 2026 +0200

    Import Upstream version 5.132

commit fe3a7f8be6459bd1c2c15c8f91c24cbe737c7f02
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:23:20 2026 +0200

    Import Upstream version 5.131

commit df7fc1ff684ea4f83c16a81f3ea6733c2e0e90eb
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:23:18 2026 +0200

    Import Upstream version 5.130

commit 38fe73b169ff2b89485ad53fc6fa9ca17b572c52
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:23:15 2026 +0200

    Import Upstream version 5.129

commit eb604a347d5617a35192b635bb2663c53be3cb94
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:23:12 2026 +0200

    Import Upstream version 5.128

commit d511464dea2449ec6db4e6c01991bb6c774e171e
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:23:09 2026 +0200

    Import Upstream version 5.127

commit ddb749744526deabadeaab3043794ad62bef8226
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:23:06 2026 +0200

    Import Upstream version 5.112

commit f8b26b07c78f0587952da95ee21d7404793bcd2e
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:23:03 2026 +0200

    Import Upstream version 5.87

commit 434c233babf2652b53f9b2107b15c6560fab05a2
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:23:00 2026 +0200

    Import Upstream version 5.77

commit fb655bb754753c6aa71a6e47df01321885a5c3b7
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:22:57 2026 +0200

    Import Upstream version 5.70

commit 20b9c9e5640c1f19cb9225ad3a83a131924a67fc
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:22:54 2026 +0200

    Import Upstream version 5.60

commit a931702bd92beb4aa4ddfa04e54440c17854d05c
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:22:52 2026 +0200

    Import Upstream version 5.41

commit dfa9dddf55e9b965f1192cf9b5c69df2df3ee615
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:22:50 2026 +0200

    Import Upstream version 5.34

commit 6a8bbef8605a93de5b5e96d258721c41f422d448
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:22:47 2026 +0200

    Import Upstream version 5.16

commit eed10f971bd6a60de159965f8d54469bd63352cb
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:22:45 2026 +0200

    Import Upstream version 5.3

commit dd0e2f2e4d15032fbbcc9805428c6c443310e475
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:22:43 2026 +0200

    Import Upstream version 5.2

commit 458662a0512419cc501361705d96aabe2d993306
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:22:41 2026 +0200

    Import Upstream version 4.37

commit 736aca0f462015a29e0af21f3e525d34474109d1
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:22:40 2026 +0200

    Import Upstream version 2.80

commit 40bdbff9591a7af5cd0cebce9bcbe97caa7d76ad
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:22:39 2026 +0200

    Import Upstream version 2.34

commit cea2f84c075b88fab6ac1227cfc68d9baf9a2bb7
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:22:38 2026 +0200

    Import Upstream version 2.24

commit 0d497bec211ed5e315b1f631b16fff4a93c5c878
Author: Andreas Tille <tille@debian.org>
Date:   Sun Jun 7 21:22:37 2026 +0200

    Import Upstream version 2.8
Created: 2026-06-14 Last update: 2026-07-09 17:00
lintian reports 2 warnings normal
Lintian reports 2 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-06-12 Last update: 2026-06-12 14:30
Issues found with some translations low

Automatic checks made by the Debian l10n team found some issues with the translations contained in this package. You should check the l10n status report for more information.

Issues can be things such as missing translations, problematic translated strings, outdated PO files, unknown languages, etc.

Created: 2026-06-14 Last update: 2026-06-14 12:48
news
[rss feed]
  • [2026-06-18] byobu 7.13-1 MIGRATED to testing (Debian testing watch)
  • [2026-06-12] Accepted byobu 7.13-1 (source) into unstable (Dustin Kirkland) (signed by: Andreas Tille)
  • [2025-09-18] byobu 5.133-1.2 MIGRATED to testing (Debian testing watch)
  • [2025-09-18] byobu 5.133-1.2 MIGRATED to testing (Debian testing watch)
  • [2025-09-12] Accepted byobu 5.133-1.2 (source) into unstable (Bastian Germann) (signed by: bage@debian.org)
  • [2023-01-14] byobu 5.133-1.1 MIGRATED to testing (Debian testing watch)
  • [2023-01-08] Accepted byobu 5.133-1.1 (source) into unstable (Helge Kreutzmann) (signed by: Dr. Tobias Quathamer)
  • [2020-02-23] byobu 5.133-1 MIGRATED to testing (Debian testing watch)
  • [2020-02-17] Accepted byobu 5.133-1 (source) into unstable (Dustin Kirkland)
  • [2020-02-15] Accepted byobu 5.132-1 (source) into unstable (Dustin Kirkland)
  • [2020-02-09] Accepted byobu 5.131-1 (source) into unstable (Dustin Kirkland)
  • [2019-12-27] byobu 5.130-1.1 MIGRATED to testing (Debian testing watch)
  • [2019-12-24] Accepted byobu 5.130-1.1 (source) into unstable (Boyuan Yang)
  • [2019-11-29] Accepted byobu 5.130-1 (source) into unstable (Dustin Kirkland)
  • [2019-07-09] byobu 5.129-1 MIGRATED to testing (Debian testing watch)
  • [2019-06-13] Accepted byobu 5.129-1 (source) into unstable (Dustin Kirkland)
  • [2019-06-12] Accepted byobu 5.128-1 (source) into experimental (Dustin Kirkland)
  • [2019-04-11] Accepted byobu 5.127-2 (source all) into unstable (Alex Chernyakhovsky) (signed by: Alexander Chernyakhovsky)
  • [2019-04-10] Accepted byobu 5.127-1 (source all) into unstable (Alex Chernyakhovsky) (signed by: Alexander Chernyakhovsky)
  • [2018-08-19] byobu 5.112-1.1 MIGRATED to testing (Debian testing watch)
  • [2018-08-08] Accepted byobu 5.112-1.1 (source) into unstable (Helge Kreutzmann) (signed by: Dr. Tobias Quathamer)
  • [2016-11-26] byobu 5.112-1 MIGRATED to testing (Debian testing watch)
  • [2016-11-21] Accepted byobu 5.112-1 (source all) into unstable (Alexander Chernyakhovsky)
  • [2014-10-15] byobu 5.87-1 MIGRATED to testing (Britney)
  • [2014-10-04] Accepted byobu 5.87-1 (source all) into unstable (Alexander Chernyakhovsky)
  • [2014-04-10] byobu 5.77-1 MIGRATED to testing (Debian testing watch)
  • [2014-04-05] Accepted byobu 5.77-1 (source all) (Alexander Chernyakhovsky)
  • [2014-02-01] byobu 5.70-1 MIGRATED to testing (Debian testing watch)
  • [2014-01-27] Accepted byobu 5.70-1 (source all) (Alexander Chernyakhovsky)
  • [2013-10-09] byobu 5.60-1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 9
  • RC: 0
  • I&N: 6
  • M&W: 3
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (0, 2)
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • other distros
  • security tracker
  • screenshots
  • l10n (100, 88)
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 7.15-0ubuntu1
  • patches for 7.15-0ubuntu1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing