[libtest-spec-perl] 04/05: cme: reformat debian/control

gregor herrmann gregoa at debian.org
Fri Oct 11 17:57:37 UTC 2013


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

gregoa pushed a commit to branch master
in repository libtest-spec-perl.

commit b307630b71f3a2008fe1d5eee35c13d139747c6c
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 11 19:56:45 2013 +0200

    cme: reformat debian/control
    
    Git-Dch: Ignore
---
 debian/control |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 4584732..8f8c35d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
 Source: libtest-spec-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alessandro Ghedini <ghedo at debian.org>,
- gregor herrmann <gregoa at debian.org>
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libpackage-stash-perl (>= 0.23),
- libtest-deep-perl,
- libtest-trap-perl,
- libtie-ixhash-perl
+                     libpackage-stash-perl (>= 0.23),
+                     libtest-deep-perl,
+                     libtest-trap-perl,
+                     libtie-ixhash-perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-spec-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-spec-perl.git
@@ -17,11 +17,12 @@ Homepage: https://metacpan.org/release/Test-Spec/
 
 Package: libtest-spec-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libpackage-stash-perl (>= 0.23),
- libtest-deep-perl,
- libtest-trap-perl,
- libtie-ixhash-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libpackage-stash-perl (>= 0.23),
+         libtest-deep-perl,
+         libtest-trap-perl,
+         libtie-ixhash-perl
 Description: Perl module to write tests in a declarative specification style
  This is a declarative specification-style testing system for behavior-driven
  development (BDD) in Perl. The tests (a.k.a. examples) are named with strings
@@ -31,4 +32,3 @@ Description: Perl module to write tests in a declarative specification style
  .
  Test::Spec is inspired by and borrows heavily from RSpec, a BDD tool for the
  Ruby programming language.
-

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



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