[libsvn-hooks-perl] 08/10: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Sun May 31 14:14:09 UTC 2015


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

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

commit 674ce9d841949f27b0b0f4e34778746dd536302a
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun May 31 16:04:25 2015 +0200

    Wrap and sort fields in debian/control file
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 2908bba..0f50d6b 100644
--- a/debian/control
+++ b/debian/control
@@ -22,14 +22,14 @@ Homepage: https://metacpan.org/release/SVN-Hooks
 
 Package: libsvn-hooks-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libdata-util-perl,
+Depends: libdata-util-perl,
          libjira-client-perl,
          libsvn-look-perl (>= 0.21),
          libsvn-notify-perl,
          libxmlrpc-lite-perl | libsoap-lite-perl (<< 1.08),
-         subversion
+         subversion,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: framework for implementing Subversion hooks
  SVN::Hooks is a Perl-based framework for creating Subversion hooks. It comes
  with several plugins that implement some of the most commonly used standalone

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



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