r12393 - in /trunk/libpar-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Jan 10 08:04:12 UTC 2008


Author: dmn
Date: Thu Jan 10 08:04:11 2008
New Revision: 12393

URL: http://svn.debian.org/wsvn/?sc=1&rev=12393
Log:
* debian/rules: stop setting CFLAGS, we don't compile anything

Modified:
    trunk/libpar-perl/debian/changelog
    trunk/libpar-perl/debian/rules

Modified: trunk/libpar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpar-perl/debian/changelog?rev=12393&op=diff
==============================================================================
--- trunk/libpar-perl/debian/changelog (original)
+++ trunk/libpar-perl/debian/changelog Thu Jan 10 08:04:11 2008
@@ -11,6 +11,7 @@
   [ Damyan Ivanov ]
   * clean Uploaders
   * debhelper compatibility level 6
+  * debian/rules: stop setting CFLAGS, we don't compile anything
 
  -- David Paleino <d.paleino at gmail.com>  Sun, 23 Dec 2007 23:05:45 +0100
 

Modified: trunk/libpar-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpar-perl/debian/rules?rev=12393&op=diff
==============================================================================
--- trunk/libpar-perl/debian/rules (original)
+++ trunk/libpar-perl/debian/rules Thu Jan 10 08:04:11 2008
@@ -13,15 +13,6 @@
 include /usr/share/quilt/quilt.make
 
 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: $(QUILT_STAMPFN)




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