[libtest-requires-git-perl] 03/03: control

gregor herrmann gregoa at debian.org
Fri Apr 29 16:26:38 UTC 2016


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

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

commit 369c13eea7676c5126e79007ac2dd5026eea2f44
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Apr 29 18:16:53 2016 +0200

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

diff --git a/debian/control b/debian/control
index 04ce742..57c2283 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,9 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libgit-version-compare-perl (>= 1.001),
- perl
+Build-Depends-Indep: git,
+                     libgit-version-compare-perl,
+                     perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-requires-git-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-requires-git-perl.git
@@ -15,8 +16,13 @@ Testsuite: autopkgtest-pkg-perl
 Package: libtest-requires-git-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libgit-version-compare-perl (>= 1.001)
-Description: Check your test requirements against the available version of Git
- (no description was found)
+         git,
+         libgit-version-compare-perl
+Description: module to check the available version of Git
+ Test::Requires::Git checks if the version of Git available for testing
+ meets the given requirements.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ The "current git" is obtained by running "git --version" (so the first
+ "git" binary found in the "PATH" will be tested).
+ .
+ If the checks fail, then all tests will be skipped.

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



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