r310 - website

Marc Brockschmidt he-guest@haydn.debian.org
Tue, 14 Sep 2004 12:30:06 -0600


Author: he-guest
Date: 2004-09-14 12:30:00 -0600 (Tue, 14 Sep 2004)
New Revision: 310

Modified:
   website/rules-template-noxs
Log:
Removed the unbelievable stupid CFLAGS magic from the *noxs* template.


Modified: website/rules-template-noxs
===================================================================
--- website/rules-template-noxs	2004-09-14 18:18:58 UTC (rev 309)
+++ website/rules-template-noxs	2004-09-14 18:30:00 UTC (rev 310)
@@ -13,21 +13,12 @@
 
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
-# Allow disabling build optimation by setting noopt in
-# $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
-
 build: build-stamp
 build-stamp:
 	dh_testdir
 
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)" 
+	$(MAKE)
 
 	touch build-stamp
 
@@ -43,7 +34,7 @@
 	dh_testroot
 	dh_clean -k
 
-	$(MAKE) test
+#	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	
 	#As this is a architecture independent package, we are not supposed to install