[SCM] Debian packaging of libhtml-formfu-model-dbic-perl branch, master, updated. c641bd29a7c98b526833f8ce4803a38523e54498

gregor herrmann gregoa at debian.org
Thu Jul 5 20:31:54 UTC 2012


The following commit has been merged in the master branch:
commit 48760312fbd8006dacff3b23b7f4d2cb0a06c3f3
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:33:11 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 6222f92..1211d1b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,37 +1,39 @@
 Source: libhtml-formfu-model-dbic-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at debian.org>,
+           Brian Cassidy <brian.cassidy at gmail.com>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl,
- libdatetime-format-sqlite-perl,
- libsql-translator-perl,
- libdbd-sqlite3-perl,
- libdbix-class-perl (>= 0.08108),
- libhtml-formfu-perl (>= 0.09001),
- liblist-moreutils-perl,
- libtask-weaken-perl,
- libyaml-syck-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ansgar Burchardt <ansgar at debian.org>,
- Brian Cassidy <brian.cassidy at gmail.com>,
- gregor herrmann <gregoa at debian.org>
+                     libdatetime-format-sqlite-perl,
+                     libsql-translator-perl,
+                     libdbd-sqlite3-perl,
+                     libdbix-class-perl,
+                     libhtml-formfu-perl (>= 0.09001),
+                     liblist-moreutils-perl,
+                     libtask-weaken-perl,
+                     libyaml-syck-perl
 Standards-Version: 3.9.2
-Homepage: http://www.formfu.org/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-formfu-model-dbic-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-formfu-model-dbic-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-formfu-model-dbic-perl.git
+Homepage: http://www.formfu.org/
 
 Package: libhtml-formfu-model-dbic-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libdbd-sqlite3-perl,
- libdbix-class-perl (>= 0.08108),
- libhtml-formfu-perl (>= 0.09001),
- liblist-moreutils-perl,
- libtask-weaken-perl,
- libyaml-syck-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libdbd-sqlite3-perl,
+         libdbix-class-perl,
+         libhtml-formfu-perl (>= 0.09001),
+         liblist-moreutils-perl,
+         libtask-weaken-perl,
+         libyaml-syck-perl
 Description: module to integrate HTML::FormFu with DBIx::Class
  HTML::FormFu is a HTML form creation, rendering and validation framework.
  .
  This package contains the HTML::FormFu::Model::DBIC module, providing
  integration with DBIx::Class. It allows to set a form's default values from a
  DBIx::Class row object and to update the database from a submitted form.
+

-- 
Debian packaging of libhtml-formfu-model-dbic-perl



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