r6478 - in packages/trunk/ceferino/debian: . patches

Gonéri LE BOUDER goneri-guest at alioth.debian.org
Mon Apr 7 16:43:40 UTC 2008


Author: goneri-guest
Date: 2008-04-07 16:43:40 +0000 (Mon, 07 Apr 2008)
New Revision: 6478

Modified:
   packages/trunk/ceferino/debian/changelog
   packages/trunk/ceferino/debian/patches/03_fix_typo.diff
   packages/trunk/ceferino/debian/rules
Log:
workaround to generate the .gmo file from the debian/rules

Modified: packages/trunk/ceferino/debian/changelog
===================================================================
--- packages/trunk/ceferino/debian/changelog	2008-04-07 16:08:47 UTC (rev 6477)
+++ packages/trunk/ceferino/debian/changelog	2008-04-07 16:43:40 UTC (rev 6478)
@@ -1,3 +1,11 @@
+ceferino (0.97.8-3) unstable; urgency=low
+
+  * 03_fix_typo.diff changes all the .po files to fix the typo (quite/quiet) 
+  * clean: remove the .gmo files since they are regenerated from the up dated
+    .po files
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Mon, 07 Apr 2008 18:17:50 +0200
+
 ceferino (0.97.8-2) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/trunk/ceferino/debian/patches/03_fix_typo.diff
===================================================================
--- packages/trunk/ceferino/debian/patches/03_fix_typo.diff	2008-04-07 16:08:47 UTC (rev 6477)
+++ packages/trunk/ceferino/debian/patches/03_fix_typo.diff	2008-04-07 16:43:40 UTC (rev 6478)
@@ -9,3 +9,36 @@
  					"house in the countryside"));
  		break;
  
+--- ceferino-0.97.8.orig/po/ca.po
++++ ceferino-0.97.8/po/ca.po
+@@ -208,7 +208,7 @@
+ 
+ #: src/intro.cc:208
+ msgid ""
+-"the cowboy Don Ceferino lived very happy in his quite and modest house in "
++"the cowboy Don Ceferino lived very happy in his quiet and modest house in "
+ "the countryside"
+ msgstr ""
+ "El gautxo Don Ceferino vivia molt feliç al seu tranquil i humil ranxo, al "
+--- ceferino-0.97.8.orig/po/es.po
++++ ceferino-0.97.8/po/es.po
+@@ -208,7 +208,7 @@
+ 
+ #: src/intro.cc:208
+ msgid ""
+-"the cowboy Don Ceferino lived very happy in his quite and modest house in "
++"the cowboy Don Ceferino lived very happy in his quiet and modest house in "
+ "the countryside"
+ msgstr ""
+ "el gaucho don ceferino vivia muy contento en su tranquila y humilde casa de "
+--- ceferino-0.97.8.orig/po/fr.po
++++ ceferino-0.97.8/po/fr.po
+@@ -209,7 +209,7 @@
+ 
+ #: src/intro.cc:208
+ msgid ""
+-"the cowboy Don Ceferino lived very happy in his quite and modest house in "
++"the cowboy Don Ceferino lived very happy in his quiet and modest house in "
+ "the countryside"
+ msgstr ""
+ "le vacher don ceferino vivait heureux dans sa tranquille et modeste maison "

Modified: packages/trunk/ceferino/debian/rules
===================================================================
--- packages/trunk/ceferino/debian/rules	2008-04-07 16:08:47 UTC (rev 6477)
+++ packages/trunk/ceferino/debian/rules	2008-04-07 16:43:40 UTC (rev 6478)
@@ -40,6 +40,9 @@
 
 	$(MAKE)
 	#docbook-to-man debian/ceferino.sgml > ceferino.1
+	msgfmt po/ca.po -o po/ca.gmo
+	msgfmt po/fr.po -o po/fr.gmo
+	msgfmt po/es.po -o po/es.gmo
 
 	touch $@
 
@@ -51,7 +54,8 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp config.log 
+	rm -f build-stamp config.log
+	find ./po/ -name '*.gmo' -exec rm {} \;
 
 	[ ! -f Makefile ] || $(MAKE) distclean
 ifneq ($(wildcard $(AUTOJUNK)),)




More information about the Pkg-games-commits mailing list