r7187 - packages/trunk/xdigger/debian
Ansgar Burchardt
ansgar-guest at alioth.debian.org
Thu May 29 17:43:03 UTC 2008
Author: ansgar-guest
Date: 2008-05-29 17:43:03 +0000 (Thu, 29 May 2008)
New Revision: 7187
Modified:
packages/trunk/xdigger/debian/changelog
packages/trunk/xdigger/debian/rules
Log:
clean up debian/rules
Modified: packages/trunk/xdigger/debian/changelog
===================================================================
--- packages/trunk/xdigger/debian/changelog 2008-05-29 17:41:30 UTC (rev 7186)
+++ packages/trunk/xdigger/debian/changelog 2008-05-29 17:43:03 UTC (rev 7187)
@@ -15,6 +15,7 @@
* Remove lintian and linda overrides
* Escape hyphen in man page
* Use quilt for patch management and move all changes to debian/patches
+ * clean up debian/rules
-- Ansgar Burchardt <ansgar at 43-1.org> Sun, 03 Feb 2008 16:42:02 +0100
Modified: packages/trunk/xdigger/debian/rules
===================================================================
--- packages/trunk/xdigger/debian/rules 2008-05-29 17:41:30 UTC (rev 7186)
+++ packages/trunk/xdigger/debian/rules 2008-05-29 17:43:03 UTC (rev 7187)
@@ -6,27 +6,13 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-CFLAGS += -g -Wall -DUSE_STDARG
-ifneq ($(findstring noopt,$(DEB_BUILD_OPTIONS)),)
-CFLAGS += -O0
-else
-CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-INSTALL_PROGRAM += -s
-endif
+CFLAGS += -Wall -DUSE_STDARG
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-# Enable -DUSE_STDARG for all archs, as it seems needed.
-#ifneq (,$(findstring powerpc,$(DEB_HOST_ARCH)))
-#CFLAGS += -DUSE_STDARG
-#endif
-
export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
configure: configure-stamp
configure-stamp: patch
dh_testdir
More information about the Pkg-games-commits
mailing list