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

Please hint childsplay-plugins-lfc_0.84-2 for etch



While upgrading the childsplay package to the latest upstream vesion I did
some testing on the package and noticed that the childsplay-plugins-lfc
version that is included in etch has a bug that makes the catalan localization
of the plugin useless because it does not use the translated files when the
childsplay-lfc-names-ca is installed.

I've uploaded a new childsplay-plugins-lfc with a trivial patch that fixes the
issue (the patch is as simple as adding the language code to a python list),
I've attached an interdiff of my changes for the RM to review.

Thanks in advance,

  Sergio.

-- 
Sergio Talens-Oliag <sto@debian.org>   <http://people.debian.org/~sto/>
Key fingerprint = 29DF 544F  1BD9 548C  8F15 86EF  6770 052B  B8C1 FA69
diff -u childsplay-plugins-lfc-0.84/debian/changelog childsplay-plugins-lfc-0.84/debian/changelog
--- childsplay-plugins-lfc-0.84/debian/changelog
+++ childsplay-plugins-lfc-0.84/debian/changelog
@@ -1,3 +1,9 @@
+childsplay-plugins-lfc (0.84-2) unstable; urgency=high
+
+  * Added catalan support to the plugin, I was sure it worked... :(
+
+ -- Sergio Talens-Oliag <sto@debian.org>  Wed, 13 Dec 2006 01:20:09 +0100
+
 childsplay-plugins-lfc (0.84-1) unstable; urgency=low
 
   * New upstream release.
diff -u childsplay-plugins-lfc-0.84/debian/rules childsplay-plugins-lfc-0.84/debian/rules
--- childsplay-plugins-lfc-0.84/debian/rules
+++ childsplay-plugins-lfc-0.84/debian/rules
@@ -3,6 +3,7 @@
 # Copyright © 2006 Sergio Talens-Oliag <sto@debian.org>
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 # Use debhelper's "dh_python" command; makefile code taken from
 # '/usr/share/cdbs/1/class/python-distutils.mk'
only in patch2:
unchanged:
--- childsplay-plugins-lfc-0.84.orig/debian/patches/01_catalan_support.diff
+++ childsplay-plugins-lfc-0.84/debian/patches/01_catalan_support.diff
@@ -0,0 +1,13 @@
+Index: lib/letterFlashcard.py
+===================================================================
+--- lib/letterFlashcard.py	(revisión: 977)
++++ lib/letterFlashcard.py	(copia de trabajo)
+@@ -26,7 +26,7 @@
+ # The locales we support, it's needed that we switch to English if we run
+ # in a non supported locale.
+ # Add any new locales to this list.
+-SUPPORTED_LOCALES = ['en','nl','fr']
++SUPPORTED_LOCALES = ['en','nl','fr','ca']
+ 
+ import os,sys,random
+ import pygame

Attachment: signature.asc
Description: Digital signature


Reply to: