debian/0000755000000000000000000000000011772352130007167 5ustar debian/control0000644000000000000000000000224411772352205010577 0ustar Source: libdatetime-format-xsd-perl Section: perl Priority: optional Build-Depends: devscripts, cdbs (>= 0.4.73~), perl, debhelper, dh-buildinfo, libdatetime-format-iso8601-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libdatetime-format-xsd-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatetime-format-xsd-perl.git Homepage: http://search.cpan.org/dist/DateTime-Format-XSD/ Package: libdatetime-format-xsd-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Suggests: ${cdbs:Suggests} Description: format DateTime according to xsd:dateTime XML Schema defines a usage profile which is a subset of the ISO8601 profile. This profile defines that the following is the only possible representation for a dateTime, despite all other options ISO provides. . YYYY-MM-DD"T"HH:MI:SS(Z|[+-]zh:zm) . DateTime::Format::XSD is a subclass of DateTime::Format::ISO8601, therefore it will be able to parse all other ISO options, but will only format it in this exact spec. debian/source/0000755000000000000000000000000011763477462010507 5ustar debian/source/format0000644000000000000000000000001411763477462011715 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000026711772352130011046 0ustar libdatetime-format-xsd-perl (0.2-1) unstable; urgency=low * Initial packaging release. Closes: bug#679134. -- Jonas Smedegaard Tue, 26 Jun 2012 17:25:09 +0200 debian/compat0000644000000000000000000000000211763477462010405 0ustar 7 debian/watch0000644000000000000000000000032111772344506010224 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 opts=uversionmangle=s/_(\d+)/~$1/ \ http://search.cpan.org/dist/DateTime-Format-XSD/ .*/DateTime-Format-XSD-(\d.*)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000100111772351632012325 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 README debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch lib/DateTime/Format/XSD.pm t/01-basics.t Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2012, Jonas Smedegaard License: GPL-2+ FIXME debian/copyright0000644000000000000000000000476011772351331011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: DateTime::Format::XSD Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=DateTime-Format-XSD Source: http://search.cpan.org/dist/DateTime-Format-XSD/ Files: * Copyright: Daniel Ruoso License: Artistic or GPL-1+ This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. Comment: Perl is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: inc/Module/AutoInstall.pm inc/Module/Install* Copyright: 2001-2006, Audrey Tang 2002-2004, Brian Ingerson 2006,2008-2012, Adam Kennedy License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install. Files: inc/Module/Package.pm inc/Module/Install/Package.pm Copyright: 2011, Ingy döt Net License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Package. Files: inc/Module/Install/DOAPChangeSets.pm Copyright: 2010-2011, Toby Inkster License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install::DOAPChangeSets. Files: inc/Module/Install/ReadmeFromPod.pm Copyright: 2012, Chris 'BinGOs' Williams License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install::ReadmeFromPod. Files: debian/* Copyright: 2011-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.conf0000644000000000000000000000014611763477462010627 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000267111772351611010260 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2012 Jonas Smedegaard # Description: Main Debian packaging script for DateTime::Format::XSD # # 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-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = DateTime-Format-XSD DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/DateTime #DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/D/DR/DRUOSO DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/ DEB_UPSTREAM_TARBALL_MD5 = 8b78130ef8630d24935c8f1df3467a98 # Needed both by upstream build and (always) at runtime deps = libdatetime-format-iso8601-perl CDBS_BUILD_DEPENDS += , $(deps) CDBS_DEPENDS_$(pkg) = $(deps) debian/control.in0000644000000000000000000000211011772345147011203 0ustar Source: libdatetime-format-xsd-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/libdatetime-format-xsd-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatetime-format-xsd-perl.git Homepage: http://search.cpan.org/dist/DateTime-Format-XSD/ Package: libdatetime-format-xsd-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Suggests: ${cdbs:Suggests} Description: format DateTime according to xsd:dateTime XML Schema defines a usage profile which is a subset of the ISO8601 profile. This profile defines that the following is the only possible representation for a dateTime, despite all other options ISO provides. . YYYY-MM-DD"T"HH:MI:SS(Z|[+-]zh:zm) . DateTime::Format::XSD is a subclass of DateTime::Format::ISO8601, therefore it will be able to parse all other ISO options, but will only format it in this exact spec.