This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository tecnoballz.
commit fe507dbb3e088735619a254bdb6dd000cabe8a46 Author: Barry deFreese <[email protected]> Date: Thu Apr 16 19:40:26 2009 +0000 * 030_texts_dir.diff - Includes texts subdir in build. --- debian/changelog | 1 + debian/patches/030_texts_dir.diff | 43 +++++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 45 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6efffa4..60cc37a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ tecnoballz (0.92-3) unstable; urgency=low [ 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. diff --git a/debian/patches/030_texts_dir.diff b/debian/patches/030_texts_dir.diff new file mode 100644 index 0000000..49641bb --- /dev/null +++ b/debian/patches/030_texts_dir.diff @@ -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) ++ diff --git a/debian/patches/series b/debian/patches/series index c5be040..0260c03 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ 010_scorefile_path.diff 011_gcc-4.3-fixes.diff 020_level_data.diff +030_texts_dir.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/tecnoballz.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

