r10736 - in /desktop/unstable/gdm/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri May 4 05:55:46 UTC 2007


Author: lool
Date: Fri May  4 05:55:46 2007
New Revision: 10736

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10736
Log:
* Pass -Wall to CFLAGS too.

Modified:
    desktop/unstable/gdm/debian/changelog
    desktop/unstable/gdm/debian/rules

Modified: desktop/unstable/gdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/changelog?rev=10736&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/changelog (original)
+++ desktop/unstable/gdm/debian/changelog Fri May  4 05:55:46 2007
@@ -1,8 +1,12 @@
 gdm (2.18.1-3) UNRELEASED; urgency=low
 
+  [ Sam Morris ]
   * Add support for DEB_BUILD_OPTIONS noopt option; closes: #347421.
 
- -- Sam Morris <sam at robots.org.uk>  Thu, 03 May 2007 22:46:17 +0100
+  [ Loic Minier ]
+  * Pass -Wall to CFLAGS too.
+
+ -- Loic Minier <lool at dooz.org>  Fri, 04 May 2007 07:55:32 +0200
 
 gdm (2.18.1-2) unstable; urgency=low
 

Modified: desktop/unstable/gdm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/rules?rev=10736&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/rules (original)
+++ desktop/unstable/gdm/debian/rules Fri May  4 05:55:46 2007
@@ -33,12 +33,7 @@
 
 PATCH_DIR := debian/patches
 
-CFLAGS := -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
+CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 
 patch: patch-stamp
 patch-stamp:




More information about the pkg-gnome-commits mailing list