[liblog-dispatch-filewriterotate-perl] 09/10: Wrap and sort dependencies

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Jan 21 01:55:49 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository liblog-dispatch-filewriterotate-perl.

commit 658ca03f6287b1121da43640b8fd0d4fab668d3e
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Jan 20 23:43:25 2016 -0200

    Wrap and sort dependencies
---
 debian/changelog |  1 +
 debian/control   | 11 ++++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9069071..f3acb4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ liblog-dispatch-filewriterotate-perl (0.04-1) UNRELEASED; urgency=medium
   * Update packaging copyright
   * Bump debhelper compatibility level to 9
   * Update dependency on libfile-write-rotate-perl to version 0.29
+  * Wrap and sort dependencies
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 20 Jan 2016 23:30:27 -0200
 
diff --git a/debian/control b/debian/control
index 3b265a9..c5703dc 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,9 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Joenio Costa <joenio at colivre.coop.br>
 Build-Depends: debhelper (>= 9),
- perl
+               perl
 Build-Depends-Indep: libfile-write-rotate-perl (>= 0.29),
- liblog-dispatch-perl
+                     liblog-dispatch-perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblog-dispatch-filewriterotate-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblog-dispatch-filewriterotate-perl.git
@@ -14,9 +14,10 @@ Homepage: https://metacpan.org/release/Log-Dispatch-FileWriteRotate
 
 Package: liblog-dispatch-filewriterotate-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libfile-write-rotate-perl,
- liblog-dispatch-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libfile-write-rotate-perl,
+         liblog-dispatch-perl
 Description: module to log to files that archive/rotate themselves
  Log::Dispatch::FileWriteRotate functions similarly to
  Log::Dispatch::FileRotate, but uses File::Write::Rotate as backend, thus

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



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