[libstring-camelcase-perl] 01/02: Apply wrap-and-sort
Axel Beckert
abe at deuxchevaux.org
Wed Mar 12 22:00:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libstring-camelcase-perl.
commit eec9437a8039ff3c45c4aee4185799f94f8c9c9b
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Wed Mar 12 22:50:25 2014 +0100
Apply wrap-and-sort
---
debian/changelog | 3 ++-
debian/control | 9 ++++++---
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b2c213c..175d7bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,8 @@ libstring-camelcase-perl (0.02-2) UNRELEASED; urgency=low
copyright"
* Remove Antony Gelberg from Uploaders as suggested by him.
* Add myself to Uploaders.
- * Fix typo in long description
+ * Fix typo in short description
+ * Apply wrap-and-sort
[ gregor herrmann ]
* debian/control: remove Nicholas Bamber from Uploaders on request of
diff --git a/debian/control b/debian/control
index bac0913..42733f9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: libstring-camelcase-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Axel Beckert <abe at debian.org>
Standards-Version: 3.9.5
@@ -12,8 +14,9 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-cam
Package: libstring-camelcase-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends}
Description: Perl module to convert strings to and from CamelCase
String::CamelCase provides functions to CamelCase and de-camelcase strings.
- Also includes wordsplit which returns a list of the words in the string,
+ Also includes wordsplit which returns a list of the words in the string,
whether they are camelized or separated by underscores.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libstring-camelcase-perl.git
More information about the Pkg-perl-cvs-commits
mailing list