[libpath-class-perl] 06/09: Fix d/control. Thanks for cme.

Lucas Kanashiro kanashiro.duarte at gmail.com
Wed Feb 17 23:05:02 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libpath-class-perl.

commit ee340d3544587848e58d02174827f7060e0422b9
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Feb 17 20:56:05 2016 -0200

    Fix d/control. Thanks for cme.
---
 debian/changelog |  1 +
 debian/control   | 23 ++++++++++++-----------
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 584d334..469e79c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libpath-class-perl (0.36-1) UNRELEASED; urgency=medium
   * Update years of upstream copyright
   * Lowercase upstream email address
   * Update Debian packaging copyright
+  * Fix d/control. Thanks for cme.
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 17 Feb 2016 20:48:03 -0200
 
diff --git a/debian/control b/debian/control
index 7f16dcf..2ca1de4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,25 @@
 Source: libpath-class-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders:
- Salvatore Bonaccorso <carnil at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- Ansgar Burchardt <ansgar at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>
+Uploaders: Salvatore Bonaccorso <carnil at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends:
- debhelper (>= 8),
- libmodule-build-perl,
- perl (>= 5.13.9)
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 8),
+               libmodule-build-perl,
+               perl (>= 5.13.9)
+Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpath-class-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpath-class-perl.git
 Homepage: https://metacpan.org/release/Path-Class
 
 Package: libpath-class-perl
 Architecture: all
-Depends: perl (>= 5.13.9), ${misc:Depends}, ${perl:Depends}
+Depends: perl (>= 5.13.9),
+         ${misc:Depends},
+         ${perl:Depends}
 Description: module for cross-platform path specification manipulation
  Path::Class is a module for manipulation of file and directory specifications
  (strings describing their locations; for example: '/home/ken/foo.txt') in a

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



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