[SCM] Packaging for quesoglc branch, master, updated. debian/0.7.1-1-8-g0bc8fec

Paul Wise pabs at debian.org
Sat Jul 5 04:28:51 UTC 2008


The following commit has been merged in the master branch:
commit 0bc8fec330b34948c0b94e79c1cfe721a177a602
Author: Paul Wise <pabs at debian.org>
Date:   Sat Jul 5 12:20:09 2008 +0800

    Fix support for noopt in DEB_BUILD_OPTIONS

diff --git a/debian/changelog b/debian/changelog
index 75827f4..3a844e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ quesoglc (0.7.1-2) unstable; urgency=low
   
   [ Paul Wise ]
   * Support parallel=N in DEB_BUILD_OPTIONS
+  * Fix support for noopt in DEB_BUILD_OPTIONS
 
  -- Bradley Smith <brad at brad-smith.co.uk>  Fri, 04 Jul 2008 23:00:40 +0100
 
diff --git a/debian/rules b/debian/rules
index cf4815d..5cf7cdf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/quilt/quilt.make
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-CFLAGS = -O2 -Wall
+CFLAGS = -Wall
 LDFLAGS = -Wl,--as-needed
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))

-- 
Packaging for quesoglc



More information about the Pkg-games-commits mailing list