debian/0000755000000000000000000000000011615772554007203 5ustar debian/control0000644000000000000000000000177111615772554010614 0ustar Source: libxml-generator-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jay Bonci , gregor herrmann , Jonathan Yu , Angel Abad Build-Depends: debhelper (>= 8), Build-Depends-Indep: libtie-ixhash-perl, libxml-dom-perl, perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-generator-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-generator-perl.git Homepage: http://search.cpan.org/dist/XML-Generator/ Package: libxml-generator-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libxml-dom-perl Suggests: libtie-ixhash-perl Description: Perl module for generating XML files XML::Generator is a simple Perl module to help in the generation of XML. You can create a generator object and then call a method for each tag, supplying the contents of that tag as parameters. debian/copyright0000644000000000000000000000244711615772554011145 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Benjamin Holzman Source: http://search.cpan.org/dist/XML-Generator/ Name: XML-Generator Files: * Copyright: 1999-2011, Benjamin Holzman License-Alias: Perl License: Artistic or GPL-1+ Files: debian/* Copyright: 1999-2003, Ardo van Rangelrooij 2004, Jay Bonci 2008, Roberto C. Sanchez 2008, gregor herrmann 2009, Ryan Niebur 2011, Angel Abad 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/watch0000644000000000000000000000016311615772554010234 0ustar version=3 http://search.cpan.org/dist/XML-Generator/ .*/XML-Generator-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/patches/0000755000000000000000000000000011615772554010632 5ustar debian/patches/series0000644000000000000000000000003611615772554012046 0ustar 01-fix_manpages_section.patch debian/patches/01-fix_manpages_section.patch0000644000000000000000000000130311615772554016253 0ustar Description: added to fix the manpages section from "3" to "3pm" Forwarded: no Author: David Paleino Last-Update: 2011-08-01 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ WriteMakefile( 'NAME' => 'XML::Generator', 'PM' => { 'Generator.pm' => '$(INST_LIBDIR)/Generator.pm', 'DOM.pm' => '$(INST_LIBDIR)/Generator/DOM.pm' }, - 'MAN3PODS' => { 'Generator.pm' => '$(INST_MAN3DIR)/XML::Generator.3', - 'DOM.pm' => '$(INST_MAN3DIR)/XML::Generator::DOM.3' }, + 'MAN3PODS' => { 'Generator.pm' => '$(INST_MAN3DIR)/XML::Generator.3pm', + 'DOM.pm' => '$(INST_MAN3DIR)/XML::Generator::DOM.3pm' }, 'VERSION_FROM' => 'Generator.pm', # finds $VERSION ); debian/compat0000644000000000000000000000000211615772554010401 0ustar 8 debian/changelog0000644000000000000000000001637311615772554011067 0ustar libxml-generator-perl (1.04-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Updated copyright information * Added myself to Uploaders and Copyright * Updated control description * Changed to new dh 7 short rules format [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * Email change: Jonathan Yu -> jawnsy@cpan.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Angel Abad ] * New upstream release * Switch to dpkg-source format 3.0 (quilt) * Update copyright file * Add myself to Uploaders * Bump Standards-Version to 3.9.2 (no changes) * Bump Debhelper compat level to 8 * Remove duplicate fields in control * debian/patches/01-fix_manpages_section.patch: - Add headers -- Angel Abad Mon, 01 Aug 2011 17:52:18 +0200 libxml-generator-perl (1.01-3) unstable; urgency=low * debian/rules: - touch Makefile in clean target after unpatching Makefile.PL to prevent it from being re-built; allows building twice in a row - refresh debian/rules in general * debian/watch: extended regexp for matching upstream releases. * Remove debian/libxml-generator-perl.docs, and don't install README any more. * Remove debian/libxml-generator-perl.install which was not used anyway. * debian/copyright: update years of copyright according to upstream README; point to specific URL for the upstream source; include proper refrences to the GPL and the Artistic license. * Add /me to Uploaders. -- gregor herrmann Wed, 30 Apr 2008 22:17:34 +0200 libxml-generator-perl (1.01-2) unstable; urgency=low * Properly update to debhelper compatibility level 6. -- Roberto C. Sanchez Thu, 10 Jan 2008 21:17:56 -0500 libxml-generator-perl (1.01-1) unstable; urgency=low [ David Paleino ] * New upstream release * debian/control: - bumped Standards-Version to latest 3.7.3 - added myself to Uploaders - moved debhelper to Build-Depends, required by clean target - added quilt to Build-Depends * debian/rules: - updated to support quilt patch system - do not ignore the return value of $(MAKE) clean * debian/patches: - 01-fix_manpages_section.patch added to fix the manpages section from "3" to "3pm" [ gregor herrmann ] * debian/rules: delete /usr/lib/perl5 only if it exists. * 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. [ Roberto C. Sanchez ] * Update to debhelper compatibility level 6. -- Roberto C. Sanchez Thu, 10 Jan 2008 20:54:02 -0500 libxml-generator-perl (0.99-2) unstable; urgency=low * Adds debian/watch file so uscan will actually work -- Jay Bonci Wed, 27 Oct 2004 10:58:04 -0400 libxml-generator-perl (0.99-1) unstable; urgency=low * New upstream version -- Jay Bonci Thu, 25 Mar 2004 15:28:02 -0500 libxml-generator-perl (0.93-4) unstable; urgency=low * New Maintainer, but actually change the control field this time -- Jay Bonci Wed, 25 Feb 2004 03:39:37 -0500 libxml-generator-perl (0.93-3) unstable; urgency=low * New Maintainer (Closes: #210527) * Bumped to policy-version 3.6.1.0 - No other changes * Changed to use my standard rules template * Fixed test failures (Closes: #230675). See diff for details * Fixes to POD formatting and content errors -- Jay Bonci Wed, 25 Feb 2004 02:47:41 -0500 libxml-generator-perl (0.93-2) unstable; urgency=low * debian/control: updated sections according to latest archive changes: - 'libxml-generator-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 Sat, 6 Sep 2003 11:57:24 -0500 libxml-generator-perl (0.93-1) unstable; urgency=low * New upstream release - manual pagess NAME entry fixed (closes: Bug#183934) * debian/copyright: updated * debian/control: upgraded to Debian Policy 3.5.8 (no changes) * debian/rules: moved debhelper compatibility level setting to 'debian/compat' per latest debhelper best practices * Makefile.PL: changed manual pages extension from '3' into '3pm' per Debian Perl Policy -- Ardo van Rangelrooij Sun, 9 Mar 2003 13:11:58 -0600 libxml-generator-perl (0.91-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 (closes: Bug#157667) -- Ardo van Rangelrooij Sun, 22 Sep 2002 14:13:11 -0500 libxml-generator-perl (0.91-5) unstable; urgency=low * debian/control: fixed small typo in long description (closes: Bug#119024) * debian/control: upgraded to Debian Policy 3.5.6 -- Ardo van Rangelrooij Sun, 11 Nov 2001 10:48:25 -0600 libxml-generator-perl (0.91-4) unstable; urgency=low * debian/control: changed (build) dependency on libxml-enno-perl to libxml-dom-perl * 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 13:04:11 -0500 libxml-generator-perl (0.91-3) unstable; urgency=low * debian/rules: `$(MAKE) test` runs without error due to new version of libxml-enno-perl * debian/control: added versioned dependency on libxml-enno-perl (>= 1.05) -- Ardo van Rangelrooij Mon, 28 May 2001 10:51:06 -0500 libxml-generator-perl (0.91-2) 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 17:28:00 -0500 libxml-generator-perl (0.91-1) unstable; urgency=low * New upstream release * debian/control: upgraded to Debian Policy 3.2.1 -- Ardo van Rangelrooij Wed, 27 Dec 2000 15:09:17 +0200 libxml-generator-perl (0.9-1) unstable; urgency=low * New upstream release -- Ardo van Rangelrooij Wed, 27 Dec 2000 15:05:12 +0200 libxml-generator-perl (0.8-1) unstable; urgency=low * New upstream release -- Ardo van Rangelrooij Fri, 21 Jul 2000 10:15:46 +0200 libxml-generator-perl (0.7-1) unstable; urgency=low * New upstream release * debian/control: updated short description * debian/control: upgraded to Debian Policy 3.1.1 * debian/copyright: updated -- Ardo van Rangelrooij Sat, 17 Jun 2000 14:58:25 +0200 libxml-generator-perl (0.5-1) unstable; urgency=low * Initial Release -- Ardo van Rangelrooij Tue, 16 Nov 1999 22:05:18 +0100 debian/source/0000755000000000000000000000000011615772554010503 5ustar debian/source/format0000644000000000000000000000001411615772554011711 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611615772554010262 0ustar #!/usr/bin/make -f %: dh $@