[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#436993: marked as done (xkb-data: not all Romanian layouts are present/advertised)



Your message dated Fri, 14 Sep 2007 21:17:40 +0000
with message-id <E1IWIXk-0002Y7-To@ries.debian.org>
and subject line Bug#436993: fixed in xkeyboard-config 1.0~cvs.20070914-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Subject: xkb-data: not all Romanian layouts are present/advertised
Package: xkb-data
Version: 0.9-4.1 1.0~cvs.20070721-1
Severity: important
Tags: l10n patch

Hello,

The GNOME layout selection tool does not allow selection of all the
existing layout for Romanian. To make matters worse, the hidden layouts
are the ones that should be used in public instititions (ones that
generate correct diactics - s and t with comma below) according to
Romanian law. Also note that the cedilla variants are the ones that will
be deprecated sooner or later although the "std" layout is one of those.


A lengthier discussion was started on the corresponding ubuntu bug, with
references to the Romanian law, and the standard, images with the layout
...

https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/108057

Note that the choice issue they discuss is not implemented in anyway
here yet, although the default layout for Lenny should be the comma
variant since having correct diacritics for Romanian is an internal
release goal of the Romanian L10N team:

http://wiki.debian.org/L10N/Romanian/Lenny (in Romanian; the first point
is the one dealing with the issue of using correct diacritics).



Attached is a patch I made for the unstable version of the package and I
tested on the etch version.


Please include this patch in the next release of the package.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (900, 'stable'), (50, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)

-- no debconf information
Fri Aug 10 02:25:36 EEST 2007  Eddy PetriÈ?or <eddy.petrisor@gmail.com>
  * the initial patch to make all Romanian layouts visible to applications like the layout selection applet from GNOME
diff -rN -u old-xkb-data-does-not-show-all-layouts/xkeyboard-config-1.0~cvs.20070721/debian/changelog new-xkb-data-does-not-show-all-layouts/xkeyboard-config-1.0~cvs.20070721/debian/changelog
--- old-xkb-data-does-not-show-all-layouts/xkeyboard-config-1.0~cvs.20070721/debian/changelog	2007-08-10 02:30:11.000000000 +0300
+++ new-xkb-data-does-not-show-all-layouts/xkeyboard-config-1.0~cvs.20070721/debian/changelog	2007-08-10 02:30:11.000000000 +0300
@@ -1,3 +1,11 @@
+xkeyboard-config (1.0~cvs.20070721-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * add support for all Romanian layouts, especially the comma variants
+    since their usage is mandatory under the new law in Romania
+
+ -- Eddy PetriÈ?or <eddy.petrisor@gmail.com>  Fri, 10 Aug 2007 02:19:36 +0300
+
 xkeyboard-config (1.0~cvs.20070721-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff -rN -u old-xkb-data-does-not-show-all-layouts/xkeyboard-config-1.0~cvs.20070721/rules/base.lst new-xkb-data-does-not-show-all-layouts/xkeyboard-config-1.0~cvs.20070721/rules/base.lst
--- old-xkb-data-does-not-show-all-layouts/xkeyboard-config-1.0~cvs.20070721/rules/base.lst	2007-08-10 02:30:11.000000000 +0300
+++ new-xkb-data-does-not-show-all-layouts/xkeyboard-config-1.0~cvs.20070721/rules/base.lst	2007-08-10 02:30:11.000000000 +0300
@@ -407,7 +407,10 @@
   mac             pt: Macintosh
   mac_nodeadkeys  pt: Macintosh, eliminate dead keys
   mac_sundeadkeys pt: Macintosh, Sun dead keys
-  std             ro: Standard
+  comma           ro: Programmers
+  academic        ro: Standard
+  basic           ro: Programmers (cedilla)
+  std             ro: Standard (cedilla)
   winkeys         ro: Winkeys
   phonetic        ru: Phonetic
   typewriter      ru: Typewriter
diff -rN -u old-xkb-data-does-not-show-all-layouts/xkeyboard-config-1.0~cvs.20070721/rules/base.xml.in new-xkb-data-does-not-show-all-layouts/xkeyboard-config-1.0~cvs.20070721/rules/base.xml.in
--- old-xkb-data-does-not-show-all-layouts/xkeyboard-config-1.0~cvs.20070721/rules/base.xml.in	2007-08-10 02:30:11.000000000 +0300
+++ new-xkb-data-does-not-show-all-layouts/xkeyboard-config-1.0~cvs.20070721/rules/base.xml.in	2007-08-10 02:30:11.000000000 +0300
@@ -2549,12 +2549,30 @@
       <variantList>
         <variant>
           <configItem>
-            <name>std</name>
+            <name>comma</name>
+            <_description>Programmers</_description>
+          </configItem>
+        </variant>
+        <variant>
+          <configItem>
+            <name>academic</name>
             <_description>Standard</_description>
           </configItem>
         </variant>
         <variant>
           <configItem>
+            <name>basic</name>
+            <_description>Programmers (cedilla)</_description>
+          </configItem>
+        </variant>
+        <variant>
+          <configItem>
+            <name>std</name>
+            <_description>Standard (cedilla)</_description>
+          </configItem>
+        </variant>
+        <variant>
+          <configItem>
             <name>winkeys</name>
             <_description>Winkeys</_description>
           </configItem>

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: xkeyboard-config
Source-Version: 1.0~cvs.20070914-1

We believe that the bug you reported is fixed in the latest version of
xkeyboard-config, which is due to be installed in the Debian FTP archive:

xkb-data_1.0~cvs.20070914-1_all.deb
  to pool/main/x/xkeyboard-config/xkb-data_1.0~cvs.20070914-1_all.deb
xkeyboard-config_1.0~cvs.20070914-1.dsc
  to pool/main/x/xkeyboard-config/xkeyboard-config_1.0~cvs.20070914-1.dsc
xkeyboard-config_1.0~cvs.20070914-1.tar.gz
  to pool/main/x/xkeyboard-config/xkeyboard-config_1.0~cvs.20070914-1.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 436993@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mohammed Adnène Trojette <adn+deb@diwi.org> (supplier of updated xkeyboard-config package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 14 Sep 2007 19:12:27 +0200
Source: xkeyboard-config
Binary: xkb-data
Architecture: source all
Version: 1.0~cvs.20070914-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Mohammed Adnène Trojette <adn+deb@diwi.org>
Description: 
 xkb-data   - X Keyboard Extension (XKB) configuration data
Closes: 383953 410060 432613 436993
Changes: 
 xkeyboard-config (1.0~cvs.20070914-1) unstable; urgency=low
 .
   * New upstream CVS snapshot from September 14th 2007:
      + advertise all Romanian layouts. Thanks Eddy PetriÈ?or for the
        patch. (Closes: #436993)
      + fix ctrl:swapcaps. (Closes: #410060)
      + add missing virtual keys from evdev keycodes. Thanks Yann
        Vernier for the patch. (Closes: #432613)
      + support Asus 6000 series laptop keyboard. Thanks Arnout Boelens
      for the patch. (Closes: #383953)
   * Update debian/*.dir files.
Files: 
 3e47f129f15bade2ee807ee51c17ba8e 656 x11 extra xkeyboard-config_1.0~cvs.20070914-1.dsc
 d3d9d665e4d452223e8a02633da45d59 3813267 x11 extra xkeyboard-config_1.0~cvs.20070914-1.tar.gz
 857ccd301949b0575bd0c6d04cec69d5 436954 x11 extra xkb-data_1.0~cvs.20070914-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG6tc+OU3FkQ7XBOoRAmCrAKDvllW1bBszwpNDdKa+XYPZtqw3hgCglkZM
8jYfvp5oNgFfmFWkrpDadA0=
=JZks
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: