[libversion-perl] 05/06: debian/control: wrap and sort

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Mar 10 02:10:52 UTC 2016


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

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

commit f54eff71d547a20c4d41bb9ced9bfdb27f4289ed
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Mar 9 22:49:56 2016 -0300

    debian/control: wrap and sort
---
 debian/changelog |  1 +
 debian/control   | 19 +++++++++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3b92f1b..a6e2d2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libversion-perl (1:0.9915-1) UNRELEASED; urgency=medium
   * Import upstream version 0.9915
   * Update years of upstream copyright
   * Update Debian packaging copyright
+  * debian/control: wrap and sort
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 09 Mar 2016 22:45:57 -0300
 
diff --git a/debian/control b/debian/control
index c7adb02..e7ffa9b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,15 @@
 Source: libversion-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312), locales-all, perl
+Build-Depends: debhelper (>= 9.20120312),
+               locales-all,
+               perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders:
- Ansgar Burchardt <ansgar at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- Dominique Dumont <dod at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>,
- gregor herrmann <gregoa at debian.org>
+Uploaders: Ansgar Burchardt <ansgar at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Dominique Dumont <dod at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.9.7
 Homepage: https://metacpan.org/release/version
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libversion-perl.git
@@ -17,7 +18,9 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libversion-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: Perl extension for Version Objects
  The version module implements version objects for older version of Perl and
  provides the version object API for all versions of Perl.

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



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