r27574 - in /trunk/libcompress-bzip2-perl/debian: changelog rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Dec 1 16:52:06 UTC 2008


Author: ryan52-guest
Date: Mon Dec  1 16:52:02 2008
New Revision: 27574

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27574
Log:
fix debian/rules

Modified:
    trunk/libcompress-bzip2-perl/debian/changelog
    trunk/libcompress-bzip2-perl/debian/rules

Modified: trunk/libcompress-bzip2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-bzip2-perl/debian/changelog?rev=27574&op=diff
==============================================================================
--- trunk/libcompress-bzip2-perl/debian/changelog (original)
+++ trunk/libcompress-bzip2-perl/debian/changelog Mon Dec  1 16:52:02 2008
@@ -1,11 +1,6 @@
 libcompress-bzip2-perl (2.09-2) UNRELEASED; urgency=low
 
   TODO:
-  * debian/rules:
-    - *-stamp files are removed by dh_clean automatically
-    - I don't think we need this DEB_BUILD_OPTIONS (dpkg or dh7 should handle
-      it?)
-    - build: build-stamp \n build-stamp: $(QUILT_STMAPFN)
   * debian/copyright:
     - Upstream-Maintainer: 3 paragraphs to much :)
   * debian/patches/fix*: header have no description

Modified: trunk/libcompress-bzip2-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-bzip2-perl/debian/rules?rev=27574&op=diff
==============================================================================
--- trunk/libcompress-bzip2-perl/debian/rules (original)
+++ trunk/libcompress-bzip2-perl/debian/rules Mon Dec  1 16:52:02 2008
@@ -2,24 +2,13 @@
 
 include /usr/share/quilt/quilt.make
 
-ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
-    CFLAGS += -O0
-else
-    CFLAGS += -O2
-endif
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-    NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-    MAKEFLAGS += -j$(NUMJOBS)
-endif
-
-build: $(QUILT_STAMPFN) build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 
 clean: unpatch
 	dh $@
-	rm -f build-stamp install-stamp
 
 install: install-stamp
 install-stamp: build-stamp




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