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

28
debian/control vendored
View File

@ -1,28 +1,28 @@
Source: libhttp-daemon-perl Source: libhttp-daemon-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl Section: perl
Priority: optional Priority: optional
Build-Depends: debhelper (>= 10) Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl, Build-Depends-Indep: perl,
libhttp-date-perl, libhttp-date-perl,
libhttp-message-perl, libhttp-message-perl,
libio-socket-ip-perl, libio-socket-ip-perl,
liblwp-mediatypes-perl liblwp-mediatypes-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Standards-Version: 4.1.4 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-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 Package: libhttp-daemon-perl
Architecture: all Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, Depends: ${misc:Depends},
libhttp-date-perl, ${perl:Depends},
libhttp-message-perl, libhttp-date-perl,
libio-socket-ip-perl, libhttp-message-perl,
liblwp-mediatypes-perl libio-socket-ip-perl,
Replaces: libwww-perl (<< 6.00) liblwp-mediatypes-perl
Breaks: libwww-perl (<< 6.00) Breaks: libwww-perl (<< 6.00)
Replaces: libwww-perl (<< 6.00)
Description: simple http server class Description: simple http server class
Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a 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 socket for incoming requests. The HTTP::Daemon is a subclass of