debian/0000755000000000000000000000000012164260565007175 5ustar debian/control0000644000000000000000000000156512164260344010602 0ustar Source: libxml-namespace-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libxml-namespace-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-namespace-perl.git Homepage: http://search.cpan.org/dist/XML-Namespace/ Package: libxml-namespace-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: simple support for XML namespaces XML::Namespace is a Perl module implementing a simple object for representing XML Namespaces. It provides little more than some syntactic sugar for your Perl programs, saving you the bother of typing lots of long-winded URIs. debian/source/0000755000000000000000000000000012007441340010461 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000310712164260565011050 0ustar libxml-namespace-perl (0.02-2) unstable; urgency=low [ Jonas Smedegaard ] * Update package relations: + Drop needlessly build-depending on libtest-simple-perl: Provided by perl itself. + Relax to build-depend unversioned on cdbs, debhelper and devscripts: Needed versions satisfied even in oldstable. * Tidy long description: + Drop comment about origin of the code. * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Bump debhelper compatibility level to 8. * 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. [ gregor herrmann ] * Remove debian/source/local-options: abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. [ Salvatore Bonaccorso ] * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI. -- Jonas Smedegaard Mon, 01 Jul 2013 12:59:17 +0200 libxml-namespace-perl (0.02-1) unstable; urgency=low * Initial packaging release. Closes: bug#616508. -- Jonas Smedegaard Sat, 05 Mar 2011 03:36:59 +0100 debian/README.source0000644000000000000000000000056312134175363011356 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/compat0000644000000000000000000000000212164257510010367 0ustar 8 debian/watch0000644000000000000000000000024111534317224010216 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/XML-Namespace/ .*/XML-Namespace-(\d.*)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000111312164260341012321 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: MANIFEST META.yml Makefile.PL debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch t/namespace.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/XML/Namespace.pm Copyright: 2005, Andy Wardley. License: UNKNOWN FIXME Files: debian/rules Copyright: 2011-2013, Jonas Smedegaard License: GPL-3+ FIXME debian/copyright0000644000000000000000000000317512164260220011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XML::Namespace Upstream-Contact: Andy Wardley Source: http://search.cpan.org/dist/XML-Namespace/ Files: * Copyright: 2005, Andy Wardley License: Artistic or GPL-1+ Comment: License: . This module 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/rules0000755000000000000000000000220212164260315010242 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011, 2012, 2013 Jonas Smedegaard # Description: Main Debian packaging script for XML::Namespace # # 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-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = XML-Namespace DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/XML DEB_UPSTREAM_TARBALL_MD5 = f0f9e0b6e3ac6ff5f5e9a834615e224d debian/control.in0000644000000000000000000000151012164257577011213 0ustar Source: libxml-namespace-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-namespace-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-namespace-perl.git Homepage: http://search.cpan.org/dist/XML-Namespace/ Package: libxml-namespace-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: simple support for XML namespaces XML::Namespace is a Perl module implementing a simple object for representing XML Namespaces. It provides little more than some syntactic sugar for your Perl programs, saving you the bother of typing lots of long-winded URIs.