[SCM] Packaging of Catalyst::Plugin::FillInForm in Debian branch, master, updated. upstream/0.12-11-gfc44934
Ernesto Hernández-No?==?UTF-8?Q?vich
emhnemhn at gmail.com
Sun Mar 10 22:15:15 UTC 2013
The following commit has been merged in the master branch:
commit fc449342d99b005bbff1f9cb0c184302058cab9c
Author: Ernesto Hernández-Novich <emhnemhn at gmail.com>
Date: Sun Mar 10 17:42:55 2013 -0430
Several packaging fixes
* Add comment about Berne convention since there's no copyright
statement in the code.
* Use older copyright notice for Module::Install
* Upstream-Contact is Florian Ragwitz.
* Add TEST_POD in override_dh_auto_test.
* Mention Catalyst::Plugin::FillInForm in the long description.
diff --git a/debian/changelog b/debian/changelog
index 402b666..1d55c8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,6 @@
libcatalyst-plugin-fillinform-perl (0.12-1) UNRELEASED; urgency=low
TODO:
- - d/copyright:
- + there's no copyright statement in the code; add the Comment about the
- Berne convention (cf. eg. pmuninstall/debian/copyright)
- + Module::Install seems to be -2009 (older version)
- + Upstream-Contact seems to be Florian Ragwitz
- - d/rules: I'd put the TEST_POD into override_dh_auto_test
- - d/control: please mention "Catalyst::Plugin::FillInForm" once in the long
- description
- pristine-tar branch lacks 0.12 release
* Initial Release (Closes: #702481).
diff --git a/debian/control b/debian/control
index c09fa8d..62641d9 100644
--- a/debian/control
+++ b/debian/control
@@ -22,11 +22,11 @@ Depends: ${misc:Depends}, ${perl:Depends},
libcatalyst-perl,
libhtml-fillinform-perl
Description: module providing Fill-In-Form for Catalyst
- Automatically insert data from a previous HTML form into HTML input fields,
- textarea fields, radio buttons, checkboxes, and select tags. It is an
- instance of HTML::FillInForm, which itself is a subclass of HTML::Parser,
- which it uses to parse the HTML and insert the values into the proper
- form tags.
+ Catalyst::Plugin::FillInForm allows automatic insertion of data from
+ a previous HTML form into HTML input fields, textarea fields, radio buttons,
+ checkboxes, and select tags. It is an instance of HTML::FillInForm, which
+ itself is a subclass of HTML::Parser, which it uses to parse the HTML and
+ insert the values into the proper form tags.
.
The usual application is after a user submits an HTML form without filling
out a required field, or with errors in fields having specified constraints.
diff --git a/debian/copyright b/debian/copyright
index 0191d07..dbd6c5e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,18 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Contact: Sebastian Riedel <sri at cpan.org>
+Upstream-Contact: Florian Ragwitz <rafl at debian.org>
Source: https://metacpan.org/release/Catalyst-Plugin-FillInForm/
Upstream-Name: Catalyst-Plugin-FillInForm
Files: *
Copyright: 2005-2009, Sebastian Riedel <sri at cpan.org>,
License: Artistic or GPL-1+
+Comment: The upstream distribution does not contain an explicit statement of
+ copyright ownership. Pursuant to the Berne Convention for the Protection of
+ Literary and Artistic Works, it is assumed that all content is copyright by
+ its respective authors unless otherwise stated.
Files: inc/Module/*
-Copyright: 2002-2012, Adam Kennedy <adamk at cpan.org>
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
2002-2012, Audrey Tang <autrijus at autrijus.org>
2002-2012, Brian Ingerson <ingy at cpan.org>
License: Artistic or GPL-1+
diff --git a/debian/rules b/debian/rules
index 371aee8..e4ea2d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
#!/usr/bin/make -f
%:
- TEST_POD=1 dh $@
+ dh $@
+
+override_dh_auto_test:
+ TEST_POD=1 dh_auto_test
--
Packaging of Catalyst::Plugin::FillInForm in Debian
More information about the Pkg-perl-cvs-commits
mailing list