debian/0000755000000000000000000000000012230555067007173 5ustar debian/source/0000755000000000000000000000000011614476236010500 5ustar debian/source/format0000644000000000000000000000001411614476236011706 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000361312230555067011050 0ustar libjson-pp-perl (2.27203-1) unstable; urgency=low * Team upload * Imported Upstream version 2.27203 + fixes erroneous 'return $foo or $bar' construct in _incr_parse() -- Damyan Ivanov Sat, 19 Oct 2013 22:14:55 +0300 libjson-pp-perl (2.27202-1) unstable; urgency=low * Team upload. [ Alessandro Ghedini ] * Email change: Alessandro Ghedini -> ghedo@debian.org [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. Fixes "FTBFS with perl 5.18: t/019_incr.t" (Closes: #710794) * Update years of upstream copyright. * debian/copyright: switch formatting to Copyright-Format 1.0. * Set Standards-Version to 3.9.4 (no changes). -- gregor herrmann Sun, 02 Jun 2013 19:32:17 +0200 libjson-pp-perl (2.27200-2) unstable; urgency=high [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Dominic Hargreaves ] * Add diverts for /usr/bin/json_pp (and corresponding manpage) since perl 5.14 also ships these (Closes: 648880) -- Dominic Hargreaves Tue, 15 Nov 2011 21:23:41 +0000 libjson-pp-perl (2.27200-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release 2.27105 [ Alessandro Ghedini ] * New upstream release * Bump debhelper compat level to 8 * Update upstream copyright year * Bump Standards-Version to 3.9.2 (no changes needed) * Add myself to Uploaders -- Alessandro Ghedini Sun, 05 Jun 2011 15:21:40 +0200 libjson-pp-perl (2.27104-1) unstable; urgency=low * Initial Release (Closes: #615002) -- Jonathan Yu Sat, 26 Feb 2011 10:06:58 -0500 debian/postrm0000644000000000000000000000070111673343350010440 0ustar #!/bin/sh set -e if [ "$1" = remove ] then dpkg-divert --remove --package libjson-pp-perl --rename \ --divert /usr/bin/json_pp.bundled /usr/bin/json_pp dpkg-divert --remove --package libjson-pp-perl --rename \ --divert /usr/share/man/man1/json_pp.1.bundled.gz /usr/share/man/man1/json_pp.1.gz fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/rules0000755000000000000000000000003611614476236010257 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000227412163221567010603 0ustar Source: libjson-pp-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Alessandro Ghedini , Dominic Hargreaves Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/JSON-PP/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libjson-pp-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libjson-pp-perl.git Package: libjson-pp-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libjson-perl (>= 2.50) Breaks: libjson-perl (<< 2.50) Replaces: libjson-perl (<< 2.50) Description: module for manipulating JSON-formatted data (Pure Perl) JSON::PP is a module for manipulating data stored in the JavaScript Object Notation (JSON) serialization format (defined in RFC 4627), which serves as an alternative to XML. . This Pure Perl JSON implementation will become a core module beginning with perl 5.13, and will be loaded by the JSON module (see libjson-perl) if the C/XS-accelerated version (see libjson-xs-perl) is not available. debian/compat0000644000000000000000000000000211614476236010376 0ustar 8 debian/preinst0000644000000000000000000000116611673343350010606 0ustar #!/bin/sh set -e if [ "$1" = install ] || [ "$1" = upgrade ] then dpkg-divert --add --package libjson-pp-perl --rename \ --divert /usr/bin/json_pp.bundled /usr/bin/json_pp # this diversion is needed even if we don't actually ship json_pp.1.gz, # because otherwise it takes precedence over json_pp.1p.gz (which we do # ship) dpkg-divert --add --package libjson-pp-perl --rename \ --divert /usr/share/man/man1/json_pp.1.bundled.gz /usr/share/man/man1/json_pp.1.gz fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/watch0000644000000000000000000000015412125344737010227 0ustar version=3 https://metacpan.org/release/JSON-PP/ .*/JSON-PP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000205212230554072011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JSON-PP Upstream-Contact: Makamaka Hannyaharamitu Source: https://metacpan.org/release/JSON-PP/ Files: * Copyright: 2005-2013, Makamaka Hannyaharamitu License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Jonathan Yu License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'.