debian/0000755000000000000000000000000011742322153007166 5ustar debian/rules0000755000000000000000000000003611742322153010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000242211742322153010571 0ustar Source: libdns-zoneparse-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , gregor herrmann Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/DNS-ZoneParse/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libdns-zoneparse-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdns-zoneparse-perl.git Package: libdns-zoneparse-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl extension for parsing and manipulating DNS Zone Files DNS::ZoneParse will parse a Zone File and put all the Resource Records (RRs) into an anonymous hash structure. At the moment, the following types of RRs are supported: SOA, NS, MX, A, CNAME, TXT, PTR. It could be useful for maintaining DNS zones, or for transferring DNS zones to other servers. If you want to generate an XML-friendly version of your zone files, it is easy to use XML::Simple with this module once you have parsed the zonefile. . DNS::ZoneParse scans the DNS zonefile - removes comments and seperates the file into its constituent records. It then parses each record and stores the records internally. debian/source/0000755000000000000000000000000011742322153010466 5ustar debian/source/format0000644000000000000000000000001411742322153011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000465211742322153011047 0ustar libdns-zoneparse-perl (1.10-1) unstable; urgency=low * Take over for the Debian Perl Group; Closes: #668696 -- RFA/ITA * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza); ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian Perl Group (was: Ivan Kohler ); Ivan Kohler moved to Uploaders. * debian/watch: use dist-based URL. * New upstream release. * Use tiny debian/rules, don't install README anymore. * debian/copyright: update to Copyright-Format 1.0. * Set debhelper compatibility level to 8. * Bump Standards-Version to 3.9.3; remove version from perl build dependency. * Add /me to Uploaders. -- gregor herrmann Sat, 14 Apr 2012 18:22:21 +0200 libdns-zoneparse-perl (0.95-1) unstable; urgency=low * New upstream release -- Ivan Kohler Fri, 21 Jan 2005 18:45:09 -0800 libdns-zoneparse-perl (0.94-2) unstable; urgency=low * Fix the description too. -- Ivan Sun, 12 Sep 2004 23:13:13 -0700 libdns-zoneparse-perl (0.94-1) unstable; urgency=low * New upstream release * Grammar: fix it's vs its in description and upstream (Closes: Bug#268524) -- Ivan Kohler Sun, 12 Sep 2004 22:16:56 -0700 libdns-zoneparse-perl (0.92-1) unstable; urgency=low * New upstream release * Add watch file for uscan -- Ivan Kohler Wed, 1 Sep 2004 05:08:48 -0700 libdns-zoneparse-perl (0.91-1) unstable; urgency=low * New upstream release * debhelper compat v4 * Change Section: from interpreters to perl -- Ivan Kohler Sun, 28 Mar 2004 23:20:48 -0800 libdns-zoneparse-perl (0.82-1) unstable; urgency=low * New upstream release * binary-arch vs. binary-indep (closes: Bug#153355) * debian/copyright pedantry (closes: Bug#153376, Bug#153335) -- Ivan Kohler Sat, 7 Sep 2002 06:37:34 -0700 libdns-zoneparse-perl (0.81-1) unstable; urgency=low * New upstream release (closes: Bug#147828) -- Ivan Kohler Sun, 14 Jul 2002 18:47:18 -0700 libdns-zoneparse-perl (0.8-1) unstable; urgency=low * Initial Release (closes: Bug#143719). -- Ivan Kohler Sat, 20 Apr 2002 01:14:56 -0700 Local variables: mode: debian-changelog End: debian/compat0000644000000000000000000000000211742322153010364 0ustar 8 debian/copyright0000644000000000000000000000251711742322153011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: DNS-ZoneParse Source: http://search.cpan.org/dist/DNS-ZoneParse/ Upstream-Contact: Mike Schilli (m@perlmeister.com) Files: * Copyright: 2003, Simon Flack (perl@simonflack.com) License: Artistic or GPL-1+ Comment: The explicit copyright notice from REAMDE vanished but it is assumed it still applies; and Simon Flack is still listed as the author of the software, so under the Berne Convention he can be assumed to be the copyright holder in any case. Files: debian/* Copyright: 2002, 2004, 2005, Ivan Kohler 2012, gregor herrmann License: Artistic or GPL-1+ 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-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016711742322153010223 0ustar version=3 http://search.cpan.org/dist/DNS-ZoneParse/ .*/DNS-ZoneParse-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$