Reformat debian/control with cme

Gbp-Dch: ignore
This commit is contained in:
gregor herrmann 2019-02-28 17:37:40 +01:00
parent 8f0a28254c
commit e4857125b0

12
debian/control vendored
View File

@ -1,4 +1,5 @@
Source: libhttp-daemon-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 10)
@ -7,22 +8,21 @@ Build-Depends-Indep: perl,
libhttp-message-perl,
libio-socket-ip-perl,
liblwp-mediatypes-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Standards-Version: 4.1.4
Homepage: https://metacpan.org/release/HTTP-Daemon
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-daemon-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-daemon-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-daemon-perl.git
Homepage: https://metacpan.org/release/HTTP-Daemon
Package: libhttp-daemon-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
Depends: ${misc:Depends},
${perl:Depends},
libhttp-date-perl,
libhttp-message-perl,
libio-socket-ip-perl,
liblwp-mediatypes-perl
Replaces: libwww-perl (<< 6.00)
Breaks: libwww-perl (<< 6.00)
Replaces: libwww-perl (<< 6.00)
Description: simple http server class
Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a
socket for incoming requests. The HTTP::Daemon is a subclass of