[libdist-zilla-plugin-checkbin-perl] 02/05: d/control: update short and long package description

Carnë Draug carandraug+dev at gmail.com
Wed Sep 20 14:24:01 UTC 2017


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

carandraug-guest pushed a commit to branch master
in repository libdist-zilla-plugin-checkbin-perl.

commit 62df6431584bad03a045fac8ab969c29a1b9c306
Author: Carnë Draug <carandraug+dev at gmail.com>
Date:   Wed Sep 20 13:29:51 2017 +0100

    d/control: update short and long package description
---
 debian/control | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 3c09a3a..1de1309 100644
--- a/debian/control
+++ b/debian/control
@@ -26,11 +26,14 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libdist-zilla-perl (>= 4.300039),
  libmoose-perl,
  libnamespace-autoclean-perl
-Description: Require that our distribution has a particular command available
- Dist::Zilla::Plugin::CheckBin is a Dist::Zilla plugin that modifies the
- Makefile.PL or Build.PL in your distribution to contain a Devel::CheckBin
- call, that asserts that a particular command is available. If it is not
- available, the program exits with a status of zero, which on a CPAN
- Testers|cpantesters.org machine will result in a NA result.
+Description: Dist::Zilla plugin for checking presence of command at build time
+ Dist::Zilla::Plugin::CheckBin is a Dist::Zilla plugin that modifies
+ the Makefile.PL or Build.PL in a distribution to contain a
+ Devel::CheckBin call which asserts that a particular command is
+ available.  If it is not available, the program exits with a status
+ of zero, which on a CPAN Testers machine will result in a NA result.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ This provides an alternative to Dist::Zilla::Plugin::RequiresExternal
+ which instead creates a unit test for the presence of a command and
+ so is interpreted as a package failure or bug instead of incorrectly
+ installed.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-checkbin-perl.git



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