[libarray-compare-perl] 05/08: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Fri Oct 10 23:22:27 UTC 2014


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

abe pushed a commit to branch master
in repository libarray-compare-perl.

commit 3badefcdbdc825b2a7a52c9bf8f11b5d385f3297
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Oct 11 01:13:42 2014 +0200

    Apply wrap-and-sort
---
 debian/changelog |  1 +
 debian/control   | 19 ++++++++++++-------
 debian/copyright |  2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a75c4ce..e0de0d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libarray-compare-perl (2.11-1) UNRELEASED; urgency=low
   * Import new upstream release
   * Bump Standards-Version to 3.9.6 (no changes needed)
   * Fix pkg-perl-specific lintian warning missing-testsuite-header
+  * Apply wrap-and-sort
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/control b/debian/control
index d1b3e86..c76625c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,15 @@ Source: libarray-compare-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>, Damyan Ivanov <dmn at debian.org>,
- Nathan Handler <nhandler at debian.org>
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+           Damyan Ivanov <dmn at debian.org>,
+           Nathan Handler <nhandler at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl,
- libmoose-perl, libtest-nowarnings-perl
+Build-Depends-Indep: libmoose-perl,
+                     libtest-nowarnings-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     perl
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Array-Compare
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libarray-compare-perl.git
@@ -15,9 +19,10 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libarray-compare-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl
-Description: Perl module to easily compare arrays 
+Depends: libmoose-perl,
+         ${misc:Depends},
+         ${perl:Depends}
+Description: Perl module to easily compare arrays
  Array::Compare can easily compare two arrays, in a variety
  of flexible ways, such as whitespace-ignorant, case-insensitive,
  and with certain elements skipped.
-
diff --git a/debian/copyright b/debian/copyright
index 8602f41..c387c50 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,7 +23,7 @@ License: Artistic
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by 
+ it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .

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



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