Author: bdefreese Date: 2009-03-16 02:37:31 +0000 (Mon, 16 Mar 2009) New Revision: 9150
Removed: packages/trunk/xtux/debian/xtux-client.prerm Modified: packages/trunk/xtux/debian/changelog packages/trunk/xtux/debian/patches/010_data_path.diff packages/trunk/xtux/debian/patches/020_binary_name.diff packages/trunk/xtux/debian/patches/020_disable_ggz.diff packages/trunk/xtux/debian/patches/020_overflows.diff packages/trunk/xtux/debian/patches/020_translate_keys.diff packages/trunk/xtux/debian/patches/030_ggz_fixes.diff Log: * Remove useless prerm script. Add short descriptions for quilt patches. Modified: packages/trunk/xtux/debian/changelog =================================================================== --- packages/trunk/xtux/debian/changelog 2009-03-16 02:17:26 UTC (rev 9149) +++ packages/trunk/xtux/debian/changelog 2009-03-16 02:37:31 UTC (rev 9150) @@ -10,6 +10,7 @@ * Version GPL path in copyright. (GPL-2). * Remove configure generated files on clean. * Add set -e to maintainer scripts. + * Remove useless prerm script. * Fix manpage lintian warning in xtux.6. * Bump Standards Version to 3.8.0. (No changes needed). Modified: packages/trunk/xtux/debian/patches/010_data_path.diff =================================================================== --- packages/trunk/xtux/debian/patches/010_data_path.diff 2009-03-16 02:17:26 UTC (rev 9149) +++ packages/trunk/xtux/debian/patches/010_data_path.diff 2009-03-16 02:37:31 UTC (rev 9150) @@ -1,3 +1,5 @@ +# Re-enable DATADIR setting. + --- xtux-0.2.030306.orig/Makefile +++ xtux-0.2.030306/Makefile @@ -5,9 +5,9 @@ Modified: packages/trunk/xtux/debian/patches/020_binary_name.diff =================================================================== --- packages/trunk/xtux/debian/patches/020_binary_name.diff 2009-03-16 02:17:26 UTC (rev 9149) +++ packages/trunk/xtux/debian/patches/020_binary_name.diff 2009-03-16 02:37:31 UTC (rev 9150) @@ -1,3 +1,5 @@ +#Rename tux_serv to xtux-server binary. + --- xtux-0.2.030306.orig/src/client/menu.c +++ xtux-0.2.030306/src/client/menu.c @@ -726,8 +726,8 @@ Modified: packages/trunk/xtux/debian/patches/020_disable_ggz.diff =================================================================== --- packages/trunk/xtux/debian/patches/020_disable_ggz.diff 2009-03-16 02:17:26 UTC (rev 9149) +++ packages/trunk/xtux/debian/patches/020_disable_ggz.diff 2009-03-16 02:37:31 UTC (rev 9150) @@ -1,3 +1,5 @@ +#Don't build ggz it isn't used. + --- xtux-0.2.030306.orig/Makefile +++ xtux-0.2.030306/Makefile @@ -17,13 +17,13 @@ Modified: packages/trunk/xtux/debian/patches/020_overflows.diff =================================================================== --- packages/trunk/xtux/debian/patches/020_overflows.diff 2009-03-16 02:17:26 UTC (rev 9149) +++ packages/trunk/xtux/debian/patches/020_overflows.diff 2009-03-16 02:37:31 UTC (rev 9150) @@ -1,3 +1,5 @@ +#Change static byte to static int where necessary. + Index: xtux-0.2.030306/src/common/entity_type.c =================================================================== --- xtux-0.2.030306.orig/src/common/entity_type.c 2006-05-16 02:53:15.000000000 +0200 Modified: packages/trunk/xtux/debian/patches/020_translate_keys.diff =================================================================== --- packages/trunk/xtux/debian/patches/020_translate_keys.diff 2009-03-16 02:17:26 UTC (rev 9149) +++ packages/trunk/xtux/debian/patches/020_translate_keys.diff 2009-03-16 02:37:31 UTC (rev 9150) @@ -1,3 +1,5 @@ +#Translate key input. + --- xtux-0.2.030306.orig/src/client/input.c +++ xtux-0.2.030306/src/client/input.c @@ -242,10 +242,54 @@ Modified: packages/trunk/xtux/debian/patches/030_ggz_fixes.diff =================================================================== --- packages/trunk/xtux/debian/patches/030_ggz_fixes.diff 2009-03-16 02:17:26 UTC (rev 9149) +++ packages/trunk/xtux/debian/patches/030_ggz_fixes.diff 2009-03-16 02:37:31 UTC (rev 9150) @@ -1,3 +1,5 @@ +#Fixes for ggz source. + --- xtux-0.2.030306.orig/src/ggz/xtux.dsc +++ xtux-0.2.030306/src/ggz/xtux.dsc @@ -1,9 +1,17 @@ Deleted: packages/trunk/xtux/debian/xtux-client.prerm =================================================================== --- packages/trunk/xtux/debian/xtux-client.prerm 2009-03-16 02:17:26 UTC (rev 9149) +++ packages/trunk/xtux/debian/xtux-client.prerm 2009-03-16 02:37:31 UTC (rev 9150) @@ -1,16 +0,0 @@ -#!/bin/sh - -set -e - -case "$1" in - remove) - #ggz-config --remove --modfile=/etc/ggz/clients/xtux.dsc --force - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

