[SCM] Debian packaging of HTML-FormHandler-Model-DBIC CPAN distribution branch, master, updated. aa22cbb192757f79421f407160f71b566414e29a

Dominique Dumont dod at debian.org
Mon Sep 3 13:45:59 UTC 2012


The following commit has been merged in the master branch:
commit aa22cbb192757f79421f407160f71b566414e29a
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Sep 3 15:37:35 2012 +0200

    added build-dep on sqlite lib

diff --git a/debian/control b/debian/control
index c882fa1..df86fdf 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,12 @@ Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libdatetime-format-mysql-perl,
                      libdatetime-format-sqlite-perl,
                      libdatetime-format-w3cdtf-perl,
+                     libdbd-sqlite3-perl,
                      libdbix-class-perl,
-                     libdbix-class-resultset-recursiveupdate-perl (>= 0.25),
-                     libhtml-formhandler-perl (>= 0.40009),
+                     libdbix-class-resultset-recursiveupdate-perl,
+                     libhtml-formhandler-perl,
                      libmoose-perl (>= 2.0007),
-                     libnamespace-autoclean-perl (>= 0.09),
+                     libnamespace-autoclean-perl,
                      perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-formhandler-model-dbic-perl.git
@@ -23,10 +24,10 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libdbix-class-perl,
-         libdbix-class-resultset-recursiveupdate-perl (>= 0.25),
-         libhtml-formhandler-perl (>= 0.40009),
+         libdbix-class-resultset-recursiveupdate-perl,
+         libhtml-formhandler-perl,
          libmoose-perl (>= 2.0007),
-         libnamespace-autoclean-perl (>= 0.09)
+         libnamespace-autoclean-perl
 Provides: libhtml-formhandler-traitfor-model-dbic-perl
 Description: base class that holds DBIC model role
  HTML::FormHandler::Model::DBIC and

-- 
Debian packaging of HTML-FormHandler-Model-DBIC CPAN distribution



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