--- libxml-filter-buffertext-perl-1.01.orig/debian/control +++ libxml-filter-buffertext-perl-1.01/debian/control @@ -0,0 +1,22 @@ +Source: libxml-filter-buffertext-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , + Ansgar Burchardt +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/XML-Filter-BufferText/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-filter-buffertext-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-filter-buffertext-perl/ +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libxml-sax-perl (>= 0.10) + +Package: libxml-filter-buffertext-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libxml-sax-perl (>= 0.10) +Description: Perl module for putting all characters into a single event + The XML::Filter::BufferText module is a very simple filter. One common + cause of grief (and programmer error) is that XML parsers aren't required + to provide character events in one chunk. They can, but are not forced + to, and most don't. This filter does the trivial but oft-repeated task + of putting all characters into a single event. --- libxml-filter-buffertext-perl-1.01.orig/debian/copyright +++ libxml-filter-buffertext-perl-1.01/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Robin Berjon +Upstream-Source: http://search.cpan.org/dist/XML-Filter-BufferText/ +Upstream-Name: XML-Filter-BufferText + +Files: * +Copyright: © 2001-2002, Robin Berjon +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2002-2003, Ardo van Rangelrooij + © 2003-2004, Jay Bonci + © 2009, Ansgar Burchardt +License: Artistic | GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libxml-filter-buffertext-perl-1.01.orig/debian/watch +++ libxml-filter-buffertext-perl-1.01/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/XML-Filter-BufferText/ .*/XML-Filter-BufferText-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libxml-filter-buffertext-perl-1.01.orig/debian/compat +++ libxml-filter-buffertext-perl-1.01/debian/compat @@ -0,0 +1 @@ +7 --- libxml-filter-buffertext-perl-1.01.orig/debian/changelog +++ libxml-filter-buffertext-perl-1.01/debian/changelog @@ -0,0 +1,65 @@ +libxml-filter-buffertext-perl (1.01-5) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). + * Set Maintainer to Debian Perl Group. + * Use dist-based URL in debian/watch. + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ansgar Burchardt ] + * debian/control: Mention module name in description. + * Add myself to Uploaders. + * Refresh rules for debhelper 7. + * debian/control: Move debhelper to Build-Depends. + * debian/control: Make build-dep on perl unversioned. + * Bump Standards-Version to 3.8.3. + * Convert debian/copyright to proposed machine-readable format. + * debian/watch: Use extended regexp to match upstream releases. + * debian/control: Remove duplicate Section and Priority fields from binary + package definition. + + -- Ansgar Burchardt Wed, 19 Aug 2009 15:34:27 +0200 + +libxml-filter-buffertext-perl (1.01-4) unstable; urgency=low + + * Adds debian/watch file so uscan will actually work + + -- Jay Bonci Tue, 26 Oct 2004 22:56:50 -0400 + +libxml-filter-buffertext-perl (1.01-3) unstable; urgency=low + + * Removed dependancy on libtest-simple-perl. (Closes: #244471) + - The module did not even use Test::Simple (anymore?) + + -- Jay Bonci Mon, 19 Apr 2004 13:49:20 -0400 + +libxml-filter-buffertext-perl (1.01-2) unstable; urgency=low + + * New Maintainer (Closes: #210522) + * Updated to policy version 3.6.1.0 (No other changes) + * Updated CPAN download URL + * Updated copyright boilerplate to discuss dual nature of of the perl license + * Removed upstream README because all of the information was contained in the POD + * Removed install file as it's now handled automatically + + -- Jay Bonci Sun, 9 Nov 2003 21:41:19 -0500 + +libxml-filter-buffertext-perl (1.01-1) unstable; urgency=low + + * New upstream release + * debian/rules: moved debhelper compatibility level setting to + 'debian/compat' per latest debhelper best practices + * debian/control: updated sections according to latest archive changes: + - 'libxml-filter-buffertext-perl' from 'interpreters' to 'perl' + * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1' + * debian/control: upgraded to Debian Policy 3.6.0 (no changes) + + -- Ardo van Rangelrooij Wed, 3 Sep 2003 15:30:35 -0500 + +libxml-filter-buffertext-perl (1.00-1) unstable; urgency=low + + * Initial release + (closes: Bug#161826) + + -- Ardo van Rangelrooij Sat, 21 Sep 2002 17:15:52 -0500 --- libxml-filter-buffertext-perl-1.01.orig/debian/rules +++ libxml-filter-buffertext-perl-1.01/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@