r57439 - in /trunk/libhtml-formhandler-perl/debian: ./ changelog compat control copyright libhtml-formhandler-perl.docs rules watch

antgel-guest at users.alioth.debian.org antgel-guest at users.alioth.debian.org
Tue May 4 12:57:55 UTC 2010


Author: antgel-guest
Date: Tue May  4 12:57:46 2010
New Revision: 57439

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

Added:
    trunk/libhtml-formhandler-perl/debian/
    trunk/libhtml-formhandler-perl/debian/changelog
    trunk/libhtml-formhandler-perl/debian/compat
    trunk/libhtml-formhandler-perl/debian/control
    trunk/libhtml-formhandler-perl/debian/copyright
    trunk/libhtml-formhandler-perl/debian/libhtml-formhandler-perl.docs
    trunk/libhtml-formhandler-perl/debian/rules   (with props)
    trunk/libhtml-formhandler-perl/debian/watch

Added: trunk/libhtml-formhandler-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formhandler-perl/debian/changelog?rev=57439&op=file
==============================================================================
--- trunk/libhtml-formhandler-perl/debian/changelog (added)
+++ trunk/libhtml-formhandler-perl/debian/changelog Tue May  4 12:57:46 2010
@@ -1,0 +1,5 @@
+libhtml-formhandler-perl (0.31002-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Antony Gelberg <antony.gelberg at wayforth.com>  Tue, 4 May 2010 15:36:04 +0300

Added: trunk/libhtml-formhandler-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formhandler-perl/debian/compat?rev=57439&op=file
==============================================================================
--- trunk/libhtml-formhandler-perl/debian/compat (added)
+++ trunk/libhtml-formhandler-perl/debian/compat Tue May  4 12:57:46 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libhtml-formhandler-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formhandler-perl/debian/control?rev=57439&op=file
==============================================================================
--- trunk/libhtml-formhandler-perl/debian/control (added)
+++ trunk/libhtml-formhandler-perl/debian/control Tue May  4 12:57:46 2010
@@ -1,0 +1,38 @@
+Source: libhtml-formhandler-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.2.13)
+Build-Depends-Indep: libaliased-perl, libdatetime-perl, libfile-sharedir-perl,
+ libmoose-perl (>= 0.90), libmoosex-getopt-perl (>= 0.16), libmoosex-traits-perl,
+ libmoosex-types-common-perl, libmoosex-types-perl (>= 0.20),
+ libnamespace-autoclean-perl (>= 0.09), libtest-differences-perl,
+ libtest-exception-perl, libtry-tiny-perl, perl (>= 5.10.0),
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Antony Gelberg <antony.gelberg at wayforth.com>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/HTML-FormHandler/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-formhandler-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-formhandler-perl/
+
+Package: libhtml-formhandler-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libaliased-perl, libdatetime-perl,
+ libfile-sharedir-perl, libmoose-perl (>= 0.90), libmoosex-getopt-perl (>= 0.16),
+ libmoosex-traits-perl, libmoosex-types-common-perl,
+ libmoosex-types-perl (>= 0.20), libnamespace-autoclean-perl (>= 0.09),
+ libtry-tiny-perl, perl
+Description: form handler written in Moose
+ HTML::FormHandler maintains a clean separation between form construction and
+ form rendering. It allows you to define your forms and fields in a number of
+ flexible ways. Although it provides renderers for HTML, you can define custom
+ renderers for any kind of presentation.
+ .
+ Although documentation in this file provides some overview, it is mainly
+ intended for API documentation. See HTML::FormHandler::Manual::Intro for a
+ more detailed introduction.
+ .
+ HTML::FormHandler allows you to define form fields and validators. It can be
+ used for both database and non-database forms, and will automatically update
+ or create rows in a database. It can be used to process structured data that
+ doesn't come from an HTML form.

Added: trunk/libhtml-formhandler-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formhandler-perl/debian/copyright?rev=57439&op=file
==============================================================================
--- trunk/libhtml-formhandler-perl/debian/copyright (added)
+++ trunk/libhtml-formhandler-perl/debian/copyright Tue May  4 12:57:46 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Gerda Shank
+Source: http://search.cpan.org/dist/HTML-FormHandler/
+Name: HTML-FormHandler
+
+Files: *
+Copyright: Gerda Shank
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Antony Gelberg <antony.gelberg at wayforth.com>
+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 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'

Added: trunk/libhtml-formhandler-perl/debian/libhtml-formhandler-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formhandler-perl/debian/libhtml-formhandler-perl.docs?rev=57439&op=file
==============================================================================
--- trunk/libhtml-formhandler-perl/debian/libhtml-formhandler-perl.docs (added)
+++ trunk/libhtml-formhandler-perl/debian/libhtml-formhandler-perl.docs Tue May  4 12:57:46 2010
@@ -1,0 +1,2 @@
+README
+TODO

Added: trunk/libhtml-formhandler-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formhandler-perl/debian/rules?rev=57439&op=file
==============================================================================
--- trunk/libhtml-formhandler-perl/debian/rules (added)
+++ trunk/libhtml-formhandler-perl/debian/rules Tue May  4 12:57:46 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libhtml-formhandler-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formhandler-perl/debian/watch?rev=57439&op=file
==============================================================================
--- trunk/libhtml-formhandler-perl/debian/watch (added)
+++ trunk/libhtml-formhandler-perl/debian/watch Tue May  4 12:57:46 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTML-FormHandler/   .*/HTML-FormHandler-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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