r16088 - in /trunk/libhtml-fillinform-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Mar 1 21:23:54 UTC 2008


Author: gregoa-guest
Date: Sat Mar  1 21:23:53 2008
New Revision: 16088

URL: http://svn.debian.org/wsvn/?sc=1&rev=16088
Log:
debian/rules: remove CFLAGS.

Modified:
    trunk/libhtml-fillinform-perl/debian/changelog
    trunk/libhtml-fillinform-perl/debian/rules

Modified: trunk/libhtml-fillinform-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-fillinform-perl/debian/changelog?rev=16088&op=diff
==============================================================================
--- trunk/libhtml-fillinform-perl/debian/changelog (original)
+++ trunk/libhtml-fillinform-perl/debian/changelog Sat Mar  1 21:23:53 2008
@@ -8,8 +8,9 @@
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 6.
   * debian/copyright: change upstream source URL, convert to new format.
+  * debian/rules: remove CFLAGS.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Mar 2008 22:21:05 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Mar 2008 22:21:38 +0100
 
 libhtml-fillinform-perl (2.00-1) unstable; urgency=low
 

Modified: trunk/libhtml-fillinform-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-fillinform-perl/debian/rules?rev=16088&op=diff
==============================================================================
--- trunk/libhtml-fillinform-perl/debian/rules (original)
+++ trunk/libhtml-fillinform-perl/debian/rules Sat Mar  1 21:23:53 2008
@@ -18,15 +18,6 @@
 endif
 
 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:




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