r24451 - in /trunk/libhtml-formfu-model-dbic-perl/debian: ./ changelog compat control copyright rules watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri Aug 22 09:40:10 UTC 2008


Author: ansgar-guest
Date: Fri Aug 22 09:40:07 2008
New Revision: 24451

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

Added:
    trunk/libhtml-formfu-model-dbic-perl/debian/
    trunk/libhtml-formfu-model-dbic-perl/debian/changelog
    trunk/libhtml-formfu-model-dbic-perl/debian/compat
    trunk/libhtml-formfu-model-dbic-perl/debian/control
    trunk/libhtml-formfu-model-dbic-perl/debian/copyright
    trunk/libhtml-formfu-model-dbic-perl/debian/rules   (with props)
    trunk/libhtml-formfu-model-dbic-perl/debian/watch

Added: trunk/libhtml-formfu-model-dbic-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-model-dbic-perl/debian/changelog?rev=24451&op=file
==============================================================================
--- trunk/libhtml-formfu-model-dbic-perl/debian/changelog (added)
+++ trunk/libhtml-formfu-model-dbic-perl/debian/changelog Fri Aug 22 09:40:07 2008
@@ -1,0 +1,5 @@
+libhtml-formfu-model-dbic-perl (0.03002-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #495942)
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 21 Aug 2008 13:46:31 +0200

Added: trunk/libhtml-formfu-model-dbic-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-model-dbic-perl/debian/compat?rev=24451&op=file
==============================================================================
--- trunk/libhtml-formfu-model-dbic-perl/debian/compat (added)
+++ trunk/libhtml-formfu-model-dbic-perl/debian/compat Fri Aug 22 09:40:07 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libhtml-formfu-model-dbic-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-model-dbic-perl/debian/control?rev=24451&op=file
==============================================================================
--- trunk/libhtml-formfu-model-dbic-perl/debian/control (added)
+++ trunk/libhtml-formfu-model-dbic-perl/debian/control Fri Aug 22 09:40:07 2008
@@ -1,0 +1,30 @@
+Source: libhtml-formfu-model-dbic-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.1), libdatetime-format-mysql-perl, libdbd-sqlite3-perl, libtask-weaken-perl, libdbix-class-perl (>= 0.08002), libhtml-formfu-perl (>= 0.03002), libtest-mockobject-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.0
+Homepage: http://code.google.com/p/html-formfu/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-formfu-model-dbic-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-model-dbic-perl/
+
+Package: libhtml-formfu-model-dbic-perl
+Architecture: all
+Depends: perl (>= 5.8.1), ${misc:Depends}, libdatetime-format-mysql-perl, libtask-weaken-perl, libdbix-class-perl (>= 0.08002), libhtml-formfu-perl (>= 0.03002)
+Description: integrate HTML::FormFu with DBIx::Class
+ HTML::FormFu is a HTML form framework which aims to be as easy as 
+ possible to use for basic web forms, but with the power and flexibility 
+ to do anything else you might want to do (as long as it involves forms).
+ .
+ You can configure almost any part of formfu's behaviour and output. By 
+ default formfu renders "XHTML 1.0 Strict" compliant markup, with as 
+ little extra markup as possible, but with sufficient CSS class names to 
+ allow for a wide-range of output styles to be generated by changing only 
+ the CSS.
+ .
+ HTML::FormFu::Model::DBIC provides integration with DBIx::Class. It
+ allows to set a forms' default values from a DBIx::Class row object and
+ to update the database from a submitted form.
+

Added: trunk/libhtml-formfu-model-dbic-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-model-dbic-perl/debian/copyright?rev=24451&op=file
==============================================================================
--- trunk/libhtml-formfu-model-dbic-perl/debian/copyright (added)
+++ trunk/libhtml-formfu-model-dbic-perl/debian/copyright Fri Aug 22 09:40:07 2008
@@ -1,0 +1,31 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226
+Upstream-Name: HTML-FormFu-Model-DBIC
+Upstream-Maintainer: Carl Franks <cfranks at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/HTML-FormFu-Model-DBIC/
+
+Files: *
+Copyright: © 2007, Carl Franks
+License: GPL-1+ | Artistic
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself, either Perl version 5.8.8 or,
+ at your option, any later version of Perl 5 you may have available.
+ .
+ Perl is distributed under the GNU General Public License, either version 1 or
+ (at your opinion) any later version, and the Artistic License.
+ .
+ On Debian systems, the complete text of the GNU General Public License can be
+ found in /usr/share/common-licenses/GPL and the Artistic license in
+ /usr/share/common-licenses/Artistic.
+
+Files: inc/*
+Copyright: © 2002-2008, Brian Ingerson, Audrey Tang and Adam Kennedy.
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+Files: debian/*
+Copyright: © 2008, Ansgar Burchardt <ansgar at 43-1.org>
+License: GPL-1+ | Artistic
+ The Debian packaging is free software, you can resistribute it and/or
+ modify it under the same terms as Perl itself.
+

Added: trunk/libhtml-formfu-model-dbic-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-model-dbic-perl/debian/rules?rev=24451&op=file
==============================================================================
--- trunk/libhtml-formfu-model-dbic-perl/debian/rules (added)
+++ trunk/libhtml-formfu-model-dbic-perl/debian/rules Fri Aug 22 09:40:07 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libhtml-formfu-model-dbic-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libhtml-formfu-model-dbic-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-model-dbic-perl/debian/watch?rev=24451&op=file
==============================================================================
--- trunk/libhtml-formfu-model-dbic-perl/debian/watch (added)
+++ trunk/libhtml-formfu-model-dbic-perl/debian/watch Fri Aug 22 09:40:07 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTML-FormFu-Model-DBIC/   .*/HTML-FormFu-Model-DBIC-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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