[libgit-repository-perl] 02/03: Wrap and sort fields in debian/control

Salvatore Bonaccorso carnil at debian.org
Sun Aug 24 07:39:39 UTC 2014


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

carnil pushed a commit to branch master
in repository libgit-repository-perl.

commit fdad288f2256563f92a78c6f54d25456c670c8bb
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Aug 24 09:33:08 2014 +0200

    Wrap and sort fields in debian/control
---
 debian/control | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 14f4dd7..7072c85 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,8 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
-               libmodule-build-perl (>= 0.380000)
-Build-Depends-Indep: perl,
-                     git,
-                     libsystem-command-perl (>= 1.103)
+Build-Depends: debhelper (>= 8), libmodule-build-perl (>= 0.380000)
+Build-Depends-Indep: git, libsystem-command-perl (>= 1.103), perl
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgit-repository-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgit-repository-perl.git
@@ -15,10 +12,11 @@ Homepage: https://metacpan.org/release/Git-Repository
 
 Package: libgit-repository-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         git,
-         libsystem-command-perl (>= 1.103)
+Depends:
+ git,
+ libsystem-command-perl (>= 1.103),
+ ${misc:Depends},
+ ${perl:Depends}
 Recommends: libgit-repository-plugin-log-perl
 Description: Perl interface to Git repositories
  Git::Repository is a Perl interface to Git, for scripted interactions with

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



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