--- libxml-dom-xpath-perl-0.14.orig/debian/control +++ libxml-dom-xpath-perl-0.14/debian/control @@ -0,0 +1,25 @@ +Source: libxml-dom-xpath-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: libxml-xpathengine-perl (>= 0.10), libxml-dom-perl, + libtest-pod-perl, libtest-pod-coverage-perl +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/XML-DOM-XPath/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-dom-xpath-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-dom-xpath-perl/ + +Package: libxml-dom-xpath-perl +Architecture: all +Depends: ${perl:Depends}, libxml-xpathengine-perl (>= 0.10), libxml-dom-perl +Description: adds XPath support to XML::DOM, using XML::XPathEngine + XML::DOM::XPath allows you to use XML::XPath methods to query a DOM. + This is often much easier than relying only on getElementsByTagName. + It lets you use all of the XML::DOM methods. + . + In truth this should only be used if you have existing code using XML::DOM. + If you start a new project and you can install XML::LibXML (and libxml2 on + which it is based) then you will get a DOM, XPath support and a lot more + power and speed. --- libxml-dom-xpath-perl-0.14.orig/debian/copyright +++ libxml-dom-xpath-perl-0.14/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by David Paleino on +Thu, 13 Sep 2007 10:14:03 +0200. + +It was downloaded from http://search.cpan.org/dist/XML-DOM-XPath/ + +Upstream Author: + + Michel Rodriguez + +Copyright: + + (C) 2003, Michel Rodriguez + +License: + + This library is free software; you can redistribute it and/or modify + it under the same terms as Perl itself: + 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" which comes with Perl. + + Perl is distributed under your choice of the GNU General Public License or + the Artistic License. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL', +while the complete text of the Artistic License can be found in +`/usr/share/common-licenses/Artistic'. + +The Debian packaging is (C) 2007, David Paleino and +is licensed under the GPL, see above. --- libxml-dom-xpath-perl-0.14.orig/debian/rules +++ libxml-dom-xpath-perl-0.14/debian/rules @@ -0,0 +1,60 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PERL ?= /usr/bin/perl +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + $(MAKE) test + touch $@ + +clean: + dh_testdir + dh_testroot + dh_clean build-stamp install-stamp + [ ! -f Makefile ] || $(MAKE) realclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + [ ! -d $(TMP)/usr/lib/perl5 ] || \ + rmdir --ignore-fail-on-non-empty --parents --verbose \ + $(TMP)/usr/lib/perl5 + touch $@ + +binary-arch: +# We have nothing to do here for an architecture-independent package + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs Changes + dh_perl + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libxml-dom-xpath-perl-0.14.orig/debian/changelog +++ libxml-dom-xpath-perl-0.14/debian/changelog @@ -0,0 +1,29 @@ +libxml-dom-xpath-perl (0.14-1) unstable; urgency=low + + [ David Paleino ] + * debian/control: removed myself from Uploaders + + [ 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. + * New upstream release. + * Remove utf8 patch (applied upstreams) and quilt framework. + * Refresh debian/rules, no functional changes. + * debian/control: + - make (build) dependency on libxml-xpathengine-perl versioned + - set Standards-Version to 3.7.3 (no changes) + - wrap long line + * debian/watch: extended regexp for matching upstream releases. + + -- gregor herrmann Wed, 16 Apr 2008 17:20:01 +0200 + +libxml-dom-xpath-perl (0.13-1) unstable; urgency=low + + [ David Paleino ] + * Initial release (Closes: #442118) + + [ gregor herrmann ] + * Add patch utf8 to make t/test_non_ascii.t work. + + -- gregor herrmann Wed, 19 Sep 2007 22:55:18 +0200 --- libxml-dom-xpath-perl-0.14.orig/debian/compat +++ libxml-dom-xpath-perl-0.14/debian/compat @@ -0,0 +1 @@ +5 --- libxml-dom-xpath-perl-0.14.orig/debian/watch +++ libxml-dom-xpath-perl-0.14/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/XML-DOM-XPath/ .*/XML-DOM-XPath-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)