[libcatalyst-view-component-subinclude-perl] 06/09: d/control: wrap-sort

Jonas Genannt jonas at brachium-system.net
Sat Jul 26 13:49:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

hggh-guest pushed a commit to branch master
in repository libcatalyst-view-component-subinclude-perl.

commit 95c2f3e65d34f44fad7e7fbb4bab74f92c0dd4b6
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Sat Jul 26 15:14:45 2014 +0200

    d/control: wrap-sort
---
 debian/control | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 0eeb53e..d59b55d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,25 +2,33 @@ Source: libcatalyst-view-component-subinclude-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libcatalyst-perl (>= 5.80014),
- libcatalyst-action-renderview-perl,
- libcatalyst-plugin-subrequest-perl,
- libmoose-perl, libmoosex-types-perl, libwww-perl, liblist-moreutils-perl,
- liburi-perl, libcatalyst-view-tt-perl
+Build-Depends-Indep: libcatalyst-action-renderview-perl,
+                     libcatalyst-perl (>= 5.80014),
+                     libcatalyst-plugin-subrequest-perl,
+                     libcatalyst-view-tt-perl,
+                     liblist-moreutils-perl,
+                     libmoose-perl,
+                     libmoosex-types-perl,
+                     liburi-perl,
+                     libwww-perl,
+                     perl
 Maintainer: Jonas Genannt <jonas.genannt at capi2name.de>
 Standards-Version: 3.9.5
 Homepage: https://metacpan.org/release/Catalyst-View-Component-SubInclude
 
 Package: libcatalyst-view-component-subinclude-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl (>= 5.80014), 
- libcatalyst-action-renderview-perl,
- libcatalyst-plugin-subrequest-perl,
- libmoose-perl, libmoosex-types-perl,
- libwww-perl, liblist-moreutils-perl
+Depends: libcatalyst-action-renderview-perl,
+         libcatalyst-perl (>= 5.80014),
+         libcatalyst-plugin-subrequest-perl,
+         liblist-moreutils-perl,
+         libmoose-perl,
+         libmoosex-types-perl,
+         libwww-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: Use subincludes in your Catalyst views
  Catalyst::View::Component::SubInclude allows you to include content in
  your templates (or, more generally, somewhere in your view's render
  processing) which comes from another action in your application. It's
  implemented as a Moose::Role, so using Moose in your view is required.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-view-component-subinclude-perl.git



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