--- libhtml-widget-perl-1.11.orig/debian/rules +++ libhtml-widget-perl-1.11/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +%: + # TEST_POD_COVERAGE=1: coverage tests fail + TEST_POD=1 dh --with quilt $@ --- libhtml-widget-perl-1.11.orig/debian/changelog +++ libhtml-widget-perl-1.11/debian/changelog @@ -0,0 +1,108 @@ +libhtml-widget-perl (1.11-2) unstable; urgency=low + + [ Ryan Niebur ] + * Take over for the Debian Perl Group + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza); + ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian + Perl Group (was: + Debian Catalyst Maintainers ); Debian Catalyst Maintainers + moved to + Uploaders. + * debian/watch: use dist-based URL. + * Remove Florian Ragwitz from Uploaders (Closes: #523383) + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * Refresh rules for debhelper 7. + * Do no longer install README (no useful content). + * Add myself to Uploaders. + * Bump Standards-Version to 3.8.2. + * Convert debian/copyright to proposed machine-readable format. + * Disable POD tests for now: coverage tests fail. + * Add patch to fix whatis entry for HTML::Widget::Manual::Developer + + Add quilt framework, add README.source + + [ gregor herrmann ] + * debian/control: slightly change short and long description. + * New patch pod-coverage-test.patch: use a different environment variable + for pod and pod coverage tests, so we can enable them separately. + + -- Ansgar Burchardt Mon, 20 Jul 2009 15:09:59 +0200 + +libhtml-widget-perl (1.11-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Fri, 9 Mar 2007 23:04:01 +0100 + +libhtml-widget-perl (1.10-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Mon, 2 Oct 2006 12:16:05 +0200 + +libhtml-widget-perl (1.09-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Fri, 22 Sep 2006 11:33:45 +0200 + +libhtml-widget-perl (1.08-1) unstable; urgency=low + + * New upstream release + * debian/control: + + Standards-Version: updated to 3.7.2.1 + * debian/compat: + + Updated to 5 + + -- Krzysztof Krzyzaniak (eloy) Wed, 16 Aug 2006 19:10:55 +0200 + +libhtml-widget-perl (1.07-2) unstable; urgency=low + + * debian/control: Updated dependencies, libclass-data-accessor-perl added + (closes: #365169) + + -- Krzysztof Krzyzaniak (eloy) Fri, 28 Apr 2006 15:23:18 +0200 + +libhtml-widget-perl (1.07-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Thu, 27 Apr 2006 12:44:06 +0200 + +libhtml-widget-perl (1.06-1) unstable; urgency=low + + * New upstream release + * debian/control: libmodule-pluggable-fast-perl and + libtest-nowarnings-perl added to dependencies + + -- Krzysztof Krzyzaniak (eloy) Tue, 11 Apr 2006 20:09:27 +0200 + +libhtml-widget-perl (1.05-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Mon, 13 Mar 2006 16:41:53 +0100 + +libhtml-widget-perl (1.04-1) unstable; urgency=low + + * New upstream release + * debian/rules - some cleaning with make test + + -- Krzysztof Krzyzaniak (eloy) Wed, 8 Feb 2006 23:28:51 +0100 + +libhtml-widget-perl (1.03-1) unstable; urgency=low + + * New upstream release (closes: #351640) + + -- Krzysztof Krzyzaniak (eloy) Fri, 3 Feb 2006 20:10:15 +0100 + +libhtml-widget-perl (1.01-1) unstable; urgency=low + + * Initial release. + + -- Krzysztof Krzyzaniak (eloy) Wed, 11 Jan 2006 16:47:53 +0100 --- libhtml-widget-perl-1.11.orig/debian/watch +++ libhtml-widget-perl-1.11/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 2; this line is compulsory! +version=3 +http://search.cpan.org/dist/HTML-Widget/ .*/HTML-Widget-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) + --- libhtml-widget-perl-1.11.orig/debian/control +++ libhtml-widget-perl-1.11/debian/control @@ -0,0 +1,25 @@ +Source: libhtml-widget-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7) +Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-install-perl, libtest-nowarnings-perl, libhtml-tree-perl, libclass-accessor-perl, libclass-accessor-chained-perl, libemail-valid-perl, libdate-calc-perl, libtest-mockobject-perl, libtest-pod-perl, libhtml-scrubber-perl, libmodule-pluggable-fast-perl, libclass-data-accessor-perl +Maintainer: Debian Perl Group +Uploaders: Krzysztof Krzyzaniak (eloy) , + Ansgar Burchardt +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/HTML-Widget/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-widget-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-widget-perl/ + +Package: libhtml-widget-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libhtml-tree-perl, libclass-accessor-perl, libclass-accessor-chained-perl, libemail-valid-perl, libdate-calc-perl, libtest-mockobject-perl, libhtml-scrubber-perl, libmodule-pluggable-fast-perl, libclass-data-accessor-perl +Description: HTML widget and validation framework + HTML::Widget makes creating and maintaining HTML widgets easy. + . + Everything is optional, use validation only or just generate forms, you can + embed and merge them later. + . + The API was designed similar to other popular modules like + Data::FormValidator and FormValidator::Simple, HTML::FillInForm is also + built in (and much faster). --- libhtml-widget-perl-1.11.orig/debian/copyright +++ libhtml-widget-perl-1.11/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Carl Franks +Upstream-Source: http://search.cpan.org/dist/HTML-Prototype/ +Upstream-Name: HTML-Prototype + +Files: * +Copyright: © 2005-2007, Sebastian Riedel and others +License-Alias: Perl +License: Artistic | GPL-1+ +X-Comment: Years of copyright taken from `Changes' file + +Files: inc/* +Copyright: © 2002-2006, Brian Ingerson, Audrey Tang, Adam Kennedy +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2006-2007, Krzysztof Krzyzaniak (eloy) + © 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' --- libhtml-widget-perl-1.11.orig/debian/libhtml-widget-perl.examples +++ libhtml-widget-perl-1.11/debian/libhtml-widget-perl.examples @@ -0,0 +1 @@ +examples/* --- libhtml-widget-perl-1.11.orig/debian/compat +++ libhtml-widget-perl-1.11/debian/compat @@ -0,0 +1 @@ +7 --- libhtml-widget-perl-1.11.orig/debian/README.source +++ libhtml-widget-perl-1.11/debian/README.source @@ -0,0 +1,6 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. + --- libhtml-widget-perl-1.11.orig/debian/patches/pod-coverage-test.patch +++ libhtml-widget-perl-1.11/debian/patches/pod-coverage-test.patch @@ -0,0 +1,13 @@ +Author: gregor herrmann +Description: use a separate variable to en/disable pod coverage tests + +--- a/t/03podcoverage.t ++++ b/t/03podcoverage.t +@@ -5,6 +5,6 @@ + + eval "use Test::Pod::Coverage 1.04"; + plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@; +-plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD}; ++plan skip_all => 'set TEST_POD_COVERAGE to enable this test' unless $ENV{TEST_POD_COVERAGE}; + + all_pod_coverage_ok(); --- libhtml-widget-perl-1.11.orig/debian/patches/series +++ libhtml-widget-perl-1.11/debian/patches/series @@ -0,0 +1,2 @@ +whatis-entries.patch +pod-coverage-test.patch --- libhtml-widget-perl-1.11.orig/debian/patches/whatis-entries.patch +++ libhtml-widget-perl-1.11/debian/patches/whatis-entries.patch @@ -0,0 +1,14 @@ +From: Ansgar Burchardt +Subject: Fix whatis entries in POD documentation +Date: Mon, 20 Jul 2009 15:06:36 +0200 + +--- libhtml-widget-perl.orig/lib/HTML/Widget/Manual/Developer.pod ++++ libhtml-widget-perl/lib/HTML/Widget/Manual/Developer.pod +@@ -1,6 +1,6 @@ + =head1 NAME + +-HTML::Widget::Manual::Developer ++HTML::Widget::Manual::Developer - information for developers + + =head1 perltidy +