debian/0000755000000000000000000000000012164257165007177 5ustar debian/control0000644000000000000000000000163312164256752010606 0ustar Source: libxml-namespacefactory-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-namespacefactory-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-namespacefactory-perl.git Homepage: http://search.cpan.org/dist/XML-NamespaceFactory/ Package: libxml-namespacefactory-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: simple factory objects for SAX namespaced names A number of accessors for namespaces in SAX use the JClark notation, {namespace}local-name. Those are a bit painful to type repeatedly, and somewhat error-prone as hash keys. XML::NamespaceFactory makes life easier. debian/source/0000755000000000000000000000000012007441176010470 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000273312164257165011056 0ustar libxml-namespacefactory-perl (1.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 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. [ Salvatore Bonaccorso ] * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI. -- Jonas Smedegaard Mon, 01 Jul 2013 12:46:38 +0200 libxml-namespacefactory-perl (1.00-1) unstable; urgency=low * Initial packaging release. Closes: bug#616507. -- Jonas Smedegaard Sat, 05 Mar 2011 03:06:30 +0100 debian/README.source0000644000000000000000000000056312134175342011353 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/compat0000644000000000000000000000000212164255440010367 0ustar 8 debian/watch0000644000000000000000000000025711534311727010227 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/XML-NamespaceFactory/ .*/XML-NamespaceFactory-(\d.*)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000115412164256746012344 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: Changes MANIFEST META.yml Makefile.PL debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch t/05-basics.t Copyright: *No copyright* License: UNKNOWN FIXME Files: NamespaceFactory.pm README Copyright: 2003, Robin Berjon 2003-2010, Robin Berjon License: UNKNOWN FIXME Files: debian/rules Copyright: 2011-2013, Jonas Smedegaard License: GPL-3+ FIXME debian/copyright0000644000000000000000000000323712164256676011145 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XML::NamespaceFactory Upstream-Contact: Robin Berjon Source: http://search.cpan.org/dist/XML-NamespaceFactory/ Files: * Copyright: 2003, Robin Berjon 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/rules0000755000000000000000000000233012164256647010261 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011, 2012, 2013 Jonas Smedegaard # Description: Main Debian packaging script for XML::NamespaceFactory # # 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-NamespaceFactory DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/XML DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN DEB_UPSTREAM_TARBALL_MD5 = 7690c6c95ef3f26e5279f456ed6b3cf0 debian/control.in0000644000000000000000000000155612164255524011213 0ustar Source: libxml-namespacefactory-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-namespacefactory-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-namespacefactory-perl.git Homepage: http://search.cpan.org/dist/XML-NamespaceFactory/ Package: libxml-namespacefactory-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: simple factory objects for SAX namespaced names A number of accessors for namespaces in SAX use the JClark notation, {namespace}local-name. Those are a bit painful to type repeatedly, and somewhat error-prone as hash keys. XML::NamespaceFactory makes life easier.