[libstring-print-perl] 03/04: control

gregor herrmann gregoa at debian.org
Sun Jun 15 13:01:37 UTC 2014


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

gregoa pushed a commit to branch master
in repository libstring-print-perl.

commit 2ab0c9d24bd722192c5bf82e767266f362083754
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 15 14:57:20 2014 +0200

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

diff --git a/debian/control b/debian/control
index d489867..faafdfa 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
 Source: libstring-print-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: libunicode-linebreak-perl,
- perl
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-print-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-print-perl.git
@@ -13,9 +13,10 @@ Homepage: https://metacpan.org/release/String-Print
 
 Package: libstring-print-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libunicode-linebreak-perl
-Description: printf extensions
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libunicode-linebreak-perl
+Description: module providing (s)printf alternatives
+ String::Print inserts values into (translated) strings.  It provides printf()
+ and sprintf() alternatives via both an object oriented and a functional
+ interface.

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



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