r36250 - in /trunk/libsyntax-highlight-engine-simple-languages-perl/debian: changelog rules

bremner-guest at users.alioth.debian.org bremner-guest at users.alioth.debian.org
Sat May 23 20:07:13 UTC 2009


Author: bremner-guest
Date: Sat May 23 20:07:08 2009
New Revision: 36250

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36250
Log:
remove CFLAGS from debian/rules

Modified:
    trunk/libsyntax-highlight-engine-simple-languages-perl/debian/changelog
    trunk/libsyntax-highlight-engine-simple-languages-perl/debian/rules

Modified: trunk/libsyntax-highlight-engine-simple-languages-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-languages-perl/debian/changelog?rev=36250&op=diff
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-languages-perl/debian/changelog (original)
+++ trunk/libsyntax-highlight-engine-simple-languages-perl/debian/changelog Sat May 23 20:07:08 2009
@@ -16,7 +16,6 @@
   - hm, ok, debian/TODO says something about this but still, it doesn't look
     good to have tools and work around them IMO
 
-  - debian/rules: I don't think we need CFLAGS
   - Standards-Version
   - would it be possible to add a watch file?
   - the modules are built twice, I think ansgar has fixed this in

Modified: trunk/libsyntax-highlight-engine-simple-languages-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-languages-perl/debian/rules?rev=36250&op=diff
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-languages-perl/debian/rules (original)
+++ trunk/libsyntax-highlight-engine-simple-languages-perl/debian/rules Sat May 23 20:07:08 2009
@@ -3,13 +3,6 @@
 CFLAGS = -Wall -g
 PERL5LIB=$(CURDIR)/debian/libsyntax-highlight-engine-simple-languages-perl/usr/share/perl5/
 DESTDIR=$(CURDIR)/debian/libsyntax-highlight-engine-simple-languages-perl/
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
 
 configure: configure-stamp
 configure-stamp:
@@ -28,7 +21,6 @@
 	rm -rf build-area
 	dh_clean
 
-	
 binary-indep: build
 	dh_testdir
 	dh_testroot




More information about the Pkg-perl-cvs-commits mailing list