debian/0000755000000000000000000000000012220173560007164 5ustar debian/README.source0000644000000000000000000000274311615744431011361 0ustar This package uses dpatch to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. To get the fully patched source after unpacking the source package, cd to the root level of the source package and run: debian/rules patch Removing a patch is as simple as removing its entry from the debian/patches/00list file, and please also remove the patch file itself. Creating a new patch is done with "dpatch-edit-patch patch XX_patchname" where you should replace XX with a new number and patchname with a descriptive shortname of the patch. You can then simply edit all the files your patch wants to edit, and then simply "exit 0" from the shell to actually create the patch file. To tweak an already existing patch, call "dpatch-edit-patch XX_patchname" and replace XX_patchname with the actual filename from debian/patches you want to use. To clean up afterwards again, "debian/rules unpatch" will do the work for you - or you can of course choose to call "fakeroot debian/rules clean" all together. --- this documentation is part of dpatch package, and may be used by packages using dpatch to comply with policy on README.source. This documentation is meant to be useful to users who are not proficient in dpatch in doing work with dpatch-based packages. Please send any improvements to the BTS of dpatch package. original text by Gerfried Fuchs, edited by Junichi Uekawa 10 Aug 2008. debian/patches/0000755000000000000000000000000012215334244010615 5ustar debian/patches/01-manpage0000644000000000000000000000110712215334244012365 0ustar Author: Alexander Zangerl Subject: fix wrong =head1 in xupdate pod diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' libxml-xupdate-libxml-perl-0.6.0~/xupdate libxml-xupdate-libxml-perl-0.6.0/xupdate --- libxml-xupdate-libxml-perl-0.6.0~/xupdate 2003-12-03 22:01:54.000000000 +1000 +++ libxml-xupdate-libxml-perl-0.6.0/xupdate 2011-08-02 19:59:05.220539411 +1000 @@ -85,7 +85,7 @@ __END__ -=head1 xupdate +=head1 NAME xupdate - Process XUpdate commands over an XML document debian/patches/series0000644000000000000000000000001312215334211012016 0ustar 01-manpage debian/changelog0000644000000000000000000000107612220173560011042 0ustar libxml-xupdate-libxml-perl (0.6.0-3) unstable; urgency=low * updated long description to include module name -- Alexander Zangerl Tue, 24 Sep 2013 12:22:40 +1000 libxml-xupdate-libxml-perl (0.6.0-2) unstable; urgency=low * lifted standards version * changed to 3.0 quilt source format (closes: #671664) -- Alexander Zangerl Sun, 15 Sep 2013 23:38:51 +1000 libxml-xupdate-libxml-perl (0.6.0-1) unstable; urgency=low * initial upload (closes: #636176) -- Alexander Zangerl Tue, 02 Aug 2011 19:22:41 +1000 debian/control0000644000000000000000000000144312220173541010570 0ustar Source: libxml-xupdate-libxml-perl Maintainer: Alexander Zangerl Priority: optional Section: perl Build-Depends: debhelper (>=8.0.0) Build-Depends-Indep: perl, libxml-libxml-iterator-perl Standards-Version: 3.9.4 Package: libxml-xupdate-libxml-perl Architecture: all Priority: optional Section: perl Depends: perl, libxml-libxml-perl, libxml-libxml-iterator-perl, ${perl:Depends}, ${misc:Depends} Homepage: http://search.cpan.org/~pajas/XML-XUpdate-LibXML/ Description: Perl module that implements XUpdate modification language XUpdate is a language for expressing modifications to be performed on an XML document, and XML::XUpdate::LibXML provides the methods for applying such updates. The module implements the XUpdate format as described in the latest XUpdate Working Draft. debian/copyright0000644000000000000000000000101611615741242011122 0ustar This package was debianized by Alexander Zangerl . It was downloaded from http://search.cpan.org/~pajas/XML-XUpdate-LibXML-0.6.0/ Upstream Author: Petr Pajas Copyright: "Copyright 2002-2005 Petr Pajas, All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself." On Debian GNU/Linux systems, the complete texts of the GNU General Public License and the Artistic License can be found in `/usr/share/common-licenses/'. debian/compat0000644000000000000000000000000211615742513010371 0ustar 8 debian/watch0000644000000000000000000000022311615740505010220 0ustar # format version number, currently 3; this line is compulsory! version=3 http://www.cpan.org/authors/id/P/PA/PAJAS/XML-XUpdate-LibXML-(.*).tar.gz debian/libxml-xupdate-libxml-perl.docs0000644000000000000000000000002511615744477015241 0ustar debian/README.source debian/rules0000755000000000000000000000201312215334375010247 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. PACKAGE=$(shell dh_listpackages) TMP=$(CURDIR)/debian/$(PACKAGE) configure: Makefile Makefile: Makefile.PL dh_testdir perl Makefile.PL INSTALLDIRS=vendor build-arch: build build-indep: build build: build-stamp build-stamp: configure dh_testdir $(MAKE) OPTIMIZE="-O2 -g -Wall" touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean rm -f Makefile Makefile.old dh_clean # Build architecture-independent files here. binary-indep: build dh_testdir dh_testroot dh_clean dh_installdirs $(MAKE) test $(MAKE) install DESTDIR=$(CURDIR)/debian/$(PACKAGE) dh_install dh_installdocs -n dh_installchangelogs Changes dh_compress dh_fixperms dh_installdeb dh_perl dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. binary-arch: build binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary configure debian/source/0000755000000000000000000000000012215334005010461 5ustar debian/source/format0000644000000000000000000000001412215334005011667 0ustar 3.0 (quilt)