r11630 - packages/trunk/snowballz/debian
Peter Pentchev
roam-guest at alioth.debian.org
Fri Jan 7 10:27:26 UTC 2011
Author: roam-guest
Date: 2011-01-07 10:27:24 +0000 (Fri, 07 Jan 2011)
New Revision: 11630
Modified:
packages/trunk/snowballz/debian/changelog
packages/trunk/snowballz/debian/rules
Log:
Remove the CFLAGS processing from a pure Python package :)
Modified: packages/trunk/snowballz/debian/changelog
===================================================================
--- packages/trunk/snowballz/debian/changelog 2011-01-07 10:18:16 UTC (rev 11629)
+++ packages/trunk/snowballz/debian/changelog 2011-01-07 10:27:24 UTC (rev 11630)
@@ -22,6 +22,7 @@
* Bump the debhelper compatibility level to 7 and minimize the rules file
using debhelper override rules.
* Add python:Depends to the binary package now that we run dh_pysupport.
+ * Remove the CFLAGS processing from a Python game's rules file.
-- Peter Pentchev <roam at ringlet.net> Fri, 07 Jan 2011 10:11:22 +0200
Modified: packages/trunk/snowballz/debian/rules
===================================================================
--- packages/trunk/snowballz/debian/rules 2011-01-07 10:18:16 UTC (rev 11629)
+++ packages/trunk/snowballz/debian/rules 2011-01-07 10:27:24 UTC (rev 11630)
@@ -3,14 +3,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
override_dh_auto_build:
override_dh_auto_clean:
More information about the Pkg-games-commits
mailing list