[Pkg-bugzilla-commits] r38 - in trunk/bugzilla-2.16.7/debian: . po

Alexis Sukrieh sukria-guest@costa.debian.org
Sat, 02 Apr 2005 10:18:59 +0000


Author: sukria-guest
Date: 2005-04-02 10:18:58 +0000 (Sat, 02 Apr 2005)
New Revision: 38

Modified:
   trunk/bugzilla-2.16.7/debian/changelog
   trunk/bugzilla-2.16.7/debian/po/ca.po
   trunk/bugzilla-2.16.7/debian/po/fr.po
   trunk/bugzilla-2.16.7/debian/rules
Log:
bugzilla (2.16.7-6) unstable; urgency=low

  * Added a "checkpo" target in debian/rules for checking the debian/po files.
  * Removed a fuzzy string in fr.po (Christian Perrier).



Modified: trunk/bugzilla-2.16.7/debian/changelog
===================================================================
--- trunk/bugzilla-2.16.7/debian/changelog	2005-03-22 13:53:51 UTC (rev 37)
+++ trunk/bugzilla-2.16.7/debian/changelog	2005-04-02 10:18:58 UTC (rev 38)
@@ -1,3 +1,10 @@
+bugzilla (2.16.7-6) unstable; urgency=low
+
+  * Added a "checkpo" target in debian/rules for checking the debian/po files.
+  * Removed a fuzzy string in fr.po (Christian Perrier).
+
+ -- Alexis Sukrieh <sukria@sukria.net>  Sat,  2 Apr 2005 12:20:11 +0200
+
 bugzilla (2.16.7-5) unstable; urgency=low
 
   * Rewrote Debconf templates for DTSG compliance (Christian Perrier).

Modified: trunk/bugzilla-2.16.7/debian/po/ca.po
===================================================================
--- trunk/bugzilla-2.16.7/debian/po/ca.po	2005-03-22 13:53:51 UTC (rev 37)
+++ trunk/bugzilla-2.16.7/debian/po/ca.po	2005-04-02 10:18:58 UTC (rev 38)
@@ -298,7 +298,6 @@
 #. Type: password
 #. Description
 #: ../bugzilla.templates:112
-#, fuzzy
 msgid "Password for the Bugzilla administrator account:"
 msgstr "IntroduĆÆu la contrasenya pel compte de l'administrador de Bugzilla:"
 

Modified: trunk/bugzilla-2.16.7/debian/po/fr.po
===================================================================
--- trunk/bugzilla-2.16.7/debian/po/fr.po	2005-03-22 13:53:51 UTC (rev 37)
+++ trunk/bugzilla-2.16.7/debian/po/fr.po	2005-04-02 10:18:58 UTC (rev 38)
@@ -299,7 +299,6 @@
 #. Type: password
 #. Description
 #: ../bugzilla.templates:112
-#, fuzzy
 msgid "Password for the Bugzilla administrator account:"
 msgstr "Mot de passe de l'administrateur de Bugzilla :"
 

Modified: trunk/bugzilla-2.16.7/debian/rules
===================================================================
--- trunk/bugzilla-2.16.7/debian/rules	2005-03-22 13:53:51 UTC (rev 37)
+++ trunk/bugzilla-2.16.7/debian/rules	2005-04-02 10:18:58 UTC (rev 38)
@@ -87,5 +87,8 @@
 	dh_md5sums  -i
 	dh_builddeb  -i
 
+checkpo:
+	for i in po/*.po; do echo "Checking: $$i"; msgfmt -o /dev/null -c --statistics $$i ;done
+
 binary: binary-indep
 .PHONY: build clean binary-indep binary-arch binary install configure