[libhttp-server-simple-cgi-prefork-perl] 03/05: d/control: fix dependency versions (cme)

gregor herrmann gregoa at debian.org
Fri Jan 27 15:35:44 UTC 2017


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

gregoa pushed a commit to branch master
in repository libhttp-server-simple-cgi-prefork-perl.

commit 17b7de38d78b98e6d3613180b92e88d781b09034
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 27 16:21:31 2017 +0100

    d/control: fix dependency versions (cme)
---
 debian/control | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 5859eda..6fef15e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,30 @@
 Source: libhttp-server-simple-cgi-prefork-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libhttp-server-simple-perl (>= 0.44),
- libio-socket-inet6-perl,
- libnet-server-perl (>= 2),
- libnet-ssleay-perl,
- libsocket6-perl,
- perl
+Build-Depends-Indep: libhttp-server-simple-perl,
+                     libio-socket-inet6-perl,
+                     libnet-server-perl,
+                     libnet-ssleay-perl,
+                     libsocket6-perl,
+                     perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-server-simple-cgi-prefork-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhttp-server-simple-cgi-prefork-perl.git
 Homepage: https://metacpan.org/release/HTTP-Server-Simple-CGI-PreFork
-Testsuite: autopkgtest-pkg-perl
 
 Package: libhttp-server-simple-cgi-prefork-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libhttp-server-simple-perl (>= 0.44),
- libio-socket-inet6-perl,
- libnet-server-perl (>= 2),
- libnet-ssleay-perl,
- libsocket6-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libhttp-server-simple-perl,
+         libio-socket-inet6-perl,
+         libnet-server-perl,
+         libnet-ssleay-perl,
+         libsocket6-perl
 Description: unknown
  HTTP::Server::Simple::CGI::PreFork is a plugin module for the "Commands"
  module and handles PostgreSQL admin commands scheduled from the WebGUI.

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



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