r7156 - packages/trunk/pokerth/debian

Evgeni Golov sargentd-guest at alioth.debian.org
Thu May 22 18:43:15 UTC 2008


Author: sargentd-guest
Date: 2008-05-22 18:43:14 +0000 (Thu, 22 May 2008)
New Revision: 7156

Modified:
   packages/trunk/pokerth/debian/changelog
   packages/trunk/pokerth/debian/rules
Log:
don't set CFLAGS in debian/rules


Modified: packages/trunk/pokerth/debian/changelog
===================================================================
--- packages/trunk/pokerth/debian/changelog	2008-05-22 17:12:51 UTC (rev 7155)
+++ packages/trunk/pokerth/debian/changelog	2008-05-22 18:43:14 UTC (rev 7156)
@@ -9,8 +9,10 @@
     + Remove the OpenSSL exception, we link against GnuTLS now.
   * debian/patches/:
     + Refresh 02_use_dejavu_fonts and 03_use_--as-needed.
+  * debian/rules:
+    + Don't set CFLAGS, let dpkg handle it.
 
- -- Evgeni Golov <sargentd at die-welt.net>  Thu, 22 May 2008 17:05:13 +0200
+ -- Evgeni Golov <sargentd at die-welt.net>  Thu, 22 May 2008 20:42:11 +0200
 
 pokerth (0.6.1-2) unstable; urgency=low
 

Modified: packages/trunk/pokerth/debian/rules
===================================================================
--- packages/trunk/pokerth/debian/rules	2008-05-22 17:12:51 UTC (rev 7155)
+++ packages/trunk/pokerth/debian/rules	2008-05-22 18:43:14 UTC (rev 7156)
@@ -4,21 +4,12 @@
 
 include /usr/share/dpatch/dpatch.make
 
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
 configure: configure-stamp
 configure-stamp: patch
 	dh_testdir
 	qmake-qt4 pokerth.pro
 	touch configure-stamp
 
-
 build: build-stamp
 
 build-stamp: configure-stamp




More information about the Pkg-games-commits mailing list