[libclass-refresh-perl] 05/06: wrap&sort d/control
gregor herrmann
gregoa at debian.org
Fri Feb 14 20:24:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libclass-refresh-perl.
commit 61ec12a6eaa272c9d3f0e0e690b1c53d3850a431
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Feb 14 21:22:25 2014 +0100
wrap&sort d/control
Git-Dch: Ignore
---
debian/control | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/debian/control b/debian/control
index 9d7c768..5f12f91 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa at debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libclass-load-perl,
- libclass-unload-perl,
- libdevel-overrideglobalrequire-perl,
- libmoose-perl,
- libtest-fatal-perl,
- libtest-requires-perl,
- libtry-tiny-perl,
- perl
+ libclass-unload-perl,
+ libdevel-overrideglobalrequire-perl,
+ libmoose-perl,
+ libtest-fatal-perl,
+ libtest-requires-perl,
+ libtry-tiny-perl,
+ perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-refresh-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-refresh-perl.git
@@ -19,11 +19,12 @@ Homepage: https://metacpan.org/release/Class-Refresh/
Package: libclass-refresh-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libclass-load-perl,
- libclass-unload-perl,
- libdevel-overrideglobalrequire-perl,
- libtry-tiny-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libclass-load-perl,
+ libclass-unload-perl,
+ libdevel-overrideglobalrequire-perl,
+ libtry-tiny-perl
Description: module for refreshing classes during runtime
Class::Refresh allows you to reload your application classes on the fly, so
that the code/test cycle becomes a lot easier.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-refresh-perl.git
More information about the Pkg-perl-cvs-commits
mailing list