debian/0000755000000000000000000000000011676406036007177 5ustar debian/control0000644000000000000000000000204611676406036010604 0ustar Source: libnet-dns-resolver-programmable-perl Homepage: http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/ Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-dns-resolver-programmable-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-dns-resolver-programmable-perl.git Package: libnet-dns-resolver-programmable-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libnet-dns-perl Description: programmable DNS resolver class for offline emulation of DNS Net::DNS::Resolver::Programmable is a Net::DNS::Resolver descendant class that allows a virtual DNS to be emulated instead of querying the real DNS. A set of static DNS records may be supplied, or arbitrary code may be specified as a means for retrieving DNS records, or even generating them on the fly. debian/copyright0000644000000000000000000000221111676406036011126 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Julian Mehnle Source: http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/ Name: Net-DNS-Resolver-Programmable Files: * Copyright: 2006-2007, Julian Mehnle License: Artistic or GPL-2+ Files: debian/* Copyright: 2005, 2006, 2007, Julian Mehnle 2011, gregor herrmann License: Artistic or GPL-2+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000022611676406036010230 0ustar version=3 http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/ .*/Net-DNS-Resolver-Programmable-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/compat0000644000000000000000000000000211676406036010375 0ustar 8 debian/libnet-dns-resolver-programmable-perl.docs0000644000000000000000000000001411676406036017350 0ustar README TODO debian/changelog0000644000000000000000000000436411676406036011060 0ustar libnet-dns-resolver-programmable-perl (0.003-2) unstable; urgency=low * Take over for the Debian Perl Group on request of the MIA team. * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Julian Mehnle ). * debian/watch: use dist-based URL. * Switch to "3.0 (quilt)" source format. * Switch to debhelper compatibility level 8 and tiny debian/rules. * Bump Standards-Version to 3.9.2 (no changes); remove version from perl build dependency, clean up (build) dependencies (closes: #517301). * debian/copyright: use DEP5 formatting. * Add /me to Uploaders. -- gregor herrmann Tue, 27 Dec 2011 19:14:43 +0100 libnet-dns-resolver-programmable-perl (0.003-1) unstable; urgency=low * Initial Debian release (closes: #444443). * Added watch file. -- Julian Mehnle Wed, 03 Oct 2007 15:39:25 +0000 libnet-dns-resolver-programmable-perl (0.003) unstable; urgency=low * Depends: libnet-dns-perl * Dropped build dependency on libtest-simple-perl for now. There are currently no tests. -- Julian Mehnle Wed, 30 May 2007 22:03:19 +0000 libnet-dns-resolver-programmable-perl (0.002.2) unstable; urgency=low * Slightly adjusted license statement in debian/copyright. -- Julian Mehnle Tue, 9 Jan 2007 13:00:00 +0000 libnet-dns-resolver-programmable-perl (0.002.1) unstable; urgency=low ! Depends, Build-Depends-Indep: libversion-perl * Correctly handle undefined result code returned by custom resolver code. -- Julian Mehnle Wed, 15 Nov 2006 15:30:00 +0000 libnet-dns-resolver-programmable-perl (0.002) unstable; urgency=low + Support non-RCODE strings to be returned by custom resolver code, which is then taken as the resolver's error string. * Do not fold identical returned RRs into a single RR. * Minor documentation fixes. -- Julian Mehnle Wed, 15 Nov 2006 03:45:00 +0000 libnet-dns-resolver-programmable-perl (0.001) unstable; urgency=low * Initial Release. -- Julian Mehnle Mon, 01 Jan 2005 01:00:00 +0100 debian/source/0000755000000000000000000000000011676406036010477 5ustar debian/source/format0000644000000000000000000000001411676406036011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611676406036010256 0ustar #!/usr/bin/make -f %: dh $@