Control: tags -1 patch
I am fixing this and other issues with a NMU to DELAYED/10. The changes are attached.
diff -Nru byobu-5.133/debian/changelog byobu-5.133/debian/changelog --- byobu-5.133/debian/changelog 2023-01-04 10:08:35.000000000 +0100 +++ byobu-5.133/debian/changelog 2025-09-02 17:17:36.000000000 +0200 @@ -1,3 +1,16 @@ +byobu (5.133-1.2) unstable; urgency=medium + + * Non-maintainer upload + * Drop apport and run-one pkg relationships (Closes: #812310, #1112253) + * Drop non-existing Vcs-Bzr + * Follow Homepage redirect + * d/copyright: Convert to machine-readable format + + [ Hideki Yamane ] + * Suggest fonts-ubuntu (Closes: #928600) + + -- Bastian Germann <[email protected]> Tue, 02 Sep 2025 17:17:36 +0200 + byobu (5.133-1.1) unstable; urgency=medium * Non-maintainer upload with maintainer approval. diff -Nru byobu-5.133/debian/control byobu-5.133/debian/control --- byobu-5.133/debian/control 2023-01-04 10:08:35.000000000 +0100 +++ byobu-5.133/debian/control 2025-09-02 17:17:36.000000000 +0200 @@ -5,8 +5,7 @@ Uploaders: Antoine Beaupré <[email protected]> Standards-Version: 4.1.3 Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf, dh-python, python3 -Homepage: http://byobu.org -Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk +Homepage: https://www.byobu.org Package: byobu Architecture: all @@ -23,9 +22,7 @@ less, pastebinit, sensible-utils, - run-one Suggests: - apport, ccze, gnome-terminal|xterm, gnupg, @@ -33,7 +30,7 @@ po-debconf, screen, speedometer, - ttf-ubuntu-font-family (>= 0.80-0ubuntu1~medium), + fonts-ubuntu, update-notifier-common, vim, wireless-tools diff -Nru byobu-5.133/debian/copyright byobu-5.133/debian/copyright --- byobu-5.133/debian/copyright 2023-01-04 10:08:35.000000000 +0100 +++ byobu-5.133/debian/copyright 2025-09-02 17:17:36.000000000 +0200 @@ -1,37 +1,38 @@ -This package was debianized by Dustin Kirkland <[email protected]> -Sun, 14 Dec 2008 13:11:37 -0600 - -It was downloaded from: https://launchpad.net/byobu/+download - -Upstream Authors: - Dustin Kirkland <[email protected]> +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Comment: + This package was debianized by Dustin Kirkland <[email protected]> +Source: + https://launchpad.net/byobu/+download +Upstream-Contact: Dustin Kirkland <[email protected]> Nick Barcet <[email protected]> +Files: * Copyright: Copyright (C) 2008-2009 Canonical Ltd. Copyright (C) 2009-2014 Dustin Kirkland - + . All rights reserved. +License: GPL-3 -License: - +License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 3 of the License. - + . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + . You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. - +Comment: On Debian systems, the complete text of the GNU General Public License, version 3, can be found in /usr/share/common-licenses/GPL-3. -The Ubuntu packaging: +Files: debian/* +Copyright: Copyright (C) 2008-2009 Canonical Ltd. Copyright (C) 2009-2014 Dustin Kirkland - released under the GPL-3. +License: GPL-3 diff -Nru byobu-5.133/debian/install byobu-5.133/debian/install --- byobu-5.133/debian/install 2023-01-04 10:08:35.000000000 +0100 +++ byobu-5.133/debian/install 2025-09-02 17:17:14.000000000 +0200 @@ -3,4 +3,3 @@ etc/profile.d/Z97-byobu.sh etc/profile.d/ usr/share/byobu/pixmaps/byobu.svg usr/share/icons/hicolor/scalable/apps/ usr/share/byobu/pixmaps/highcontrast/byobu.svg usr/share/icons/HighContrast/scalable/apps/ -debian/source_byobu.py usr/share/apport/package-hooks diff -Nru byobu-5.133/debian/source_byobu.py byobu-5.133/debian/source_byobu.py --- byobu-5.133/debian/source_byobu.py 2023-01-04 10:08:35.000000000 +0100 +++ byobu-5.133/debian/source_byobu.py 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ -'''apport package hook for byobu - -(c) 2009 Canonical Ltd. -Author: Dustin Kirkland <[email protected]> -''' - -from apport.hookutils import * -from os import path - -def add_info(report): - attach_related_packages(report, ['byobu*', 'screen*']) - report['Binaries'] = command_output(['sh', '-c', 'ls -alF /usr/bin/screen* /usr/bin/byobu*'])

