[libanyevent-http-perl] 02/05: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Tue Feb 18 20:07:51 UTC 2014


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

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

commit 2be6e0db8dc13e85b978fe1c816a42dbc2e9d7aa
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Feb 18 20:39:07 2014 +0100

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

diff --git a/debian/control b/debian/control
index 776df05..a663507 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,10 @@
 Source: libanyevent-http-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
-           Xavier Guimard <x.guimard at free.fr>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>, Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libanyevent-perl (>= 5.330),
-                     libcommon-sense-perl,
-                     perl
+Build-Depends-Indep: libanyevent-perl (>= 5.330), libcommon-sense-perl, perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-http-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-http-perl.git
@@ -15,14 +12,13 @@ Homepage: https://metacpan.org/release/AnyEvent-HTTP/
 
 Package: libanyevent-http-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libanyevent-perl (>= 5.330),
-         libcommon-sense-perl
+Depends: libanyevent-perl (>= 5.330),
+         libcommon-sense-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: simple non-blocking HTTP/HTTPS client
  AnyEvent::HTTP is an simple non-blocking HTTP/HTTPS client implementation,
  which uses AnyEvent under the hood for asynchronous I/O. It supports GET,
  POST and other request methods, cookies and more. It is well suited to most
  HTTP tasks, while retaining fine-grained control over request and response
  headers to cater to more complex requirements.
-

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



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