debian/0000755000000000000000000000000011556403231007166 5ustar debian/control0000644000000000000000000000241211556403146010575 0ustar Source: libxml-dtdparser-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdata-compare-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-dtdparser-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-dtdparser-perl/ Homepage: http://search.cpan.org/dist/XML-DTDParser/ Package: libxml-dtdparser-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: perl module providing a quick and dirty DTD parser XML::DTDParser parses a DTD file and creates a data structure containing info about all tags, their allowed parameters, children, parents, optionality etc. . The module should be able to parse just about anything, but it intentionaly looses some information. Eg. if the DTD specifies that a tag should contain either CHILD1 or CHILD2 you only get that CHILD1 and CHILD2 are optional. That is the DTD contains . the result will be the same is if it contained . . You get the original unparsed parameter list as well so if you need this information you may parse it yourself. debian/copyright0000644000000000000000000000205411556402514011125 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Jenda@Krynicky.cz Source: http://search.cpan.org/dist/XML-DTDParser/ Name: XML-DTDParser Files: * Copyright: 2002, Jenda@Krynicky.cz License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Adrian von Bidder 2011, 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/watch0000644000000000000000000000016711556377364010244 0ustar version=3 http://search.cpan.org/dist/XML-DTDParser/ .*/XML-DTDParser-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211556377364010405 0ustar 7 debian/changelog0000644000000000000000000000167411556403222011050 0ustar libxml-dtdparser-perl (2.01-4) unstable; urgency=low * Take over for the Debian Perl Group; Closes: #624445 -- RFA/ITA * debian/control: Added: Vcs-Svn field (source stanza). Changed: Maintainer set to Debian Perl Group . * Don't install README anymore. * Set Standards-Version to 3.9.2 (no changes). * Add /me to Uploaders. * Bump debhelper compatibility level to 8. * debian/copyright: add years of upstream copyright. * Add libdata-compare-perl to Build-Depends-Indep. -- gregor herrmann Fri, 29 Apr 2011 02:30:09 +0200 libxml-dtdparser-perl (2.01-2) unstable; urgency=low * clean up debian/copyright * source format 3.0 (quilt) -- Adrian von Bidder Wed, 06 Apr 2011 13:34:36 +0200 libxml-dtdparser-perl (2.01-1) unstable; urgency=low * Initial Release. -- Adrian von Bidder Wed, 6 Apr 2011 11:38:40 +0200 debian/source/0000755000000000000000000000000011556403231010466 5ustar debian/source/format0000644000000000000000000000001411556377364011715 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611556377364010266 0ustar #!/usr/bin/make -f %: dh $@