[libtoolkit-perl] 01/02: Apply wrap-and-sort
Axel Beckert
abe at deuxchevaux.org
Wed Mar 12 22:02:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libtoolkit-perl.
commit ca8069f9ff8c257d25754f23c4e59b71ec16cba8
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Wed Mar 12 23:02:09 2014 +0100
Apply wrap-and-sort
---
debian/changelog | 3 +++
debian/control | 9 ++++++---
debian/copyright | 2 +-
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c40afbe..2a54996 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,9 @@ libtoolkit-perl (0.0.2-2) UNRELEASED; urgency=low
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
+ [ Axel Beckert ]
+ * Apply wrap-and-sort
+
-- gregor herrmann <gregoa at debian.org> Sun, 16 Nov 2008 20:48:40 +0100
libtoolkit-perl (0.0.2-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 43faa7f..826504f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: libtoolkit-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
-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: Antony Gelberg <antony at wayforth.co.uk>
Standards-Version: 3.7.3
@@ -12,8 +14,9 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtoolkit-pe
Package: libtoolkit-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
-Description: Keep your handy modules organized
+Depends: ${misc:Depends},
+ ${perl:Depends}
+Description: Keep your handy modules organized
The Toolkit module provides a standard location to store modules that you use
all the time, and then loads them for you automatically. For example, instead
of always writing:
diff --git a/debian/copyright b/debian/copyright
index ec3dbde..93c34fe 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ It was created by Antony Gelberg <antony at wayforth.co.uk> using dh-make-perl.
It was downloaded from http://search.cpan.org/dist/Toolkit/
-The upstream author is:
+The upstream author is:
Damian Conway <DCONWAY at cpan.org>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtoolkit-perl.git
More information about the Pkg-perl-cvs-commits
mailing list