r12670 - in packages/trunk/amphetamine/debian: . patches

Michael Gilbert gilbert-guest at alioth.debian.org
Sun Sep 11 22:40:35 UTC 2011


Author: gilbert-guest
Date: 2011-09-11 22:40:35 +0000 (Sun, 11 Sep 2011)
New Revision: 12670

Modified:
   packages/trunk/amphetamine/debian/changelog
   packages/trunk/amphetamine/debian/patches/000_data_path.diff
Log:
use -iquote and -Wno-write-strings build flags

Modified: packages/trunk/amphetamine/debian/changelog
===================================================================
--- packages/trunk/amphetamine/debian/changelog	2011-09-11 22:40:32 UTC (rev 12669)
+++ packages/trunk/amphetamine/debian/changelog	2011-09-11 22:40:35 UTC (rev 12670)
@@ -1,6 +1,7 @@
 amphetamine (0.8.10-16) unstable; urgency=low
 
   * build-depend on libc6-dev-i386 (closes: #640554). 
+  * use -iquote and -Wno-write-strings build flags.
   * bump standards version to 3.9.2.
 
  -- Michael Gilbert <michael.s.gilbert at gmail.com>  Sun, 11 Sep 2011 18:18:38 -0400

Modified: packages/trunk/amphetamine/debian/patches/000_data_path.diff
===================================================================
--- packages/trunk/amphetamine/debian/patches/000_data_path.diff	2011-09-11 22:40:32 UTC (rev 12669)
+++ packages/trunk/amphetamine/debian/patches/000_data_path.diff	2011-09-11 22:40:35 UTC (rev 12670)
@@ -18,7 +18,7 @@
  # Directories to search for header files
  
 -SEARCHDIRS := -I${MYCODEDIR} ${SDL_HEADERS}
-+SEARCHDIRS := -I- -I${MYCODEDIR} -I/usr/include/SDL 
++SEARCHDIRS := -iquote . -I${MYCODEDIR} -I/usr/include/SDL -Wno-write-strings
  
  # makemake variables
  




More information about the Pkg-games-commits mailing list