[SCM] Debian packaging of libdata-visitor-perl branch, master, updated. upstream/0.28-107-g0d6c324

gregor herrmann gregoa at debian.org
Thu Feb 16 23:21:15 UTC 2012


The following commit has been merged in the master branch:
commit 0d6c324dd091e24a4e03a33bb8af7fb0764bf405
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Feb 17 00:16:23 2012 +0100

    sort build-depds (and remove some trailing whitespace)
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index f50b2f7..ae01096 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: libdata-visitor-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, 
+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
+ libmoose-perl (>= 0.89),
+ libnamespace-clean-perl (>= 0.19),
+ libtest-requires-perl,
+ libtie-toobject-perl,
+ perl (>= 5.10.1) | libtest-more-perl (>= 0.88)
 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>,
@@ -26,9 +26,9 @@ Package: libdata-visitor-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, 
  libclass-load-perl,
- libmoose-perl (>= 0.89), 
+ libmoose-perl (>= 0.89),
  libnamespace-clean-perl (>= 0.19),
- libtie-toobject-perl 
+ 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