[liblchown-perl] 04/06: wrap&sort d/control

gregor herrmann gregoa at debian.org
Thu Jun 4 10:06:08 UTC 2015


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

gregoa pushed a commit to branch master
in repository liblchown-perl.

commit 806e1ad105e67922143dd5cf52d194b3656d4cdc
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jun 4 12:02:39 2015 +0200

    wrap&sort d/control
    
    Gbp-Dch: Ignore
---
 debian/control | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 81cb956..15b8354 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,14 @@
 Source: liblchown-perl
 Priority: optional
 Section: perl
-Build-Depends: debhelper (>= 9.20120312~), perl, libtest-pod-perl,
- libtest-pod-coverage-perl, libmodule-build-perl
+Build-Depends: debhelper (>= 9.20120312~),
+               libmodule-build-perl,
+               libtest-pod-coverage-perl,
+               libtest-pod-perl,
+               perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Lchown
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblchown-perl.git
@@ -12,7 +16,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblchown-perl.gi
 
 Package: liblchown-perl
 Architecture: any
-Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: Perl interface to the lchown() system call
  Lchown provides a perl interface to the lchown(2) UNIX system call. The
  lchown(2) call is useful to change the ownership and group of symbolic links,

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



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