debian/0000755000000000000000000000000012164253770007175 5ustar debian/control0000644000000000000000000000172512164253537010606 0ustar Source: libxml-semanticdiff-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libxml-parser-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libxml-semanticdiff-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-semanticdiff-perl.git Homepage: http://search.cpan.org/dist/XML-SemanticDiff/ Package: libxml-semanticdiff-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: Perl extension for comparing XML documents This Perl module, XML::SemanticDiff, provides a library to semantically compare two XML files for equivalence. This is done while ignoring whitespace variations in the text as well as several permutations in the order of the tags. debian/source/0000755000000000000000000000000012007441013010456 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000270212164253770011050 0ustar libxml-semanticdiff-perl (1.00.00-2) unstable; urgency=low [ gregor herrmann ] * Remove debian/source/local-options: abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. [ Jonas Smedegaard ] * Update package relations: + Relax to (build-)depend unversioned on cdbs, debhelper and devscripts: Needed versions satisfied in stable, and oldstable no longer supported. * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, and referring to CDBS+git-buildpackage wiki page for details. * Use canonical hostname (anonscm.debian.org) in Vcs-Browser URI. * Bump standards-version to 3.9.4. * Update copyright file: + Bump file format to 1.0. + Shorten comments, quote licenses in them, and fix refer to explicit (versioned) licenses. + Fix list each license as separate License section. + Fix use comment and license pseudo-sections to obey silly restrictions of copyright format 1.0. * Bump packaging license to GPL-3+, and extend copyrigt coverage for myself to include recent years. [ Salvatore Bonaccorso ] * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI. -- Jonas Smedegaard Mon, 01 Jul 2013 12:18:47 +0200 libxml-semanticdiff-perl (1.00.00-1) unstable; urgency=low * Initial packaging release. Closes: bug#612604. -- Jonas Smedegaard Wed, 09 Feb 2011 16:01:20 +0100 debian/README.source0000644000000000000000000000056312134175267011361 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/compat0000644000000000000000000000000211524525060010364 0ustar 7 debian/watch0000644000000000000000000000034311524521667010230 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 opts="dversionmangle=s/(\d)\.(\d{2})\.(\d{2})/$1.$2$3/" \ http://search.cpan.org/dist/XML-SemanticDiff/ .*/XML-SemanticDiff-(\d.*)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000221312164253535012332 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.yml Makefile.PL debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch eg/camelids.xml eg/camelids2.xml eg/xmlsemdiff t/01basic.t t/02load_xml.t t/03simple_compare.t t/04namespaces.t t/05simple_handler.t t/06pass_to_handler.t t/07pitest.t t/08nonexist_ns.t t/09two-tags.t t/10wide-chars.t t/11tag-in-different-locations.t t/12missing-element-has-o-as-cdata.t t/13to-doc-read.t t/14ignore_xpath.t t/15ignore_multi.t t/pod-coverage.t t/pod.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/XML/SemanticDiff.pm Copyright: 2000, Kip Hampton. This program is License: Perl FIXME Files: debian/rules Copyright: 2011-2013, Jonas Smedegaard License: GPL-3+ FIXME Files: lib/XML/SemanticDiff/BasicHandler.pm Copyright: 2000, Kip Hampton. This program is free software; you can redistribute it and/or modify it License: Perl FIXME debian/copyright0000644000000000000000000000321412164252112011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XML::SemanticDiff Upstream-Contact: Kip Hampton Source: http://search.cpan.org/dist/XML-SemanticDiff/ Files: * Copyright: 2000, Kip Hampton License: Artistic or GPL-1+ Comment: License: . 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: 2011-2013, Jonas Smedegaard License: GPL-3+ 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-3+ 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 3, 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 3 is located in '/usr/share/common-licenses/GPL-3'. . 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/rules0000755000000000000000000000310712164252341010247 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011, 2012, 2013 Jonas Smedegaard # Description: Main Debian packaging script for XML::SemanticDiff # # 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 3, 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 pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = XML-SemanticDiff #DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/XML DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/(\d)\.(\d{2})\.(\d{2})/$$1.$$2$$3/ DEB_UPSTREAM_TARBALL_MD5 = 013a0f5d4e5347deda12e1e90e3ab9e7 # Needed by upstream build and (always) at runtime deps = libxml-parser-perl # Needed by upstream tests deps-test = libtest-pod-perl, libtest-pod-coverage-perl CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test) CDBS_DEPENDS_$(pkg) = $(deps) DEB_INSTALL_EXAMPLES_$(pkg) = eg/* debian/control.in0000644000000000000000000000154412164250130011174 0ustar Source: libxml-semanticdiff-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libxml-semanticdiff-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-semanticdiff-perl.git Homepage: http://search.cpan.org/dist/XML-SemanticDiff/ Package: libxml-semanticdiff-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: Perl extension for comparing XML documents This Perl module, XML::SemanticDiff, provides a library to semantically compare two XML files for equivalence. This is done while ignoring whitespace variations in the text as well as several permutations in the order of the tags.