--- libxml-handler-composer-perl-0.01.orig/debian/compat +++ libxml-handler-composer-perl-0.01/debian/compat @@ -0,0 +1 @@ +6 --- libxml-handler-composer-perl-0.01.orig/debian/copyright +++ libxml-handler-composer-perl-0.01/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Ardo van Rangelrooij +on Mon, Sep 3, 2001, 12:24:23 -0500. + +It was downloaded from the Comprehensive Perl Archive Network (CPAN). +Visit to find a CPAN site near you. + +Upstream Author: Enno Derksen + +Copyright: +Copyright (c) 1999,2000 Enno Derksen + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + a) the GNU General Public License as published by the Free + Software Foundation; either version 1, or (at your option) any + later version, or + + b) the "Artistic License" + + See: + + /usr/share/common-licenses/Artistic + /usr/share/common-licenses/GPL + + For more information regarding these licensing options + --- libxml-handler-composer-perl-0.01.orig/debian/changelog +++ libxml-handler-composer-perl-0.01/debian/changelog @@ -0,0 +1,72 @@ +libxml-handler-composer-perl (0.01-7) 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/rules: delete /usr/lib/perl5 only if it exists. + + [ Michael Shuler ] + * Updated long description to include features (Closes: #304930) + + [ David Paleino ] + * Removed useless fields from Binary stanza + * Standards-Version to 3.7.3 + + [ Gunnar Wolf ] + * Moved debhelper compat level to 6 + * Added myself as an uploader + * No longer ignores "make clean" results + * debhelper goes to b-d, not b-d-i + + -- Gunnar Wolf Thu, 07 Feb 2008 17:03:40 -0600 + +libxml-handler-composer-perl (0.01-6) unstable; urgency=low + + * Adds debian/watch file so uscan will work + + -- Jay Bonci Wed, 27 Oct 2004 11:16:18 -0400 + +libxml-handler-composer-perl (0.01-5) unstable; urgency=low + + * New Maintainer (Closes: #210529) + * Standards-version bump to 3.6.1.0 (no other changes) + * Added clarified boilerplate copyright text in regards to Perl license + * Removed .install file + * Moved over to my standard rules template + + -- Jay Bonci Thu, 4 Mar 2004 00:32:04 -0500 + +libxml-handler-composer-perl (0.01-4) 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-handler-composer-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 12:05:36 -0500 + +libxml-handler-composer-perl (0.01-3) 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 Thu, 8 Aug 2002 20:31:23 -0500 + +libxml-handler-composer-perl (0.01-2) unstable; urgency=low + + * debian/control: upgraded to Debian Policy 3.5.6 + + -- Ardo van Rangelrooij Sun, 23 Dec 2001 18:30:37 -0600 + +libxml-handler-composer-perl (0.01-1) unstable; urgency=low + + * Initial release as a separate package + + -- Ardo van Rangelrooij Mon, 3 Sep 2001 12:24:29 -0500 --- libxml-handler-composer-perl-0.01.orig/debian/rules +++ libxml-handler-composer-perl-0.01/debian/rules @@ -0,0 +1,53 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatibility version to use. +# export DH_COMPAT=4 + +PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"` + + +build: + dh_testdir + # Add here commands to compile the package. + perl Makefile.PL verbose INSTALLDIRS=vendor +clean: + dh_testdir + dh_testroot + + [ ! -f Makefile ] || $(MAKE) clean + rm -f Makefile.old + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install + [ ! -d $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5 + +binary-arch:; +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installman + dh_installchangelogs Changes + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- libxml-handler-composer-perl-0.01.orig/debian/libxml-handler-composer-perl.docs +++ libxml-handler-composer-perl-0.01/debian/libxml-handler-composer-perl.docs @@ -0,0 +1 @@ +README --- libxml-handler-composer-perl-0.01.orig/debian/watch +++ libxml-handler-composer-perl-0.01/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/XML-Handler-Composer/ .*/XML-Handler-Composer-([[:digit:]].*)\.tar\.gz --- libxml-handler-composer-perl-0.01.orig/debian/control +++ libxml-handler-composer-perl-0.01/debian/control @@ -0,0 +1,30 @@ +Source: libxml-handler-composer-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , Gunnar Wolf +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/XML-Handler-Composer/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-handler-composer-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-handler-composer-perl/ +Build-Depends: debhelper (>= 6) +Build-Depends-Indep: perl, libxml-um-perl + +Package: libxml-handler-composer-perl +Architecture: all +Depends: ${perl:Depends}, libxml-um-perl +Conflicts: libxml-enno-perl +Replaces: libxml-enno-perl +Description: Perl module for generating XML output + This module is similar to XML::Writer, XML::Handler::XMLWriter, + XML::Handler::YAWriter etc. in that it generates XML output. + . + This implementation may not be fast and it may not be the best + solution for your particular problem, but it has some features that + may be missing in the other implementations, such as: + * Supports every output encoding that XML::UM supports - XML::UM + supports every encoding for which there is a mapping file in the + XML::Encoding distribution. + * Pretty printing when used with XML::Filter::Reindent. + * Fine control over which kind of quotes are used. + * Supports PerlSAX interface.