[SCM] Debian packaging of libdata-visitor-perl branch, master, updated. 250fde424da42979b41141aa88b1a05196fd2b8a

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Feb 16 22:54:55 UTC 2012


The following commit has been merged in the master branch:
commit 97204b03c206712ee697326077fbf6b9b4c9a7d8
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Feb 16 23:39:15 2012 +0100

    Updated and sorted (build)dependencies

diff --git a/debian/changelog b/debian/changelog
index 1a374f7..efc6252 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libdata-visitor-perl (0.28-1) UNRELEASED; urgency=low
   [ Florian Schlichting ]
   * Imported Upstream version 0.28.
   * Bumped Standards-Version to 3.9.2 (no changes necessary).
+  * Updated and sorted (build)dependencies.
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Thu, 16 Feb 2012 22:57:55 +0100
 
diff --git a/debian/control b/debian/control
index 67dff2d..72341a5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,14 @@ Source: libdata-visitor-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libnamespace-clean-perl, libtest-use-ok-perl,
- libtie-toobject-perl, libmoose-perl (>= 0.89)
+Build-Depends-Indep: perl, 
+ libclass-load-perl,
+ libmoose-perl (>= 0.89), 
+ libnamespace-clean-perl (>= 0.19), 
+ libtie-toobject-perl, 
+ libdata-alias-perl,
+ perl (>= 5.10.1) | libtest-more-perl (>= 0.88), 
+ libtest-requires-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
@@ -17,8 +23,11 @@ Homepage: http://search.cpan.org/dist/Data-Visitor/
 
 Package: libdata-visitor-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libnamespace-clean-perl,
- libmoose-perl (>= 0.89), libtie-toobject-perl
+Depends: ${perl:Depends}, ${misc:Depends}, 
+ libclass-load-perl,
+ libmoose-perl (>= 0.89), 
+ libnamespace-clean-perl (>= 0.19),
+ libtie-toobject-perl 
 Description: Visitor implementation for Perl data structures
  Data::Visitor is a simple visitor implementation for Perl data structures. It
  has a main dispatcher method, visit, which takes a single Perl value and then

-- 
Debian packaging of libdata-visitor-perl



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