Bug#934826: buster-pu: package console-setup/1.193~deb10u1

2019-08-16 Thread Cyril Brulebois
Adam D. Barratt  (2019-08-16):
> Control: tags -1 + confirmed
> 
> On Thu, 2019-08-15 at 16:22 +0200, Cyril Brulebois wrote:
> > I'd like to get #924657 fixed in buster. A Perl change triggered a
> > bunch of brokenness in translations, and I haven't been able to
> > review the fix before the release. I've done that now, as documented
> > in:
> >   https://bugs.debian.org/924657#49
> 
> Please go ahead; thanks.

Thanks, uploaded.


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant


signature.asc
Description: PGP signature


Bug#934826: buster-pu: package console-setup/1.193~deb10u1

2019-08-16 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Thu, 2019-08-15 at 16:22 +0200, Cyril Brulebois wrote:
> I'd like to get #924657 fixed in buster. A Perl change triggered a
> bunch of brokenness in translations, and I haven't been able to
> review the fix before the release. I've done that now, as documented
> in:
>   https://bugs.debian.org/924657#49

Please go ahead; thanks.

Regards,

Adam



Bug#934826: buster-pu: package console-setup/1.193~deb10u1

2019-08-15 Thread Cyril Brulebois
Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian@packages.debian.org
Usertags: pu

Hi,

I'd like to get #924657 fixed in buster. A Perl change triggered a bunch
of brokenness in translations, and I haven't been able to review the fix
before the release. I've done that now, as documented in:
  https://bugs.debian.org/924657#49

Since I've double checked this, 1.193 was uploaded with a few translation
updates and it seems to make sense to include them as well, hence this
proposed 1.193~deb10u1.

Changes from 1.191:
| console-setup (1.193~deb10u1) buster; urgency=medium
| 
|   * Rebuild for buster.
| 
|  -- Cyril Brulebois   Thu, 15 Aug 2019 16:11:30 > 0200
| 
| console-setup (1.193) unstable; urgency=medium
| 
|   * Team upload
| 
|   [ Updated translations ]
|   * Croatian (hr.po) by gogogogi
|   * Tajik (tg.po) by Victor Ibragimov
| 
|  -- Holger Wansing   Sun, 04 Aug 2019 12:08:32 > 0200
| 
| console-setup (1.192) unstable; urgency=medium
| 
|   * Remove Christian Perrier from Uploaders, with many thanks for all
| his contributions over the years! (Closes: #927511)
|   * Merge patch by Iain Lane to fix internationalization issues when
| switching locales with Perl >= 5.28 (Closes: #924657, LP: #1817453).
| 
|  -- Cyril Brulebois   Thu, 04 Jul 2019 17:41:47 > 0200

git diff from the tag attached.


Thanks for considering, and thanks for your time.


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant
diff --git a/Keyboard/kbdnames-maker b/Keyboard/kbdnames-maker
index 9d66731..56d42d8 100755
--- a/Keyboard/kbdnames-maker
+++ b/Keyboard/kbdnames-maker
@@ -39,6 +39,8 @@ for my $mo () {
 $lang =~ s:/usr/share/locale/(.*)/LC_MESSAGES/xkeyboard-config.mo:$1:;
 $ENV{'LANGUAGE'} = $lang;
 setlocale(LC_ALL,"");
+bindtextdomain("xkeyboard-config", "/usr/share/locale");
+textdomain("xkeyboard-config");
 
 $lang =~ s:\@:__:;
 $lang =~ s:__Latn:__latin:; # special fixup for sr
diff --git a/debian/changelog b/debian/changelog
index 2b8cf2d..afd1c0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,24 @@
+console-setup (1.193) unstable; urgency=medium
+
+  * Team upload
+
+  [ Updated translations ]
+  * Croatian (hr.po) by gogogogi
+  * Tajik (tg.po) by Victor Ibragimov
+
+ -- Holger Wansing   Sun, 04 Aug 2019 12:08:32 +0200
+
+console-setup (1.192) unstable; urgency=medium
+
+  * Remove Christian Perrier from Uploaders, with many thanks for all
+his contributions over the years! (Closes: #927511)
+  * Merge patch by Iain Lane to fix internationalization issues when
+switching locales with Perl >= 5.28 (Closes: #924657, LP: #1817453).
+
+ -- Cyril Brulebois   Thu, 04 Jul 2019 17:41:47 +0200
+
 console-setup (1.191) unstable; urgency=medium
+
   * Team upload
 
   [ Updated translations ]
@@ -8,6 +28,7 @@ console-setup (1.191) unstable; urgency=medium
  -- Holger Wansing   Sat, 23 Mar 2019 21:13:24 +0100
 
 console-setup (1.190) unstable; urgency=medium
+
   * Team upload
 
   * console-setup(5) manpage: correct section of setfont manpage and remove
@@ -20,6 +41,7 @@ console-setup (1.190) unstable; urgency=medium
  -- Holger Wansing   Mon, 04 Mar 2019 04:44:51 +0100
 
 console-setup (1.189) unstable; urgency=medium
+
   * Team upload
 
   [ Holger Wansing ]
diff --git a/debian/control b/debian/control
index ceba9df..b8e69f0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: console-setup
 Section: utils
 Priority: optional
 Maintainer: Debian Install System Team 
-Uploaders: Anton Zinoviev , Christian Perrier 
+Uploaders: Anton Zinoviev 
 Build-Depends-Indep: xkb-data (>= 1.6), locales-all, sharutils
 Build-Depends: perl, debhelper (>= 9), po-debconf, libxml-parser-perl, bdfresize, liblocale-gettext-perl, dh-systemd
 Standards-Version: 3.9.1
diff --git a/debian/po/ar.po b/debian/po/ar.po
index 9c70c7f..99ffd82 100644
--- a/debian/po/ar.po
+++ b/debian/po/ar.po
@@ -11,6 +11,7 @@
 # Abdelhak Bougouffa, 2017.
 # najib LAARIBI , 2018.
 # ButterflyOfFire , 2018.
+# Osama , 2019.
 #
 # Translations from iso-codes:
 # Translations taken from ICU SVN on 2007-09-09
@@ -27,7 +28,7 @@ msgstr ""
 "Project-Id-Version: ar\n"
 "Report-Msgid-Bugs-To: console-se...@packages.debian.org\n"
 "POT-Creation-Date: 2018-03-10 23:15+0100\n"
-"PO-Revision-Date: 2018-10-05 16:21+\n"
+"PO-Revision-Date: 2019-06-10 10:55+\n"
 "Last-Translator: ButterflyOfFire \n"
 "Language-Team: \n"
 "Language: ar\n"
@@ -169,14 +170,15 @@ msgstr "# Latin2 - وسط أوروبا والرومانية"
 #. :sl3:
 #: ../console-setup.templates:5001
 msgid "# Latin3 and Latin8 - Chichewa; Esperanto; Irish; Maltese and Welsh"
-msgstr "# Latin3 و Latin8 - تشيتشيوا; إسبترنتو; الآيرلندية; المالتيز والولش"
+msgstr ""
+"# Latin3 و Latin8 - تشيتشيوا ؛ الإسبترنتو ؛ الإيرلندية ؛ المالتيز والولش"
 
 #. Type: select
 #. Choices
 #. :sl3:
 #: ../console-setup.templates:5001
 msgid "#