[libeval-context-perl] 05/08: wrap&sort d/control

gregor herrmann gregoa at debian.org
Sun May 31 16:34:55 UTC 2015


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

gregoa pushed a commit to branch master
in repository libeval-context-perl.

commit 0ef98b9a2cc58962e37bffed72510bc690d5fac5
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 31 18:29:32 2015 +0200

    wrap&sort d/control
    
    Gbp-Dch: Ignore
---
 debian/control | 41 +++++++++++++++++++----------------------
 1 file changed, 19 insertions(+), 22 deletions(-)

diff --git a/debian/control b/debian/control
index 02e8184..4e16898 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,20 @@
 Source: libeval-context-perl
 Section: perl
 Priority: optional
-Build-Depends:
- debhelper (>= 9)
- , libmodule-build-perl
-Build-Depends-Indep:
- perl
- , libdata-compare-perl
- , libdata-treedumper-perl
- , libdirectory-scratch-structured-perl
- , libfile-slurp-perl
- , libreadonly-perl
- , libsub-install-perl
- , libtest-block-perl
- , libtest-exception-perl
- , libtest-nowarnings-perl
- , libtest-output-perl
- , libtest-warn-perl
+Build-Depends: debhelper (>= 9),
+               libmodule-build-perl
+Build-Depends-Indep: libdata-compare-perl,
+                     libdata-treedumper-perl,
+                     libdirectory-scratch-structured-perl,
+                     libfile-slurp-perl,
+                     libreadonly-perl,
+                     libsub-install-perl,
+                     libtest-block-perl,
+                     libtest-exception-perl,
+                     libtest-nowarnings-perl,
+                     libtest-output-perl,
+                     libtest-warn-perl,
+                     perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.9.6
@@ -26,12 +24,11 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libeval-context-p
 
 Package: libeval-context-perl
 Architecture: all
-Depends:
- ${perl:Depends}
- , ${misc:Depends}
- , libreadonly-perl
- , libsub-install-perl
- , libfile-slurp-perl
+Depends: libfile-slurp-perl,
+         libreadonly-perl,
+         libsub-install-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: evalute perl code in context wrapper
  Eval::Context defines a subroutine that lets you evaluate Perl code in a
  specific context. The code can be passed directly as a string or as a file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libeval-context-perl.git



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