r27622 - in /trunk/libhtml-parser-perl/debian: changelog control patches/series rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Tue Dec 2 05:10:03 UTC 2008


Author: ryan52-guest
Date: Tue Dec  2 05:09:34 2008
New Revision: 27622

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27622
Log:
switch to quilt

Added:
    trunk/libhtml-parser-perl/debian/patches/series
Modified:
    trunk/libhtml-parser-perl/debian/changelog
    trunk/libhtml-parser-perl/debian/control
    trunk/libhtml-parser-perl/debian/rules

Modified: trunk/libhtml-parser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/changelog?rev=27622&op=diff
==============================================================================
--- trunk/libhtml-parser-perl/debian/changelog (original)
+++ trunk/libhtml-parser-perl/debian/changelog Tue Dec  2 05:09:34 2008
@@ -1,9 +1,10 @@
 libhtml-parser-perl (3.59-1) UNRELEASED; urgency=low
 
+  [ Damyan Ivanov ]
   TODO: drop the s/Dump/Dumper/ patch and possibly Suggest libdata-dump-perl
         ref.: #206546
   TODO: add better explaination of htextsub example and forward it upstream
-  TODO: quilt, readme.source 3.8.0
+  TODO: readme.source 3.8.0
 
   * Take over for the Debian Perl Group with eloy's permission
   * New upstream release
@@ -11,7 +12,10 @@
   * adopt debelper 7; adjust rules, control and compat
   * split canges to upstream sources into patches
 
- -- Damyan Ivanov <dmn at debian.org>  Mon, 01 Dec 2008 23:15:48 +0200
+  [ Ryan Niebur ]
+  * switch to quilt
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 01 Dec 2008 21:09:08 -0800
 
 libhtml-parser-perl (3.56-1) unstable; urgency=low
 

Modified: trunk/libhtml-parser-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/control?rev=27622&op=diff
==============================================================================
--- trunk/libhtml-parser-perl/debian/control (original)
+++ trunk/libhtml-parser-perl/debian/control Tue Dec  2 05:09:34 2008
@@ -3,7 +3,7 @@
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Kenneth J. Pronovici <pronovic at debian.org>, Florian Ragwitz <rafl at debianforum.de>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.8.1), libhtml-tagset-perl, libtest-pod-perl, liburi-perl
+Build-Depends: debhelper (>= 7), perl (>= 5.8.1), libhtml-tagset-perl, libtest-pod-perl, liburi-perl, quilt
 Standards-Version: 3.7.2.1
 
 Package: libhtml-parser-perl

Added: trunk/libhtml-parser-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/patches/series?rev=27622&op=file
==============================================================================
--- trunk/libhtml-parser-perl/debian/patches/series (added)
+++ trunk/libhtml-parser-perl/debian/patches/series Tue Dec  2 05:09:34 2008
@@ -1,0 +1,3 @@
+eg___hform.patch
+eg___htextsub.patch
+Parser.pm.patch

Modified: trunk/libhtml-parser-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/rules?rev=27622&op=diff
==============================================================================
--- trunk/libhtml-parser-perl/debian/rules (original)
+++ trunk/libhtml-parser-perl/debian/rules Tue Dec  2 05:09:34 2008
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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