[libref-util-perl] 03/04: control

gregor herrmann gregoa at debian.org
Sat Dec 17 01:37:20 UTC 2016


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

gregoa pushed a commit to branch master
in repository libref-util-perl.

commit d073113f34adc5a60f17432ac06bb1efd803bb83
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 17 02:34:34 2016 +0100

    control
---
 debian/control | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 4f5c933..d3668a3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ 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),
- perl
+               perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libref-util-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libref-util-perl.git
@@ -14,16 +14,10 @@ Testsuite: autopkgtest-pkg-perl
 Package: libref-util-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: Utility functions for checking references
+Description: set of utility functions for checking references
  Ref::Util introduces several functions to help identify references in a
  faster and smarter way. In short:
  .
- ref $foo eq 'ARRAY'
- .
- # is now:
- .
- is_arrayref($foo)
- .
- The difference:
- .
- This description was automagically extracted from the module by dh-make-perl.
+  ref $foo eq 'ARRAY'
+  # is now:
+  is_arrayref($foo)

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



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