[SCM] Debian packaging of DBIx-Class-Helpers CPAN distribution branch, master, updated. debian/2.007004-1-7-ge3b37a2

Fabrizio Regalli fabreg at fabreg.it
Sat May 26 15:32:23 UTC 2012


The following commit has been merged in the master branch:
commit e3b37a2f052ac66347415f7559c05bdc5ef00b24
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Sat May 26 17:32:00 2012 +0200

    debian/control: changed B-D-I and Depends
    
    * debian/control:
       + added version (>= 6.04) to libcarp-clan-perl in B-D-I and Depends
       + added libnamespace-clean-perl (>= 0.23) to B-D-I and Depends
       + added libtest-deep-perl, libtest-exception-perl to Depends

diff --git a/debian/changelog b/debian/changelog
index e4b8828..e0187ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ libdbix-class-helpers-perl (2.010000-1) UNRELEASED; urgency=low
 
   * Imported Upstream version 2.010000
   * Added myself to Uploaders and Copyright
+  * debian/control:
+     + added version (>= 6.04) to libcarp-clan-perl in B-D-I and Depends
+     + added libnamespace-clean-perl (>= 0.23) to B-D-I and Depends
+     + added libtest-deep-perl, libtest-exception-perl to Depends
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Sat, 26 May 2012 17:09:41 +0200
 
diff --git a/debian/control b/debian/control
index 32b07f4..a85c0e1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,12 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>, Fabrizio Regalli <fabreg at fabreg.it>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libcarp-clan-perl,
+Build-Depends-Indep: libcarp-clan-perl (>= 6.04),
  libdbd-sqlite3-perl,
  libdbix-class-candy-perl,
  libdbix-class-perl (>= 0.08127),
  liblingua-en-inflect-perl,
+ libnamespace-clean-perl (>= 0.23),
  libstring-camelcase-perl,
  libsub-exporter-perl,
  libtest-deep-perl,
@@ -22,13 +23,16 @@ Homepage: http://search.cpan.org/dist/DBIx-Class-Helpers/
 Package: libdbix-class-helpers-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libcarp-clan-perl,
+ libcarp-clan-perl (>= 6.04),
  libdbd-sqlite3-perl,
  libdbix-class-candy-perl,
  libdbix-class-perl (>= 0.08127),
  liblingua-en-inflect-perl,
+ libnamespace-clean-perl (>= 0.23),
  libstring-camelcase-perl,
- libsub-exporter-perl
+ libsub-exporter-perl,
+ libtest-deep-perl,
+ libtest-exception-perl
 Description: collection of helpers for DBIx::Class
  DBIx::Class::Helpers bundles many useful helpers for DBIx::Class that
  simplify the common case stuff.

-- 
Debian packaging of DBIx-Class-Helpers CPAN distribution



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