r70982 - in /trunk/libhtml-form-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed Mar 9 17:38:38 UTC 2011


Author: periapt-guest
Date: Wed Mar  9 17:38:23 2011
New Revision: 70982

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70982
Log:
[svn-inject] Applying Debian modifications (6.00-1) to trunk

Added:
    trunk/libhtml-form-perl/debian/
    trunk/libhtml-form-perl/debian/changelog
    trunk/libhtml-form-perl/debian/compat
    trunk/libhtml-form-perl/debian/control
    trunk/libhtml-form-perl/debian/copyright
    trunk/libhtml-form-perl/debian/rules   (with props)
    trunk/libhtml-form-perl/debian/source/
    trunk/libhtml-form-perl/debian/source/format
    trunk/libhtml-form-perl/debian/watch

Added: trunk/libhtml-form-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-form-perl/debian/changelog?rev=70982&op=file
==============================================================================
--- trunk/libhtml-form-perl/debian/changelog (added)
+++ trunk/libhtml-form-perl/debian/changelog Wed Mar  9 17:38:23 2011
@@ -1,0 +1,7 @@
+libhtml-form-perl (6.00-1) UNRELEASED; urgency=low
+ 
+  WAITS-FOR: libhttp-request-perl, libhttp-request-common-perl
+
+  * Initial Release (Closes: #617541).
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 9 Mar 2011 16:12:40 +0000

Added: trunk/libhtml-form-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-form-perl/debian/compat?rev=70982&op=file
==============================================================================
--- trunk/libhtml-form-perl/debian/compat (added)
+++ trunk/libhtml-form-perl/debian/compat Wed Mar  9 17:38:23 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libhtml-form-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-form-perl/debian/control?rev=70982&op=file
==============================================================================
--- trunk/libhtml-form-perl/debian/control (added)
+++ trunk/libhtml-form-perl/debian/control Wed Mar  9 17:38:23 2011
@@ -1,0 +1,25 @@
+Source: libhtml-form-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, liburi-perl, libhtml-parser-perl,
+ libhttp-request-perl, libhttp-request-common-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/HTML-Form/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-form-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-form-perl/
+
+Package: libhtml-form-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl, libhtml-parser-perl,
+ libhttp-request-perl, libhttp-request-common-perl
+Replaces: libwww-perl (<< 6.00)
+Breaks: libwww-perl (<< 6.00)
+Description: module that represents an HTML form element
+ Objects of the HTML::Form class represents a single HTML <form> ... </form>
+ instance. A form consists of a sequence of inputs that usually have names,
+ and which can take on various values. The state of a form can be tweaked and
+ it can then be asked to provide HTTP::Request objects that can be passed to
+ the request() method of LWP::UserAgent.

Added: trunk/libhtml-form-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-form-perl/debian/copyright?rev=70982&op=file
==============================================================================
--- trunk/libhtml-form-perl/debian/copyright (added)
+++ trunk/libhtml-form-perl/debian/copyright Wed Mar  9 17:38:23 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Gisle Aas <gisle at activestate.com>
+Source: http://search.cpan.org/dist/HTML-Form/
+Name: HTML-Form
+
+Files: *
+Copyright: 1998-2008, Gisle Aas <gisle at activestate.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libhtml-form-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-form-perl/debian/rules?rev=70982&op=file
==============================================================================
--- trunk/libhtml-form-perl/debian/rules (added)
+++ trunk/libhtml-form-perl/debian/rules Wed Mar  9 17:38:23 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libhtml-form-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libhtml-form-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-form-perl/debian/source/format?rev=70982&op=file
==============================================================================
--- trunk/libhtml-form-perl/debian/source/format (added)
+++ trunk/libhtml-form-perl/debian/source/format Wed Mar  9 17:38:23 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libhtml-form-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-form-perl/debian/watch?rev=70982&op=file
==============================================================================
--- trunk/libhtml-form-perl/debian/watch (added)
+++ trunk/libhtml-form-perl/debian/watch Wed Mar  9 17:38:23 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTML-Form/   .*/HTML-Form-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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