Source: libstanford-dnsserver-perl
Section: perl
Priority: extra
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
# original maintainer: Russ Allbery <rra@debian.org>
Maintainer: František Dvořák <valtri@civ.zcu.cz>
Bugs: mailto:valtri@civ.zcu.cz
Standards-Version: 3.9.8
Homepage: http://www.stanford.edu/~riepel/Stanford-DNSserver/
# original: git://git.eyrie.org/debian/dnsserver.git
Vcs-Git: https://github.com/valtri/packaging-libstanford-dnsserver-perl
# original: http://git.eyrie.org/?p=debian/dnsserver.git
Vcs-Browser: https://github.com/valtri/packaging-libstanford-dnsserver-perl

Package: libstanford-dnsserver-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libio-socket-inet6-perl
Description: DNS name server framework for Perl
 Stanford::DNSserver is a framework for writing DNS servers that takes
 care of the main processing loop and the DNS encoding and allows you to
 return any data you wish by writing an arbitrary Perl program around it.
 It is primarily used for writing DNS servers that return different query
 results based on load-balancing criteria, but can be used for any
 situation where dynamic, programmatic control of DNS returns is desired.
 .
 Despite the name, there is nothing Stanford-specific about this module.
