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

antgel-guest at users.alioth.debian.org antgel-guest at users.alioth.debian.org
Thu Jul 29 09:51:53 UTC 2010


Author: antgel-guest
Date: Thu Jul 29 09:51:44 2010
New Revision: 60836

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

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

Added: trunk/libhtml-formhandler-model-dbic-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formhandler-model-dbic-perl/debian/changelog?rev=60836&op=file
==============================================================================
--- trunk/libhtml-formhandler-model-dbic-perl/debian/changelog (added)
+++ trunk/libhtml-formhandler-model-dbic-perl/debian/changelog Thu Jul 29 09:51:44 2010
@@ -1,0 +1,5 @@
+libhtml-formhandler-model-dbic-perl (0.12-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Antony Gelberg <antony.gelberg at gmail.com>  Thu, 29 Jul 2010 12:19:33 +0300

Added: trunk/libhtml-formhandler-model-dbic-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formhandler-model-dbic-perl/debian/compat?rev=60836&op=file
==============================================================================
--- trunk/libhtml-formhandler-model-dbic-perl/debian/compat (added)
+++ trunk/libhtml-formhandler-model-dbic-perl/debian/compat Thu Jul 29 09:51:44 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libhtml-formhandler-model-dbic-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formhandler-model-dbic-perl/debian/control?rev=60836&op=file
==============================================================================
--- trunk/libhtml-formhandler-model-dbic-perl/debian/control (added)
+++ trunk/libhtml-formhandler-model-dbic-perl/debian/control Thu Jul 29 09:51:44 2010
@@ -1,0 +1,23 @@
+Source: libhtml-formhandler-model-dbic-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.2.13)
+Build-Depends-Indep: libdatetime-format-mysql-perl,
+ libdatetime-format-sqlite-perl, libdatetime-format-w3cdtf-perl,
+ libdbix-class-perl, libdbix-class-resultset-recursiveupdate-perl (>= 0.012),
+ libhtml-formhandler-perl (>= 0.32000), libmoose-perl (>= 0.90),
+ libnamespace-autoclean-perl (>= 0.09), perl (>= 5.10.0),
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+Maintainer: Antony Gelberg <antony.gelberg at gmail.com>
+Standards-Version: 3.9.0
+Homepage: http://search.cpan.org/dist/HTML-FormHandler-Model-DBIC/
+
+Package: libhtml-formhandler-model-dbic-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libdbix-class-perl,
+ libdbix-class-resultset-recursiveupdate-perl (>= 0.012),
+ libhtml-formhandler-perl (>= 0.32000), libmoose-perl (>= 0.90),
+ libnamespace-autoclean-perl (>= 0.09)
+Description: Model class for FormHandler using DBIx::Class
+ This is a separate DBIx::Class model class for HTML::FormHandler. In addition
+ it contains an example application and a form generator.

Added: trunk/libhtml-formhandler-model-dbic-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formhandler-model-dbic-perl/debian/copyright?rev=60836&op=file
==============================================================================
--- trunk/libhtml-formhandler-model-dbic-perl/debian/copyright (added)
+++ trunk/libhtml-formhandler-model-dbic-perl/debian/copyright Thu Jul 29 09:51:44 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-Model-DBIC/
+Name: HTML-FormHandler-Model-DBIC
+
+Files: *
+Copyright: Gerda Shank
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Antony Gelberg <antony.gelberg at gmail.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-model-dbic-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formhandler-model-dbic-perl/debian/rules?rev=60836&op=file
==============================================================================
--- trunk/libhtml-formhandler-model-dbic-perl/debian/rules (added)
+++ trunk/libhtml-formhandler-model-dbic-perl/debian/rules Thu Jul 29 09:51:44 2010
@@ -1,0 +1,9 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_test:
+	cp $(CURDIR)/t/db/book.db $(CURDIR)/debian/book.db.upstream
+	dh_auto_test
+	mv $(CURDIR)/debian/book.db.upstream $(CURDIR)/t/db/book.db

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

Added: trunk/libhtml-formhandler-model-dbic-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formhandler-model-dbic-perl/debian/watch?rev=60836&op=file
==============================================================================
--- trunk/libhtml-formhandler-model-dbic-perl/debian/watch (added)
+++ trunk/libhtml-formhandler-model-dbic-perl/debian/watch Thu Jul 29 09:51:44 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTML-FormHandler-Model-DBIC/   .*/HTML-FormHandler-Model-DBIC-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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