[libtest-deep-type-perl] 03/04: d/control: deps and decription

gregor herrmann gregoa at debian.org
Tue Jul 7 18:23:35 UTC 2015


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

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

commit 61b7f21e80e6f226794db4900076e5f88704b488
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jul 7 20:16:21 2015 +0200

    d/control: deps and decription
    
    Gbp-Dch: Ignore
---
 debian/compat  |  2 +-
 debian/control | 33 ++++++++++++++++-----------------
 2 files changed, 17 insertions(+), 18 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index f0e5702..5ec058b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,17 @@ Section: perl
 Priority: optional
 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: libmodule-build-tiny-perl (>= 0.037),
- libnamespace-clean-perl,
- libsafe-isa-perl,
- libtest-deep-perl,
- libtest-fatal-perl,
- libtest-requires-perl,
- libtest-simple-perl (>= 0.108) | perl (>= 5.21.6),
- libtry-tiny-perl,
- perl
+Build-Depends: debhelper (>= 9.20140227~),
+               libmodule-build-tiny-perl
+Build-Depends-Indep: libnamespace-clean-perl,
+                     libmoosex-types-perl,
+                     libsafe-isa-perl,
+                     libtest-deep-perl,
+                     libtest-fatal-perl,
+                     libtest-requires-perl,
+                     libtest-simple-perl (>= 1.001010) | libtest-tester-perl | perl (>= 5.21.6),
+                     libtry-tiny-perl,
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-deep-type-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-deep-type-perl.git
@@ -22,15 +23,13 @@ Testsuite: autopkgtest-pkg-perl
 Package: libtest-deep-type-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libnamespace-clean-perl,
- libsafe-isa-perl,
- libtest-deep-perl,
- libtry-tiny-perl
-Description: A Test::Deep plugin for validating type constraints
+         libnamespace-clean-perl,
+         libsafe-isa-perl,
+         libtest-deep-perl,
+         libtry-tiny-perl
+Description: Test::Deep plugin for validating type constraints
  Test::Deep::Type provides the sub is_type to indicate that the data being
  tested must validate against the passed type. This is an actual type object,
  not a string name -- for example something provided via MooseX::Types, or a
  plain old coderef that returns a bool (such as what might be used in a Moo
  type constraint).
- .
- This description was automagically extracted from the module by dh-make-perl.

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



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