Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package byobu, it makes the (reviewed) debconf templates actually translatable, with the related translation update. The attached debdiff skip the translation stuff. unblock byobu/5.16-1.1 Thanks in advance, regards. David -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (100, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.5-trunk-amd64 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru byobu-5.16/debian/changelog byobu-5.16/debian/changelog --- byobu-5.16/debian/changelog 2012-03-15 01:59:26.000000000 -0400 +++ byobu-5.16/debian/changelog 2012-10-28 17:22:58.000000000 -0400 @@ -1,3 +1,24 @@ +byobu (5.16-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Proofread templates by debian-l10n-english list, thanks to Justin B Rye + and Christian Perrier. (Closes: #686313) + + [ debconf translations ] + * Remove useless en_GB translation. + * Russian, Yuri Kozlov (closes: #687321) + * Polish, Michał Kułach (closes: #687553) + * Czech, Michal Šimůnek (closes: #687716) + * Danish, Joe Hansen (closes: #687820) + * French, Cédric Boutillier (closes: #687946) + * Portuguese, Miguel Figueiredo (closes: #687984) + * Japanese, victory (closes: #688176) + * German, Martin Eberhard Schauer (closes: #688036) + * Swedish, Martin Bagge (closes: #688429) + * Spanish, Rafael Ernesto Rivas + + -- David Prévot <[email protected]> Sun, 28 Oct 2012 17:22:21 -0400 + byobu (5.16-1) unstable; urgency=low * Syncing from Ubuntu. diff -Nru byobu-5.16/debian/control byobu-5.16/debian/control --- byobu-5.16/debian/control 2012-03-15 02:00:13.000000000 -0400 +++ byobu-5.16/debian/control 2012-10-11 13:13:58.000000000 -0400 @@ -42,9 +42,9 @@ screen-profiles-extras (<< 2.0), byobu-extras (<< 2.17) Enhances: screen -Description: powerful, text based window manager and shell multiplexer - Byobu is Ubuntu's text-based window manager based on GNU Screen. +Description: powerful command line "window manager" and shell multiplexer + Byobu is Ubuntu's session-managing wrapper around tmux or GNU Screen. Using Byobu, you can quickly create and move between different windows over a single SSH connection or TTY terminal, monitor dozens of important - statistics about your system, detach and reattach to sessions later + statistics about your system, or detach and reattach to sessions later while your programs continue to run in the background. diff -Nru byobu-5.16/debian/po/cs.po byobu-5.16/debian/po/cs.po diff -Nru byobu-5.16/debian/po/da.po byobu-5.16/debian/po/da.po diff -Nru byobu-5.16/debian/po/de.po byobu-5.16/debian/po/de.po diff -Nru byobu-5.16/debian/po/en_GB.po byobu-5.16/debian/po/en_GB.po diff -Nru byobu-5.16/debian/po/es.po byobu-5.16/debian/po/es.po diff -Nru byobu-5.16/debian/po/fr.po byobu-5.16/debian/po/fr.po diff -Nru byobu-5.16/debian/po/ja.po byobu-5.16/debian/po/ja.po diff -Nru byobu-5.16/debian/po/pl.po byobu-5.16/debian/po/pl.po diff -Nru byobu-5.16/debian/po/POTFILES.in byobu-5.16/debian/po/POTFILES.in --- byobu-5.16/debian/po/POTFILES.in 1969-12-31 20:00:00.000000000 -0400 +++ byobu-5.16/debian/po/POTFILES.in 2012-10-11 13:13:58.000000000 -0400 @@ -0,0 +1 @@ +[type: gettext/rfc822deb] templates diff -Nru byobu-5.16/debian/po/pt.po byobu-5.16/debian/po/pt.po diff -Nru byobu-5.16/debian/po/ru.po byobu-5.16/debian/po/ru.po diff -Nru byobu-5.16/debian/po/sv.po byobu-5.16/debian/po/sv.po diff -Nru byobu-5.16/debian/po/templates.pot byobu-5.16/debian/po/templates.pot diff -Nru byobu-5.16/debian/templates byobu-5.16/debian/templates --- byobu-5.16/debian/templates 2012-03-12 00:38:09.000000000 -0400 +++ byobu-5.16/debian/templates 2012-10-11 13:13:58.000000000 -0400 @@ -1,11 +1,20 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# [email protected] for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + Template: byobu/launch-by-default Type: boolean Default: false -_Description: Do you want to launch Byobu at shell login for all users? - Byobu can launch automatically at login (e.g. console, ssh), providing - an attachable/detachable window manager on the command line. +_Description: Launch Byobu at shell login for all users? + Byobu can be launched automatically on all shell logins (via the console, + SSH, etc.), to provide a screen session manager. . - If you select this option, Byobu will install a symlink in /etc/profile.d. - This setting is system-wide, for all users logging into the system. - Individual users can disable this by touching - ~/.byobu/disable-autolaunch, or configuring with 'byobu-config'. + If you select this option, a symlink will be created in /etc/profile.d. + This setting is system-wide, for all user logins. Individual users can + opt out by using the utility "byobu-config" or by creating the file + "disable-autolaunch" in their byobu configuration directory.

