[Debian-l10n-commits] r1898 - in /dl10n/trunk: Changelog dl10n-check

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Fri Aug 28 19:58:01 UTC 2009


Author: nekral-guest
Date: Fri Aug 28 19:58:01 2009
New Revision: 1898

URL: http://svn.debian.org/wsvn/?sc=1&rev=1898
Log:
	* dl10n-check: Removed non-US sections, and non-US handling.
	* dl10n-check: Updated list of sections.

Modified:
    dl10n/trunk/Changelog
    dl10n/trunk/dl10n-check

Modified: dl10n/trunk/Changelog
URL: http://svn.debian.org/wsvn/dl10n/trunk/Changelog?rev=1898&op=diff
==============================================================================
--- dl10n/trunk/Changelog (original)
+++ dl10n/trunk/Changelog Fri Aug 28 19:58:01 2009
@@ -1,3 +1,8 @@
+2009-08-28  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* dl10n-check: Removed non-US sections, and non-US handling.
+	* dl10n-check: Updated list of sections.
+
 2009-08-15  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* lib/Locale/Language.pm: Added Asturian.

Modified: dl10n/trunk/dl10n-check
URL: http://svn.debian.org/wsvn/dl10n/trunk/dl10n-check?rev=1898&op=diff
==============================================================================
--- dl10n/trunk/dl10n-check (original)
+++ dl10n/trunk/dl10n-check Fri Aug 28 19:58:01 2009
@@ -511,22 +511,12 @@
         }
         if (defined($synonym{$section})) {
                 $section  = $synonym{$section};
-                if ($section =~ m#^(non-US/(contrib|non-free))#) {
-                        $pooldir = $section."/";
-                } elsif ($section =~ m#^non-US#) {
-                        $pooldir = "non-US/main/";
-                } elsif ($section =~ m#^(contrib|non-free)/#) {
+                if ($section =~ m#^(contrib|non-free)/#) {
                         $pooldir = $1."/";
                 }
         } else {
                 $data->add_errors($pkg,"'$section' is not a valid section\n");
-                if ($section =~ m#^non-US/(contrib|non-free)#i) {
-                        $section = "non-US/$1";
-                        $pooldir = $section."/";
-                } elsif ($section =~ m#^non-US#i) {
-                        $section = "non-US";
-                        $pooldir = "non-US/main/";
-                } elsif ($section =~ m#^(contrib|non-free)/#) {
+                if ($section =~ m#^(contrib|non-free)/#) {
                         $section = $1;
                         $pooldir = $section."/";
                 } else {
@@ -1115,112 +1105,162 @@
 
 admin
 base
+cli-mono
 comm
+database
+debug
 devel
 doc
 editors
 electronics
 embedded
+fonts
 games
 gnome
+gnu-r
+gnustep
 graphics
 hamradio
+haskell
+httpd
 interpreters
+java
 kde
+kernel
+libdevel
 libs
-libdevel
+lisp
+localization
 mail
 math
 misc
 net
 news
+ocaml
 oldlibs
 otherosfs
 perl
+php
 python
+ruby
 science
 shells
 sound
 tex
 text
 utils
+vcs
+video
+virtual
 web
 x11
+xfce
+zope
 
 contrib/admin
 contrib/base
+contrib/cli-mono
 contrib/comm
+contrib/database
+contrib/debug
 contrib/devel
 contrib/doc
 contrib/editors
 contrib/electronics
 contrib/embedded
+contrib/fonts
 contrib/games
 contrib/gnome
+contrib/gnu-r
+contrib/gnustep
 contrib/graphics
 contrib/hamradio
+contrib/haskell
+contrib/httpd
 contrib/interpreters
+contrib/java
 contrib/kde
+contrib/kernel
+contrib/libdevel
 contrib/libs
-contrib/libdevel
+contrib/lisp
+contrib/localization
 contrib/mail
 contrib/math
 contrib/misc
 contrib/net
 contrib/news
+contrib/ocaml
 contrib/oldlibs
 contrib/otherosfs
 contrib/perl
+contrib/php
 contrib/python
+contrib/ruby
 contrib/science
 contrib/shells
 contrib/sound
 contrib/tex
 contrib/text
 contrib/utils
+contrib/vcs
+contrib/video
+contrib/virtual
 contrib/web
 contrib/x11
+contrib/xfce
+contrib/zope
 
 non-free/admin
 non-free/base
+non-free/cli-mono
 non-free/comm
+non-free/database
+non-free/debug
 non-free/devel
 non-free/doc
 non-free/editors
 non-free/electronics
 non-free/embedded
+non-free/fonts
 non-free/games
 non-free/gnome
+non-free/gnu-r
+non-free/gnustep
 non-free/graphics
 non-free/hamradio
+non-free/haskell
+non-free/httpd
 non-free/interpreters
+non-free/java
 non-free/kde
+non-free/kernel
+non-free/libdevel
 non-free/libs
-non-free/libdevel
+non-free/lisp
+non-free/localization
 non-free/mail
 non-free/math
 non-free/misc
 non-free/net
 non-free/news
+non-free/ocaml
 non-free/oldlibs
 non-free/otherosfs
 non-free/perl
+non-free/php
 non-free/python
+non-free/ruby
 non-free/science
 non-free/shells
 non-free/sound
 non-free/tex
 non-free/text
 non-free/utils
+non-free/vcs
+non-free/video
+non-free/virtual
 non-free/web
 non-free/x11
-
-non-US
-non-US/contrib
-non-US/non-free
-
-non-US/main:non-US
-non-us:non-US
-non-us/main:non-US
-non-us/contrib:non-US/contrib
-non-us/non-free:non-US/non-free
+non-free/xfce
+non-free/zope




More information about the Debian-l10n-commits mailing list