[libtest-yaml-perl] 05/08: control

gregor herrmann gregoa at debian.org
Fri Aug 8 00:04:13 UTC 2014


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

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

commit fe6375fc702c7499fdefb52ac9ff70fdab418e25
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 8 01:39:43 2014 +0200

    control
---
 debian/control | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 8607234..af22b00 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
 Source: libtest-yaml-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libtest-base-perl (>= 0.74),
- perl
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-yaml-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-yaml-perl.git
@@ -13,9 +13,9 @@ Homepage: https://metacpan.org/release/Test-YAML
 
 Package: libtest-yaml-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libtest-base-perl (>= 0.74)
-Description: Testing Module for YAML Implementations
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libtest-base-perl (>= 0.74)
+Description: test module for YAML implementations
+ Test::YAML is a subclass of Test::Base with YAML specific support.
+ Its purpose is to test Perl YAML modules.

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



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