r5865 - in packages/trunk/bloboats/debian: . patches

Gonéri LE BOUDER goneri-guest at alioth.debian.org
Wed Feb 20 16:40:01 UTC 2008


Author: goneri-guest
Date: 2008-02-20 16:40:01 +0000 (Wed, 20 Feb 2008)
New Revision: 5865

Modified:
   packages/trunk/bloboats/debian/changelog
   packages/trunk/bloboats/debian/patches/fix_makefile.patch
Log:
update fix_makefile.patch to turn on the sound effects, prepare a new upload

Modified: packages/trunk/bloboats/debian/changelog
===================================================================
--- packages/trunk/bloboats/debian/changelog	2008-02-20 08:33:57 UTC (rev 5864)
+++ packages/trunk/bloboats/debian/changelog	2008-02-20 16:40:01 UTC (rev 5865)
@@ -1,4 +1,4 @@
-bloboats (1.0.1.dsfg-2) UNRELEASED; urgency=low
+bloboats (1.0.1.dsfg-2) unstable; urgency=low
 
   [ William Lima ]
   * Add call to dh_desktop to debian/rules
@@ -17,8 +17,11 @@
   [ Ansgar Burchardt ]
   * Add Icon to .desktop file
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 17 Feb 2008 21:10:31 +0100
+  [ Gonéri Le Bouder ]
+  * update fix_makefile.patch to turn on the sound effects
 
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Wed, 20 Feb 2008 16:38:06 +0000
+
 bloboats (1.0.1.dsfg-1) unstable; urgency=low
 
   [ Gonéri Le Bouder ]

Modified: packages/trunk/bloboats/debian/patches/fix_makefile.patch
===================================================================
--- packages/trunk/bloboats/debian/patches/fix_makefile.patch	2008-02-20 08:33:57 UTC (rev 5864)
+++ packages/trunk/bloboats/debian/patches/fix_makefile.patch	2008-02-20 16:40:01 UTC (rev 5865)
@@ -1,7 +1,7 @@
-Index: bloboats-1.0.1.dfsg/Makefile
+Index: bloboats-1.0.1.dsfg/Makefile
 ===================================================================
---- bloboats-1.0.1.dfsg.orig/Makefile	2006-09-22 08:27:17.000000000 -0400
-+++ bloboats-1.0.1.dfsg/Makefile	2008-02-14 15:01:13.000000000 -0500
+--- bloboats-1.0.1.dsfg.orig/Makefile	2006-09-22 12:27:17.000000000 +0000
++++ bloboats-1.0.1.dsfg/Makefile	2008-02-20 16:37:07.000000000 +0000
 @@ -7,17 +7,19 @@
  ### Installation directory (Installation prefix)
  # If you don't have root privileges, set this to /home/tentacleman/bloboats/
@@ -27,6 +27,18 @@
  
  PRIVATEDIR = ~/.bloboats
  
+@@ -27,9 +29,9 @@
+ # SDL, SDL_image, SDL_mixer and SDL_net to compile. Libvorbis for music support.
+ # OpenGL support.
+ 
+-SOUND = 0
++SOUND = 1
+ NETWORK = 1
+-MUSIC = 0
++MUSIC = 1
+ DEBUG = 0
+ 
+ # Select target system
 @@ -41,7 +43,7 @@
  
  




More information about the Pkg-games-commits mailing list