]> git.proxmox.com Git - libhttp-daemon-perl.git/blobdiff - debian/control
Reformat debian/control with cme
[libhttp-daemon-perl.git] / debian / control
index bc8e26f4247bd25646860559bb6ef42d474b35ff..782bef8dab09254cf01a131c96f6db8b9aec1e5e 100644 (file)
@@ -1,28 +1,28 @@
 Source: libhttp-daemon-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: perl,
- libhttp-date-perl,
- libhttp-message-perl,
- libio-socket-ip-perl,
- liblwp-mediatypes-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Uploaders:
+                     libhttp-date-perl,
+                     libhttp-message-perl,
+                     libio-socket-ip-perl,
+                     liblwp-mediatypes-perl
 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},
libhttp-date-perl,
libhttp-message-perl,
libio-socket-ip-perl,
- liblwp-mediatypes-perl
-Replaces: libwww-perl (<< 6.00)
+Depends: ${misc:Depends},
        ${perl:Depends},
        libhttp-date-perl,
        libhttp-message-perl,
+         libio-socket-ip-perl,
+         liblwp-mediatypes-perl
 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