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

Miriam Ruiz baby-guest at costa.debian.org
Sat Sep 23 16:40:29 UTC 2006


Author: baby-guest
Date: 2006-09-23 16:40:27 +0000 (Sat, 23 Sep 2006)
New Revision: 1646

Added:
   packages/trunk/ceferino/debian/patches/
   packages/trunk/ceferino/debian/patches/01_es_translation.patch
   packages/trunk/ceferino/debian/patches/series
Removed:
   packages/trunk/ceferino/po/
Modified:
   packages/trunk/ceferino/debian/changelog
   packages/trunk/ceferino/debian/control
   packages/trunk/ceferino/debian/rules
Log:
Modified building system for using quilt.



Modified: packages/trunk/ceferino/debian/changelog
===================================================================
--- packages/trunk/ceferino/debian/changelog	2006-09-23 16:20:28 UTC (rev 1645)
+++ packages/trunk/ceferino/debian/changelog	2006-09-23 16:40:27 UTC (rev 1646)
@@ -1,3 +1,10 @@
+ceferino (0.97.5-2) UNRELEASED; urgency=low
+
+  [Miriam Ruiz]
+  * Modified building system for using quilt.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 23 Sep 2006 18:33:57 +0200
+
 ceferino (0.97.5-1) unstable; urgency=low
 
   * New Upstream Release. (Closes: #381745)

Modified: packages/trunk/ceferino/debian/control
===================================================================
--- packages/trunk/ceferino/debian/control	2006-09-23 16:20:28 UTC (rev 1645)
+++ packages/trunk/ceferino/debian/control	2006-09-23 16:40:27 UTC (rev 1646)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>
-Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, gettext, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev
+Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, gettext, quilt, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev
 Standards-Version: 3.7.2
 
 Package: ceferino
 Architecture: any
-Depends: ceferino-data  (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: ceferino-data (>= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: action game similar to Super Pang
  A game similar to 'Super Pang'. You are attacked by little green balls which
  are bouncing around and which you have to destroy with your knife. Your knife

Added: packages/trunk/ceferino/debian/patches/01_es_translation.patch
===================================================================
--- packages/trunk/ceferino/debian/patches/01_es_translation.patch	                        (rev 0)
+++ packages/trunk/ceferino/debian/patches/01_es_translation.patch	2006-09-23 16:40:27 UTC (rev 1646)
@@ -0,0 +1,54 @@
+diff -ruN ceferino-0.97.5.orig/po/es.po ceferino-0.97.5.new/po/es.po
+--- ceferino-0.97.5.orig/po/es.po	2006-01-28 01:17:02.000000000 +0100
++++ ceferino-0.97.5.new/po/es.po	2006-09-23 18:12:56.000000000 +0200
+@@ -21,7 +21,7 @@
+ #: src/audio.cc:79
+ #, c-format
+ msgid "- Audio system disable from options\n"
+-msgstr "+ Sistema de audio deshabilidado desde opciones\n"
++msgstr "+ Sistema de audio deshabilitado desde opciones\n"
+ 
+ #: src/audio.cc:87
+ #, c-format
+@@ -85,10 +85,10 @@
+ "Programado por:\n"
+ "   Hugo Ruscitti\n"
+ "\n"
+-"Gráficos por:\n"
++"Graficos por:\n"
+ "   Walter Velazquez\n"
+ "\n"
+-"Músicas por:\n"
++"Musicas por:\n"
+ "    Javier Da Silva"
+ 
+ #: src/creditos.cc:189
+@@ -111,8 +111,8 @@
+ "license. please read the copying file to obtain more information."
+ msgstr ""
+ "Licencia:\n"
+-"Este programa es software libre y se distribuye bajo los términos de la "
+-"licencia GPL. Por favor lea el archivo copying para obtener mas información."
++"Este programa es software libre y se distribuye bajo los terminos de la "
++"licencia GPL. Por favor lea el archivo copying para obtener mas informacion."
+ 
+ #: src/final.cc:71
+ #, c-format
+@@ -214,7 +214,7 @@
+ "but one day he reades in the newspaper that aliens were kidnaping all the "
+ "cows around"
+ msgstr ""
+-"pero un dia lee en el periódico que unos extraterrestres estaban "
++"pero un dia lee en el periodico que unos extraterrestres estaban "
+ "secuestrando a todas las vacas de la zona."
+ 
+ #: src/intro.cc:220
+@@ -225,7 +225,7 @@
+ 
+ #: src/intro.cc:226
+ msgid "and kidnapped his only cow."
+-msgstr "y raptan a su única vaca."
++msgstr "y raptan a su unica vaca."
+ 
+ #: src/intro.cc:230
+ msgid ""

Added: packages/trunk/ceferino/debian/patches/series
===================================================================
--- packages/trunk/ceferino/debian/patches/series	                        (rev 0)
+++ packages/trunk/ceferino/debian/patches/series	2006-09-23 16:40:27 UTC (rev 1646)
@@ -0,0 +1 @@
+01_es_translation.patch -p1

Modified: packages/trunk/ceferino/debian/rules
===================================================================
--- packages/trunk/ceferino/debian/rules	2006-09-23 16:20:28 UTC (rev 1645)
+++ packages/trunk/ceferino/debian/rules	2006-09-23 16:40:27 UTC (rev 1646)
@@ -20,6 +20,8 @@
 config.status: configure
 	dh_testdir
 
+	$(MAKE) -f /usr/share/quilt/quilt.make patch
+
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif
@@ -51,6 +53,8 @@
 	-$(MAKE) distclean
 	rm -f config.guess config.sub config.log config.status
 
+	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
+
 	dh_clean 
 
 install: build




More information about the Pkg-games-commits mailing list