debian/0000755000000000000000000000000012123164474007172 5ustar debian/control0000644000000000000000000000171112123164430010565 0ustar Source: libjson-types-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libtest-simple-perl, libjson-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libjson-types-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libjson-types-perl.git Homepage: http://search.cpan.org/dist/JSON-Types/ Package: libjson-types-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: variable type utility for JSON encoding The type mappings between JSON and Perl is annoying, because e.g. a number in Perl is under some circumstances treated as a string in JSON. . JSON::Types provides functions to fixate the types of variables passed to JSON. debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025712123164474011050 0ustar libjson-types-perl (0.05-1) unstable; urgency=low * Initial packaging release. Closes: bug#703735. -- Jonas Smedegaard Sat, 23 Mar 2013 00:28:47 +0100 debian/compat0000644000000000000000000000000212010177205010357 0ustar 8 debian/watch0000644000000000000000000000023612123160074010214 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/JSON-Types/ .*/JSON-Types-([\d._]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000327612123160203012324 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 MYMETA.json MYMETA.yml Makefile.PL debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch inc/Module/Install/AuthorTests.pm inc/Module/Install/Base.pm inc/Module/Install/Can.pm inc/Module/Install/Fetch.pm inc/Module/Install/Makefile.pm inc/Module/Install/ReadmeFromPod.pm inc/Module/Install/Repository.pm inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm t/basic.t t/warn.t xt/pod.t xt/pod_coverage.t xt/pod_spell.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/JSON/Types.pm Copyright: 2012, Daisuke Murase. License: Perl FIXME Files: inc/Module/Install/Metadata.pm Copyright: License: Expat FIXME Files: debian/rules Copyright: 2013, Jonas Smedegaard License: GPL-3+ FIXME Files: inc/Module/Install.pm Copyright: 2008, - 2012, Adam Kennedy License: UNKNOWN FIXME Files: LICENSE Copyright: 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave HOLDER, OR ANY OTHER PARTY HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM Holder Holder maintains some semblance of Holder may not be used to endorse or promote Holder to include your modifications in the Standard Holder" is whoever is named in the or s for Holder, but only to the Holder. A Package modified in such a holder saying it may be distributed under the terms of holder who law: that is to say, a work containing the notices and associated disclaimers of this the software, and (2) offer License: UNKNOWN FIXME debian/copyright0000644000000000000000000000444012123162136011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JSON::Types Upstream-Contact: http://rt.cpan.org/NoAuth/Bugs.html?Dist=JSON-Types Source: http://search.cpan.org/dist/JSON-Types/ Files: * Copyright: 2012, Daisuke Murase 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: 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/Install/AuthorTests.pm Copyright: 2008, Ricardo Signes License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install::AuthorTests. 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: 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/rules0000755000000000000000000000231012123164417010243 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2013, Jonas Smedegaard # Description: Main Debian packaging script for JSON::Types # # 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 = JSON-Types DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/JSON DEB_UPSTREAM_TARBALL_MD5 = 2c155bb5d1195dee6448ea944f3078f9 # Needed by upstream testsuite CDBS_BUILD_DEPENDS +=, libtest-simple-perl, libjson-perl debian/control.in0000644000000000000000000000156712123161334011203 0ustar Source: libjson-types-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/libjson-types-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libjson-types-perl.git Homepage: http://search.cpan.org/dist/JSON-Types/ Package: libjson-types-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: variable type utility for JSON encoding The type mappings between JSON and Perl is annoying, because e.g. a number in Perl is under some circumstances treated as a string in JSON. . JSON::Types provides functions to fixate the types of variables passed to JSON.