r16693 - in /trunk/libhtml-clean-perl/debian: changelog control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Mar 7 08:56:30 UTC 2008


Author: dmn
Date: Fri Mar  7 08:56:29 2008
New Revision: 16693

URL: http://svn.debian.org/wsvn/?sc=1&rev=16693
Log:
* add quilt framework

Modified:
    trunk/libhtml-clean-perl/debian/changelog
    trunk/libhtml-clean-perl/debian/control
    trunk/libhtml-clean-perl/debian/rules

Modified: trunk/libhtml-clean-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-clean-perl/debian/changelog?rev=16693&op=diff
==============================================================================
--- trunk/libhtml-clean-perl/debian/changelog (original)
+++ trunk/libhtml-clean-perl/debian/changelog Fri Mar  7 08:56:29 2008
@@ -19,6 +19,7 @@
     + clean-and-pre_282503.patch
     + pod-before-head.patch
   * revert unneeded escaping if double quotes within regular expressions
+  * add quilt framework
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:40 +0200
 

Modified: trunk/libhtml-clean-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-clean-perl/debian/control?rev=16693&op=diff
==============================================================================
--- trunk/libhtml-clean-perl/debian/control (original)
+++ trunk/libhtml-clean-perl/debian/control Fri Mar  7 08:56:29 2008
@@ -7,7 +7,7 @@
 Homepage: http://search.cpan.org/dist/HTML-Clean/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-clean-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-clean-perl/
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: perl (>> 5.8), lynx | lynx-cur
 
 Package: libhtml-clean-perl

Modified: trunk/libhtml-clean-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-clean-perl/debian/rules?rev=16693&op=diff
==============================================================================
--- trunk/libhtml-clean-perl/debian/rules (original)
+++ trunk/libhtml-clean-perl/debian/rules Fri Mar  7 08:56:29 2008
@@ -1,6 +1,8 @@
 #! /usr/bin/make -f
 # -*-makefile-*-
 # debian/rules file for libhtml-clean-perl
+
+include /usr/share/quilt/quilt.make
 
 PERL	?= /usr/bin/perl
 
@@ -8,14 +10,14 @@
 tmp	:= $(CURDIR)/debian/$(package)
 
 build:	build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
 	$(MAKE)
 	$(MAKE) test
 	touch $@
 
-clean:	checkroot
+clean:	checkroot unpatch
 	dh_clean build-stamp
 	# Remove the output from the test
 	rm -f t/testpages/t*.html




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