[SCM] Packaging for Xgalaga branch, master, updated. debian/2.1.1.0-2-14-gacdef1a

Paul Wise pabs at debian.org
Fri Jul 4 15:54:39 UTC 2008


The following commit has been merged in the master branch:
commit acdef1a82ac3cd788dc69cb8b7e0a2cceeb32f22
Author: Paul Wise <pabs at debian.org>
Date:   Fri Jul 4 23:54:10 2008 +0800

    Build with more GCC warnings turned on

diff --git a/debian/changelog b/debian/changelog
index 391c607..051e274 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ xgalaga (2.1.1.0-3) UNRELEASED; urgency=low
   * Drop empty and unused /var/games directory from the package
   * Honour noopt, nostrip, parallel=n in DEB_BUILD_OPTIONS
     - this brings us into line with policy, update Standards-Version
+  * Build with more GCC warnings turned on
 
  -- Paul Wise <pabs at debian.org>  Thu, 03 Jul 2008 00:41:47 +0800
 
diff --git a/debian/rules b/debian/rules
index ff8c96e..caee618 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export CFLAGS=-g -DXF86VIDMODE
+export CFLAGS=-Wall -g -DXF86VIDMODE
 export LDFLAGS=-lXxf86vm
   
 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))

-- 
Packaging for Xgalaga



More information about the Pkg-games-commits mailing list