debian/0000755000000000000000000000000012224602444007166 5ustar debian/patches/0000755000000000000000000000000012224602444010615 5ustar debian/patches/series0000644000000000000000000000001712224602444012030 0ustar spelling.patch debian/patches/spelling.patch0000644000000000000000000000212112224602444013447 0ustar Description: Fix two typos found by lintian Author: Florian Schlichting Forwarded: https://github.com/harishmadabushi/XML-Smart/pull/2/files --- a/lib/XML/Smart.pm +++ b/lib/XML/Smart.pm @@ -1757,7 +1757,7 @@ I can be a source, file, GLOB or URL. -This method is usefull if you need to have the XML generated by I +This method is useful if you need to have the XML generated by I formated in a specific DTD, so, elements will be nodes automatically, attributes will be checked, required elements and attributes will be created, the element order will be set, etc... @@ -1891,7 +1891,7 @@ ** This is good when you want to keep 2 versions of the same XML tree in the memory, since one object can't change the tree of the other! -B set_node(), set_cdata() and set_binary() changes are not persistant over copy - +B set_node(), set_cdata() and set_binary() changes are not persistent over copy - Once you create a second copy these states are lost. b do not copy after apply_dtd() unless you have checked for dtd errors. debian/watch0000644000000000000000000000016012101267602010211 0ustar version=3 https://metacpan.org/release/XML-Smart/ .*/XML-Smart-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000244012122160557011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XML-Smart Source: https://metacpan.org/release/XML-Smart/ Upstream-Contact: Harish T Madabushi Files: * Copyright: 2003, Graciliano Monteiro Passos License: Artistic or GPL-1+ Files: lib/XML/Smart/Parser.pm Copyright: 2000-2001, Paul Kulchenko License: Artistic or GPL-1+ Files: debian/* Copyright: 2004, 2005, Jay Bonci 2004, Michael K. Edwards 2010, Ansgar Burchardt 2013, Xavier Guimard 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/control0000644000000000000000000000311012224602444010564 0ustar Source: libxml-smart-perl Maintainer: Debian Perl Group Uploaders: Jay Bonci , Ansgar Burchardt , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libdevel-cycle-perl, libobject-multitype-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-smart-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-smart-perl.git Homepage: https://metacpan.org/release/XML-Smart/ Package: libxml-smart-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libobject-multitype-perl Description: Perl module for access to parsed XML trees With the XML::Smart module, nodes in an XML tree made with XML::LibXML can be accessed equally conveniently with the Perl syntax for hashes and arrays. It also provides convenience features such as searching for nodes by attribute, selection of an attribute value in each of multiple nodes, change the format of returned data, and so forth. . The module also professes to automatically handle binary data (encoding/decoding to/from base64), CDATA sections (used for text content with unbalanced and so forth), and Unicode. It can be used to create XML files and load XML from the Web (just pasting an URL as a file path). It also provides an easy way to send XML data through sockets, adding the length of the data in the header. debian/compat0000644000000000000000000000000212122160557010365 0ustar 8 debian/changelog0000644000000000000000000000461512224602444011046 0ustar libxml-smart-perl (1.78-1) unstable; urgency=low * Team upload [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 1.77 * debian/copyright: + bump format to 1.0 + update XML::Smart::Parser copyright * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Refresh and report spelling patch [ Florian Schlichting ] * Import Upstream version 1.78 * Drop old spelling.patch, applied upstream; add new spelling.patch with different issues * Add build-dependency on libdevel-cycle-perl to enable another test -- Florian Schlichting Mon, 07 Oct 2013 20:43:28 +0200 libxml-smart-perl (1.6.9-3) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). * Set Maintainer to Debian Perl Group. * Use dist-based URL in debian/watch. * debian/control: Added: ${misc:Depends} to Depends: field. [ Ansgar Burchardt ] * Refresh rules for debhelper 7. * No longer install README. * Convert debian/copyright to proposed machine-readable format. * Bump Standards-Version to 3.8.3. * Add myself to Uploaders. * debian/control: Mention module name in description. * debian/watch: Use extended regular expression to match upstream releases. * New patch: spelling.patch to fix spelling error in documentation. * Use source format 3.0 (quilt). -- Ansgar Burchardt Sun, 03 Jan 2010 23:30:24 +0900 libxml-smart-perl (1.6.9-2) unstable; urgency=low * New maintainer (Closes: #200239) * Adds uupdate capability to debian/watch -- Jay Bonci Fri, 18 Mar 2005 16:43:19 -0500 libxml-smart-perl (1.6.9-1) unstable; urgency=low * New upstream version -- Jay Bonci Tue, 28 Dec 2004 23:50:21 -0500 libxml-smart-perl (1.6.8-1) unstable; urgency=low * New upstream version (Closes: #270622) * Adds debian/watch file so uscan will work -- Jay Bonci Wed, 27 Oct 2004 16:53:45 -0400 libxml-smart-perl (1.5-1) unstable; urgency=low * Initial Release. -- Michael K. Edwards Mon, 19 Jan 2004 15:36:14 -0800 debian/source/0000755000000000000000000000000011672204046010470 5ustar debian/source/format0000644000000000000000000000001411672204046011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003511672204046010246 0ustar #!/usr/bin/make -f %: dh $@