[libhttp-server-simple-perl] 02/02: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Sat May 30 20:03:10 UTC 2015


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

abe pushed a commit to branch master
in repository libhttp-server-simple-perl.

commit 995a4b844a612b0e873d998e5a52d03dd2979e40
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat May 30 22:02:59 2015 +0200

    Apply wrap-and-sort
---
 debian/changelog |  3 +++
 debian/control   | 25 ++++++++++++++++---------
 2 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 70f2848..6fd4183 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ libhttp-server-simple-perl (0.50-1) UNRELEASED; urgency=medium
   * Add libcgi-pm-perl to (build-)depends
   * Bump standards version to 3.9.6
 
+  [ Axel Beckert ]
+  * Apply wrap-and-sort.
+
  -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 16 Aug 2014 09:32:24 +0200
 
 libhttp-server-simple-perl (0.45.02-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index f46eb72..70efcab 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,21 @@ Source: libhttp-server-simple-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, netbase, libtest-pod-perl, 
- libtest-pod-coverage-perl, libcgi-pm-perl
+Build-Depends-Indep: libcgi-pm-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     netbase,
+                     perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>,
- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>,
- Martín Ferrari <tincho at debian.org>, Jose Luis Rivas <ghostbar at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>,
- Christine Spang <christine at debian.org>,
- Daniel Lintott <daniel at serverb.co.uk>
+           Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Martín Ferrari <tincho at debian.org>,
+           Jose Luis Rivas <ghostbar at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Christine Spang <christine at debian.org>,
+           Daniel Lintott <daniel at serverb.co.uk>
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/HTTP-Server-Simple
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-server-simple-perl.git
@@ -19,7 +24,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-server-si
 
 Package: libhttp-server-simple-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libcgi-pm-perl
+Depends: libcgi-pm-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: simple stand-alone HTTP server
  HTTP::Server::Simple is a simple standalone HTTP server. By default, it does
  not thread or fork. It does, however, act as a simple frontend which can be

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



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