Author: vlegout-guest Date: 2010-05-08 15:01:20 +0000 (Sat, 08 May 2010) New Revision: 10970
Added: packages/trunk/billard-gl/debian/patches/06_language_pack.patch Modified: packages/trunk/billard-gl/debian/changelog packages/trunk/billard-gl/debian/patches/series Log: Add 06_language_pack.patch Modified: packages/trunk/billard-gl/debian/changelog =================================================================== --- packages/trunk/billard-gl/debian/changelog 2010-05-02 12:52:03 UTC (rev 10969) +++ packages/trunk/billard-gl/debian/changelog 2010-05-08 15:01:20 UTC (rev 10970) @@ -1,3 +1,10 @@ +billard-gl (1.75-12) UNRELEASED; urgency=low + + * Add 06_language_pack.patch: Fix a segmentation fault due to missing + strings in language files (Closes: #580711) + + -- Vincent Legout <[email protected]> Sat, 08 May 2010 22:29:21 +0800 + billard-gl (1.75-11) unstable; urgency=low [ Gonéri Le bouder ] Added: packages/trunk/billard-gl/debian/patches/06_language_pack.patch =================================================================== --- packages/trunk/billard-gl/debian/patches/06_language_pack.patch (rev 0) +++ packages/trunk/billard-gl/debian/patches/06_language_pack.patch 2010-05-08 15:01:20 UTC (rev 10970) @@ -0,0 +1,56 @@ +Author: Vincent Legout <[email protected]> +Bug-Debian: http://bugs.debian.org/580711 +Description: Fix a segmentation fault due to missing strings in language files + +Index: billard-gl-1.75/lp/901.lang +=================================================================== +--- billard-gl-1.75.orig/lp/901.lang 2010-05-08 22:19:14.075833001 +0800 ++++ billard-gl-1.75/lp/901.lang 2010-05-08 22:19:43.659833001 +0800 +@@ -143,6 +143,8 @@ + 295 Texture Interpolation : + 296 Off + 297 Linear ++298 Standard ++299 High + + 300 Quality : + 301 Very Fast +Index: billard-gl-1.75/lp/904.lang +=================================================================== +--- billard-gl-1.75.orig/lp/904.lang 2010-05-08 22:20:00.947833001 +0800 ++++ billard-gl-1.75/lp/904.lang 2010-05-08 22:20:33.283833001 +0800 +@@ -141,6 +141,8 @@ + 295 Interpolacion de texturas : + 296 No + 297 Lineal ++298 Normal ++299 Alta + + 300 Calidad : + 301 Muy r�pido +Index: billard-gl-1.75/lp/905.lang +=================================================================== +--- billard-gl-1.75.orig/lp/905.lang 2010-05-08 22:21:10.631833001 +0800 ++++ billard-gl-1.75/lp/905.lang 2010-05-08 22:21:48.847833001 +0800 +@@ -141,6 +141,8 @@ + 295 Struktur Interpolation : + 296 Off + 297 Line�r ++298 Standard ++299 High + + 300 Kvalitet : + 301 Meget Hurtig +Index: billard-gl-1.75/lp/907.lang +=================================================================== +--- billard-gl-1.75.orig/lp/907.lang 2010-05-08 22:21:19.331833000 +0800 ++++ billard-gl-1.75/lp/907.lang 2010-05-08 22:21:40.583833001 +0800 +@@ -141,6 +141,8 @@ + 295 Struktur Interpolation : + 296 Off + 297 Line�r ++298 Standard ++299 High + + 300 Kvalitet : + 301 Meget Hurtig Modified: packages/trunk/billard-gl/debian/patches/series =================================================================== --- packages/trunk/billard-gl/debian/patches/series 2010-05-02 12:52:03 UTC (rev 10969) +++ packages/trunk/billard-gl/debian/patches/series 2010-05-08 15:01:20 UTC (rev 10970) @@ -3,4 +3,5 @@ 03_config_buffer_overflows.patch 04_starting_resolution.patch 05_Makefile.patch +06_language_pack.patch 99_cosmetic_fixes.patch
_______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

