[SCM] Debian packaging of libtemplate-provider-fromdata-perl branch, master, updated. f7f94e56d7f82224e64cc39e8ba68a180c1b1d4c

gregor herrmann gregoa at debian.org
Sat Dec 10 16:33:28 UTC 2011


The following commit has been merged in the master branch:
commit 093b5e10537957f98b40e35f7c5844bd5af22060
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 10 17:28:45 2011 +0100

    sort deps
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 5ff11b1..0135801 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: libtemplate-provider-fromdata-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libclass-accessor-perl, libtemplate-perl
+Build-Depends-Indep: perl,
+ libclass-accessor-perl,
+ libtemplate-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Brian Cassidy <brian.cassidy at gmail.com>,
  Jonathan Yu <jawnsy at cpan.org>,
@@ -14,7 +16,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtemplate-p
 
 Package: libtemplate-provider-fromdata-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl,
+Depends: ${misc:Depends}, ${perl:Depends},
+ libclass-accessor-perl,
  libtemplate-perl
 Description: module to load templates from your __DATA__ section
  Template::Provider::FromDATA allows you to store your templates inline with

-- 
Debian packaging of libtemplate-provider-fromdata-perl



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