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

lintian: r1130 - in trunk: debian lib



Author: rra
Date: 2008-01-20 21:54:50 +0100 (Sun, 20 Jan 2008)
New Revision: 1130

Modified:
   trunk/debian/changelog
   trunk/lib/Spelling.pm
Log:
Add a bunch more capitalization corrections from the debian-devel thread.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-01-16 19:40:10 UTC (rev 1129)
+++ trunk/debian/changelog	2008-01-20 20:54:50 UTC (rev 1130)
@@ -12,9 +12,8 @@
     + [RA] Avoid a Perl warning for desktop entries without Exec.
 
   * lib/Spelling.pm:
-    + [RA] Add a spelling correction for PostgreSQL and capitalization
-      corrections for it, Xfce, Python, MySQL, Skolelinux, Debian Edu,
-      and OCaml.
+    + [RA] Add a spelling correction for PostgreSQL and lots of new
+      capitalization corrections after a debian-devel thread.
 
  -- Russ Allbery <rra@debian.org>  Mon, 07 Jan 2008 23:58:47 -0800
 

Modified: trunk/lib/Spelling.pm
===================================================================
--- trunk/lib/Spelling.pm	2008-01-16 19:40:10 UTC (rev 1129)
+++ trunk/lib/Spelling.pm	2008-01-20 20:54:50 UTC (rev 1130)
@@ -317,12 +317,30 @@
 # descriptions, and should not be applied to files that may contain
 # configuration fragments or more informal files such as debian/copyright.
 our %CORRECTIONS_CASE = qw(
+                           DBUS D-Bus
+                           DBus D-Bus
+                           D-BUS D-Bus
+                           d-bus D-Bus
+                           dbus D-Bus
                            debian Debian
                            english English
                            french French
+                           Gconf GConf
+                           gconf GConf
                            german German
                            Gnome GNOME
                            gnome GNOME
+                           Gnome-VFS GnomeVFS
+                           Gnome-Vfs GnomeVFS
+                           GnomeVfs GnomeVFS
+                           gnome-vfs GnomeVFS
+                           gnomevfs GnomeVFS
+                           Gobject GObject
+                           gobject GObject
+                           Gstreamer GStreamer
+                           gstreamer GStreamer
+                           GTK GTK+
+                           gtk+ GTK+
                            kde KDE
                            MYSQL MySQL
                            Mysql MySQL
@@ -337,6 +355,17 @@
                            russian Russian
                            SkoleLinux Skolelinux
                            skolelinux Skolelinux
+                           SLang S-Lang
+                           S-lang S-Lang
+                           s-lang S-Lang
+                           TCL Tcl
+                           tcl Tcl
+                           TEX TeX
+                           TeTeX teTeX
+                           Tetex teTeX
+                           tetex teTeX
+                           TK Tk
+                           tk Tk
                            XFCE Xfce
                            XFce Xfce
                            xfce Xfce
@@ -345,6 +374,12 @@
 # The format above doesn't allow spaces.
 $CORRECTIONS_CASE{'Debian-Edu'} = 'Debian Edu';
 $CORRECTIONS_CASE{'debian-edu'} = 'Debian Edu';
+$CORRECTIONS_CASE{'TeXLive'} = 'TeX Live';
+$CORRECTIONS_CASE{'TeX-Live'} = 'TeX Live';
+$CORRECTIONS_CASE{'TeXlive'} = 'TeX Live';
+$CORRECTIONS_CASE{'TeX-live'} = 'TeX Live';
+$CORRECTIONS_CASE{'texlive'} = 'TeX Live';
+$CORRECTIONS_CASE{'tex-live'} = 'TeX Live';
 
 # -----------------------------------
 


Reply to: