debian/0000755000000000000000000000000011764431463007177 5ustar debian/control0000644000000000000000000000177711764431560010614 0ustar Source: libtest-xpath-perl Section: perl Priority: optional Build-Depends: devscripts, perl, perl-modules (>= 5.10.0) | libmodule-build-perl (>= 0.2808), cdbs (>= 0.4.78~), debhelper, dh-buildinfo, libxml-libxml-perl, libhtml-selector-xpath-perl (>= 0.06), libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libtest-xpath-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-xpath-perl.git Homepage: http://search.cpan.org/dist/Test-XPath/ Package: libtest-xpath-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: test XML and HTML content and structure with XPath expressions Test::XPath lets you use the power of XPath expressions to validate the structure of your XML and HTML documents. debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025711764431463011055 0ustar libtest-xpath-perl (0.16-1) unstable; urgency=low * Initial packaging release. Closes: bug#676666. -- Jonas Smedegaard Fri, 08 Jun 2012 19:15:29 +0200 debian/compat0000644000000000000000000000000211524363714010372 0ustar 7 debian/watch0000644000000000000000000000030211764425523010223 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 opts=uversionmangle=s/_(\d+)/~$1/ \ http://search.cpan.org/dist/Test-XPath/ .*/Test-XPath-([\d._]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000152611764431123012334 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Build.PL Changes MANIFEST META.json META.yml debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch t/blocks.t t/css_selector.t t/ex.t t/menu.xml t/pod.t t/simple.t t/strongrrl.html t/subclass.t t/xhtml.t t/xmlns.t t/xpath.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/Test/XPath.pm Copyright: 2009, David E. Wheeler. Some Rights Reserved 2009-2010, David E. Wheeler. Some Rights Reserved License: UNKNOWN FIXME Files: debian/rules Copyright: 2012, Jonas Smedegaard License: GPL-2+ FIXME Files: t/atom.xml Copyright: 2003, Mark Pilgrim License: UNKNOWN FIXME debian/copyright0000644000000000000000000000314411764431165011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test::XPath Upstream-Contact: David E. Wheeler Source: http://search.cpan.org/dist/Test-XPath/ Files: * Copyright: 2009-2010, David E. Wheeler License: Artistic or GPL-1+ This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Comment: Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: debian/* Copyright: 2012, Jonas Smedegaard License: GPL-2+ License: Artistic Comment: On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-2+ 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 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000272011764431443010256 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2012, Jonas Smedegaard # Description: Main Debian packaging script for Test::XPath # # 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 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-build.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Test-XPath DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Test DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/ DEB_UPSTREAM_TARBALL_MD5 = c1d4bd7a48d25fb301c5dd95f78b621c # Needed both by upstream build and (always/often) at runtime deps = libxml-libxml-perl recommends = libhtml-selector-xpath-perl (>= 0.06), libtest-pod-perl recommends += , libtest-pod-coverage-perl CDBS_BUILD_DEPENDS += , $(deps), $(recommends) CDBS_DEPENDS_ALL = $(deps) CDBS_RECOMMENDS_ALL = $(recommends) debian/control.in0000644000000000000000000000143311764426073011211 0ustar Source: libtest-xpath-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libtest-xpath-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-xpath-perl.git Homepage: http://search.cpan.org/dist/Test-XPath/ Package: libtest-xpath-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: test XML and HTML content and structure with XPath expressions Test::XPath lets you use the power of XPath expressions to validate the structure of your XML and HTML documents.