debian/0000755000000000000000000000000012206723314007166 5ustar debian/libxml-writer-perl.examples0000644000000000000000000000001311672204072014462 0ustar examples/* debian/watch0000644000000000000000000000015712101267611010217 0ustar version=3 https://metacpan.org/release/XML-Writer/ .*/XML-Writer-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/copyright0000644000000000000000000000312712206723143011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XML-Writer Upstream-Contact: Joseph Walton Source: https://metacpan.org/release/XML-Writer/ Files: * Copyright: 1999 by Megginson Technologies. 2003 Ed Avis 2004-2010 Joseph Walton License: other Redistribution and use in source and compiled forms, with or without modification, are permitted under any circumstances. No warranty. Files: debian/* Copyright: 1999-2003, Ardo van Rangelrooij 1999, Stevie Strickland 2003-2005, Kenneth J. Pronovici 2005, Florian Ernst 2006-2012, gregor herrmann 2006, Niko Tyni 2008, Brian Cassidy 2008-2009, Rene Mayorga 2010, Franck Joncourt 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/control0000644000000000000000000000333012206723140010565 0ustar Source: libxml-writer-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Niko Tyni , gregor herrmann , Rene Mayorga , Brian Cassidy , Franck Joncourt , Nathan Handler Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/XML-Writer/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-writer-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-writer-perl.git Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl Package: libxml-writer-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl module for writing XML documents XML::Writer is a helper module for Perl programs that write an XML document. The module handles all escaping for attribute values and character data and constructs different types of markup, such as tags, comments, and processing instructions. . By default, the module performs several well-formedness checks to catch errors during output. This behaviour can be extremely useful during development and debugging, but it can be turned off for production-grade code. . The module can operate either in regular mode in or Namespace processing mode. In Namespace mode, the module will generate Namespace Declarations itself, and will perform additional checks on the output. . Additional support is available for a simplified data mode with no mixed content: newlines are automatically inserted around elements and elements can optionally be indented based as their nesting level. debian/compat0000644000000000000000000000000211706543240010366 0ustar 8 debian/changelog0000644000000000000000000002721512206723314011047 0ustar libxml-writer-perl (0.623-1) unstable; urgency=low * Team upload [ Nathan Handler ] * Email change: Nathan Handler -> nhandler@debian.org [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 0.623 * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0) -- Florian Schlichting Mon, 26 Aug 2013 21:04:35 +0200 libxml-writer-perl (0.615-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * Update years of packaging copyright and license stanzas in debian/copyright. * Switch to debhelper compatibility level 8. * Bump Standards-Version to 3.9.2 (no changes). -- gregor herrmann Fri, 20 Jan 2012 22:22:14 +0100 libxml-writer-perl (0.612-1) unstable; urgency=low * New upstream release: + Removed patch t_upstream_license.diff (applied by upstream). * Bumped up Standards-Version to 3.9.1: + Refreshed d.copyright to point to GPL-1 rather than the GPL symlink in /usr/share/common-licenses/. -- Franck Joncourt Sun, 22 Aug 2010 17:20:51 +0200 libxml-writer-perl (0.611-1) unstable; urgency=low [ Brian Cassidy ] * New upstream release. [ Rene Mayorga ] * debian/control: update my email address. [ Nathan Handler ] * New upstream release (0.610) * debian/watch: - Update to ignore development releases. * debian/control: - Add myself to list of Uploaders [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ gregor herrmann ] * Change my email address. [ Franck Joncourt ] * New upstream release (0.607 and 0.611) + Added t_upstream_license.diff patch to fix pod documentation and mention the latest license. + Refreshed d.copyright with the updated license. * Used tiny dh template in d.rules. * Switch to dpkg-source 3.0 (quilt) format. * Added /me to Uploaders. (Refreshed both d.control and d.copyright accordingly) * Refreshed d.copyright to follow DEP5 guideline. * Set section only in source package (removed dupliacte entry). * Set priority only in source package (removed dupliacte entry). * Bumped up Standards-Version to 3.8.4 (no changes). -- Franck Joncourt Sun, 25 Apr 2010 22:40:57 +0200 libxml-writer-perl (0.605-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Brian Cassidy ] * New upstream release. * debian/rules: use template from dh-make-perl. * debian/copyright: switch to new format. * debian/control: + added myself to Uploaders. + Raise debhelper to version 7 + Raise Standards-Version to 3.8.0 * debian/compat: Raise to version 7 -- Brian Cassidy Tue, 02 Dec 2008 16:18:24 -0400 libxml-writer-perl (0.604-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: Homepage pseudo-field (Description); XS-Vcs-Svn fields. * debian/rules: delete /usr/lib/perl5 only if it exists. [ Frank Lichtenheld ] * debian/rules: Cleanup: + fix dependency of build-stamp on configure-stamp + split PREFIX into DESTDIR and PREFIX + remove useless OPTIMIZE argument + reorder clean target [ Rene Mayorga ] * New upstream release * debian/control + Raise debhelper version to 6 + Set standards-version to 3.7.3 ( no changes needed ) + Add myself to uploaders and wrap this field * debian/rules + Add install-stamp target and let it depends on build-stamp + use $@ when touching -stamp files + remove dh_installdirs call + Install examples * debian/copyright : Add a dist-based URL * remove debian/libxml-writer-perl.docs + README has almost the same info from POD * Improve debian/watch -- Rene Mayorga Mon, 25 Feb 2008 23:31:24 -0600 libxml-writer-perl (0.603-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sun, 15 Jul 2007 01:14:33 +0200 libxml-writer-perl (0.602-1) unstable; urgency=low * New upstream release. * Add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep. -- gregor herrmann Sun, 19 Nov 2006 18:19:17 +0100 libxml-writer-perl (0.601-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.7.2 (no changes). -- gregor herrmann Sat, 2 Sep 2006 20:03:51 +0200 libxml-writer-perl (0.600-3) unstable; urgency=low * Adopted for the Debian Perl Group. (Closes: #360945) * debian/copyright: + extend notes about previous and current maintainers + fix license information * debian/control: + move debhelper to from Build-Depends-Indep to Build-Depends, as it's required by the 'clean' target. + upgrade to debhelper compatibility level 5. + fix indentation of the Homepage information. + add ${misc:Depends} to Depends * debian/rules: don't ignore the result of 'make distclean'. -- Niko Tyni Sun, 9 Apr 2006 13:15:03 +0300 libxml-writer-perl (0.600-2) unstable; urgency=low * New maintainer. (Closes: #331103: ITA: libxml-writer-perl -- Perl module for writing XML documents) * debian/control: add upstream Homepage to long description * debian/copyright: extend note about previous and current maintainer * Minor adjustments to follow latest Perl Policy * Standards-Version 3.6.2, no changes required -- Florian Ernst Fri, 7 Oct 2005 17:05:12 +0200 libxml-writer-perl (0.600-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Mon, 11 Jul 2005 21:54:11 -0500 libxml-writer-perl (0.545-1) unstable; urgency=low * New upstream release. * Updated debian/copyright to use latest info from README and Writer.pm. -- Kenneth J. Pronovici Mon, 6 Jun 2005 18:57:37 -0500 libxml-writer-perl (0.540-1) unstable; urgency=low * New upstream release. - Release fixes ENCODING bug when using scalar OUTPUT (closes: #304477). -- Kenneth J. Pronovici Wed, 11 May 2005 13:48:03 -0500 libxml-writer-perl (0.531-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Tue, 15 Mar 2005 10:48:48 -0600 libxml-writer-perl (0.530-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Thu, 3 Feb 2005 09:38:00 -0600 libxml-writer-perl (0.520-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Thu, 14 Oct 2004 20:51:30 -0500 libxml-writer-perl (0.510-1) unstable; urgency=low * New upstream release. * Bumped standards version to 3.6.1 (no packaging changes). -- Kenneth J. Pronovici Mon, 31 May 2004 18:48:32 -0500 libxml-writer-perl (0.500-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Sun, 7 Mar 2004 18:14:54 -0600 libxml-writer-perl (0.4-10) unstable; urgency=low * Fix 'Parameterless "use IO" deprecated' warning (closes: #213219). - Change Writer.pm to 'use IO::Handle' rather than just 'use IO' - Update POD within Writer.pm to 'use IO::File' rather than 'use IO' -- Kenneth J. Pronovici Wed, 1 Oct 2003 14:05:11 -0500 libxml-writer-perl (0.4-9) unstable; urgency=low * Fixed Debian watch to more closely lock in the search pattern. -- Kenneth J. Pronovici Mon, 15 Sep 2003 12:31:41 -0500 libxml-writer-perl (0.4-8) unstable; urgency=low * New maintainer. * Added debian/watch file for my own housekeeping. * Reworked debian/rules for consistency with my other Perl packages. * Removed debian/libxml-writer-perl.install along with rules rework. -- Kenneth J. Pronovici Wed, 10 Sep 2003 16:03:27 -0500 libxml-writer-perl (0.4-7) unstable; urgency=low * debian/rules: moved debhelper compatibility level setting to 'debian/compat' per latest debhelper best practices * debian/control: updated sections according to latest archive changes: - 'libxml-writer-perl' from 'interpreters' to 'perl' * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1' * debian/control: upgraded to Debian Policy 3.6.0 (no changes) -- Ardo van Rangelrooij Mon, 1 Sep 2003 12:14:58 -0500 libxml-writer-perl (0.4-6) unstable; urgency=low * debian/rules: upgraded to debhelper v4 * debian/control: changed build dependency on debhelper accordingly * debian/rules: migrated from 'dh_movefiles' to 'dh_install' * debian/rules: split off 'install' target from 'binary-indep' target * debian/copyright: added pointer to license -- Ardo van Rangelrooij Tue, 6 Aug 2002 20:46:50 -0500 libxml-writer-perl (0.4-5) unstable; urgency=low * debian/control: upgraded to Debian Policy 3.5.6 -- Ardo van Rangelrooij Sun, 23 Dec 2001 21:53:56 -0600 libxml-writer-perl (0.4-4) unstable; urgency=low * debian/control: upgraded to Debian Policy 3.5.5 * debian/control: upgraded to Debian Perl Policy 1.20 -- Ardo van Rangelrooij Sun, 2 Sep 2001 17:58:39 -0500 libxml-writer-perl (0.4-3) unstable; urgency=low * debian/control: updated debhelper dependency to remove dh_testversion * debian/control: upgraded to Debian Policy 3.5.2 * debian/control: upgraded to Debian Perl Policy 1.17 * debian/rules: upgraded to Debian Perl Policy 1.17 -- Ardo van Rangelrooij Sun, 15 Apr 2001 19:35:28 -0500 libxml-writer-perl (0.4-2) unstable; urgency=low * debian/control: upgraded to Debian Policy 3.2.1 * debian/rules: upgraded to debhelper v3 -- Ardo van Rangelrooij Wed, 17 Jan 2001 14:08:53 -0600 libxml-writer-perl (0.4-1) unstable; urgency=low * New upstream release * debian/control: updated long description * debian/control: added missing Build-Depends * debian/copyright: updated -- Ardo van Rangelrooij Sat, 17 Jun 2000 19:26:22 +0200 libxml-writer-perl (0.3-1) unstable; urgency=low * New upstream release * Upgraded to Debian Policy 3.1.1 -- Ardo van Rangelrooij Mon, 13 Dec 1999 19:58:16 +0100 libxml-writer-perl (0.2-5) unstable; urgency=low * New maintainer * Upgraded to Debian Policy 3.0.1 * Upgraded to Debian Perl Policy 1.1 * Made lintian-free -- Ardo van Rangelrooij Thu, 21 Oct 1999 20:41:47 +0200 libxml-writer-perl (0.2-4) unstable; urgency=low * Attempts to mold the control file to fit perl policy :) -- Stevie Strickland Sat, 10 Jul 1999 10:55:02 -0400 libxml-writer-perl (0.2-3) unstable; urgency=low * Packaging problems due to fakeroot, now 'sudo debuild' ;) -- Stevie Strickland Tue, 15 Jun 1999 13:57:42 -0400 libxml-writer-perl (0.2-2) unstable; urgency=low * Fixes: #38961 -- Stevie Strickland Mon, 14 Jun 1999 07:35:36 -0400 libxml-writer-perl (0.2-1) unstable; urgency=low * Initial Release. -- Stevie Strickland Thu, 27 May 1999 18:55:35 -0400 debian/source/0000755000000000000000000000000012206723246010472 5ustar debian/source/format0000644000000000000000000000001411672204072011675 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611672204072010246 0ustar #!/usr/bin/make -f %: dh $@