debian/0000755000000000000000000000000012201744643007171 5ustar debian/source/0000755000000000000000000000000011614476237010501 5ustar debian/source/format0000644000000000000000000000001411614476237011707 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000454112201744643011047 0ustar libjson-rpc-perl (1.03-2) unstable; urgency=low * Team upload * Released to unstable * add build-conflict with libjson-rpc-perl << 1.0, since the upstream build system refuses to upgrade if the module is already present and is an older version -- Damyan Ivanov Sun, 11 Aug 2013 19:27:50 +0200 libjson-rpc-perl (1.03-1) experimental; urgency=low * Team upload [ 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. [ gregor herrmann ] * New upstream releases 1.00, 1.01, 1.02, 1.03. * Update upstream copyright information. * Update build and runtime dependencies. * Add debian/NEWS: This release is backward incompatible! * debian/copyright: update to Copyright-Format 1.0. * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Damyan Ivanov ] * Add Breaks kgb-client (<< 1.28), eiskaltdcpp-cli (<<2.2.8-2~) because of the renamed JSON::RPC client module * Claim conformance with Policy 3.9.4 -- Damyan Ivanov Wed, 07 Aug 2013 19:57:40 +0200 libjson-rpc-perl (0.96-3) unstable; urgency=low * Prepare build and runtime dependencies for libwww-perl 6 (closes: #620525). * debian/copyright: update license stanzas. * Switch to debhelper 8. * Add build dependency on libtest-pod-perl. -- gregor herrmann Tue, 05 Apr 2011 19:51:46 +0200 libjson-rpc-perl (0.96-2) unstable; urgency=low [ Benoit Mortier ] * changed maintainers to perl group * adapted vcs-svn and vcs-browse [ gregor herrmann ] * debian/watch: update to ignore development releases. * debhelper 7. * Set Standards-Version to 3.9.1; remove version from perl build dependency. Remove versions from (build) dependencies. * Convert to source format 3.0 (quilt). * debian/copyright: DEP5 format. * Remove unused lintian override. -- gregor herrmann Tue, 27 Jul 2010 17:20:04 -0400 libjson-rpc-perl (0.96-1) unstable; urgency=low * Initial upload (Closes: #532672) -- Cajus Pollmeier Wed, 24 Jun 2009 10:03:00 +0200 debian/rules0000755000000000000000000000003611614476237010260 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000312512201744551010573 0ustar Source: libjson-rpc-perl Maintainer: Debian Perl Group Uploaders: Benoit Mortier , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libclass-accessor-lite-perl, libhttp-daemon-perl | libwww-perl (<< 6), libjson-perl, libjson-xs-perl, libplack-perl, librouter-simple-perl, libtest-pod-perl, libwww-perl Build-Conflicts: libjson-rpc-perl (<< 1.0) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libjson-rpc-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libjson-rpc-perl.git Homepage: https://metacpan.org/release/JSON-RPC/ Package: libjson-rpc-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-lite-perl, libhttp-daemon-perl | libwww-perl (<< 6), libjson-perl, libplack-perl, librouter-simple-perl, libwww-perl, perl Recommends: libjson-xs-perl Breaks: kgb-client (<< 1.28), eiskaltdcpp-cli (<<2.2.8-2~) Description: Perl implementation of JSON-RPC 1.1 protocol JSON::RPC is a stateless and light-weight remote procedure call (RPC) protocol for inter-networking applications over HTTP. It uses JSON as the data format for of all facets of a remote procedure call, including all application data carried in parameters. debian/NEWS0000644000000000000000000000065712200507537007676 0ustar libjson-rpc-perl (1.03-1) experimental; urgency=low (New) Upstream says: JSON::RPC has been re-written and re-worked. It's a completely different code base now, and because the old code pre dates PSGI/Plack, we figured it was not worth making things API compatible. So if you have code that uses this old code and upgrade, YOUR CODE WILL BREAK! -- gregor herrmann Sat, 26 Nov 2011 21:25:52 +0100 debian/compat0000644000000000000000000000000211614476237010377 0ustar 8 debian/watch0000644000000000000000000000034512125344737010231 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/JSON-RPC/ .*/JSON-RPC-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000255412125344737011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JSON-RPC Upstream-Contact: Daisuke Maki Source: https://metacpan.org/release/JSON-RPC/ Files: * Copyright: 2011, Daisuke Maki License: Artistic or GPL-1+ Files: lib/JSON/RPC/Legacy/* Copyright: 2007-2008, Makamaka Hannyaharamitu, License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Cajus Pollmeier 2009-2011, gregor herrmann 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 General Public License can be found in `/usr/share/common-licenses/GPL-1'.