r9601 - in packages/trunk/tecnoballz/debian: . patches

Barry deFreese bdefreese at alioth.debian.org
Thu Apr 16 19:40:27 UTC 2009


Author: bdefreese
Date: 2009-04-16 19:40:26 +0000 (Thu, 16 Apr 2009)
New Revision: 9601

Added:
   packages/trunk/tecnoballz/debian/patches/030_texts_dir.diff
Modified:
   packages/trunk/tecnoballz/debian/changelog
   packages/trunk/tecnoballz/debian/patches/series
Log:
  * 030_texts_dir.diff - Includes texts subdir in build.


Modified: packages/trunk/tecnoballz/debian/changelog
===================================================================
--- packages/trunk/tecnoballz/debian/changelog	2009-04-16 18:45:55 UTC (rev 9600)
+++ packages/trunk/tecnoballz/debian/changelog	2009-04-16 19:40:26 UTC (rev 9601)
@@ -13,6 +13,7 @@
   [ Barry deFreese ]
   * Add myself to uploaders.
   * 020_level_data.diff - Include levels-data.xml file.
+  * 030_texts_dir.diff - Includes texts subdir in build.
   * Move desktop file and icon under debian/ dir.
   * Add autoconf and automake to build-deps and autoreconf on build.
   * Clean up rules file and use .install files.

Added: packages/trunk/tecnoballz/debian/patches/030_texts_dir.diff
===================================================================
--- packages/trunk/tecnoballz/debian/patches/030_texts_dir.diff	                        (rev 0)
+++ packages/trunk/tecnoballz/debian/patches/030_texts_dir.diff	2009-04-16 19:40:26 UTC (rev 9601)
@@ -0,0 +1,43 @@
+Index: tecnoballz-0.92/configure.ac
+===================================================================
+--- tecnoballz-0.92.orig/configure.ac	2009-04-16 15:35:02.000000000 -0400
++++ tecnoballz-0.92/configure.ac	2009-04-16 15:35:33.000000000 -0400
+@@ -81,5 +81,5 @@
+ 
+ 
+ dnl  Output makefiles
+-AC_OUTPUT(Makefile src/Makefile src/TecnoballZ/Makefile src/TecnoballZ/hires/Makefile src/TecnoballZ/lores/Makefile src/TecnoballZ/textures/Makefile src/TecnoballZ/musics/Makefile src/TecnoballZ/sounds/Makefile)
++AC_OUTPUT(Makefile src/Makefile src/TecnoballZ/Makefile src/TecnoballZ/hires/Makefile src/TecnoballZ/lores/Makefile src/TecnoballZ/textures/Makefile src/TecnoballZ/musics/Makefile src/TecnoballZ/sounds/Makefile src/TecnoballZ/texts/Makefile)
+ 
+Index: tecnoballz-0.92/src/TecnoballZ/Makefile.am
+===================================================================
+--- tecnoballz-0.92.orig/src/TecnoballZ/Makefile.am	2009-04-16 15:35:46.000000000 -0400
++++ tecnoballz-0.92/src/TecnoballZ/Makefile.am	2009-04-16 15:36:10.000000000 -0400
+@@ -1,6 +1,6 @@
+ NULL =
+ 
+-SUBDIRS = lores hires textures sounds musics
++SUBDIRS = lores hires textures sounds musics texts
+ 
+ pkgdatadir = $(datadir)/tecnoballz
+ dist_pkgdata_DATA = \
+Index: tecnoballz-0.92/src/TecnoballZ/texts/Makefile.am
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ tecnoballz-0.92/src/TecnoballZ/texts/Makefile.am	2009-04-16 15:37:27.000000000 -0400
+@@ -0,0 +1,15 @@
++NULL =
++pkgdatadir = $(datadir)/tecnoballz/texts
++dist_pkgdata_DATA = \
++	main_menu_en.txt \
++	main_menu_fr.txt \
++	popup_menu_en.txt \
++	popup_menu_fr.txt \
++	scrolltext_en.txt \
++	scrolltext_fr.txt \
++	shop_en.txt \
++	shop_fr.txt \
++	short_info_messages_en.txt \
++	short_info_messages_fr.txt \
++	$(NULL)
++

Modified: packages/trunk/tecnoballz/debian/patches/series
===================================================================
--- packages/trunk/tecnoballz/debian/patches/series	2009-04-16 18:45:55 UTC (rev 9600)
+++ packages/trunk/tecnoballz/debian/patches/series	2009-04-16 19:40:26 UTC (rev 9601)
@@ -1,3 +1,4 @@
 010_scorefile_path.diff
 011_gcc-4.3-fixes.diff
 020_level_data.diff
+030_texts_dir.diff




More information about the Pkg-games-commits mailing list