debian/0000755000000000000000000000000012164263414007171 5ustar debian/patches/0000755000000000000000000000000012164263231010615 5ustar debian/control0000644000000000000000000000144712164263217010603 0ustar Source: libxml-commonns-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libxml-namespacefactory-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libxml-commonns-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-commonns-perl.git Homepage: http://search.cpan.org/dist/XML-CommonNS/ Package: libxml-commonns-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: list of commonly used XML namespaces XML::CommonNS is a Perl library providing a list of commonly used XML namespaces, with XML::NamespaceFactory integration. debian/source/0000755000000000000000000000000012007444676010500 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000304512164263414011045 0ustar libxml-commonns-perl (0.06-2) unstable; urgency=low [ Jonas Smedegaard ] * Update package relations: + Stop build-depending on libtest-simple-perl or libmodule-build-perl: Provided by perl(-modules) even in oldstable. + Relax to build-depend unversioned on cdbs, debhelper and devscripts: Needed versions satisfied even in oldstable. * 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 13:23:35 +0200 libxml-commonns-perl (0.06-1) unstable; urgency=low * Initial packaging release. Closes: bug#616506. -- Jonas Smedegaard Sat, 05 Mar 2011 02:59:28 +0100 debian/README.source0000644000000000000000000000056312134175445011357 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/compat0000644000000000000000000000000212164262323010365 0ustar 8 debian/watch0000644000000000000000000000023711534306513010222 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/XML-CommonNS/ .*/XML-CommonNS-(\d.*)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000115112164263215012326 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 t/00.load.t t/05-basics.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/XML/CommonNS.pm Copyright: 2003, Robin Berjon License: UNKNOWN FIXME Files: debian/rules Copyright: 2011-2013, Jonas Smedegaard License: GPL-3+ FIXME debian/copyright0000644000000000000000000000321312164263067011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XML::CommonNS Upstream-Contact: Chris Prather Source: http://search.cpan.org/dist/XML-CommonNS/ 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/rules0000755000000000000000000000245712164263163010262 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011, 2012, 2013 Jonas Smedegaard # Description: Main Debian packaging script for XML::CommonNS # # 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-CommonNS DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/XML DEB_UPSTREAM_TARBALL_MD5 = b1825e94c93a91f4d54502c434818fb7 # Needed by upstream build and (always) at runtime deps = libxml-namespacefactory-perl CDBS_BUILD_DEPENDS +=, $(deps) CDBS_DEPENDS_$(pkg) = $(deps) debian/control.in0000644000000000000000000000133312164262415011201 0ustar Source: libxml-commonns-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-commonns-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-commonns-perl.git Homepage: http://search.cpan.org/dist/XML-CommonNS/ Package: libxml-commonns-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: list of commonly used XML namespaces XML::CommonNS is a Perl library providing a list of commonly used XML namespaces, with XML::NamespaceFactory integration.