debian/0000755000000000000000000000000012302376376007177 5ustar debian/copyright0000644000000000000000000000205212163002127011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jsonrpclib Source: git://github.com/joshmarshall/jsonrpclib.git Files: debian/* Copyright: (c) 2013, Thomas Goirand License: Apache-2 Files: * Copyright: (c) 2009-2011, Josh Marshall (c) Quentin Smith License: Apache-2 License: Apache-2 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian-based systems the full text of the Apache version 2.0 license can be found in /usr/share/common-licenses/Apache-2.0. debian/changelog0000644000000000000000000000054112302376376011051 0ustar python-jsonrpclib (0.1.3-1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:51:58 +0000 python-jsonrpclib (0.1.3-1) unstable; urgency=low * Initial release (Closes: #714248). -- Thomas Goirand Thu, 27 Jun 2013 16:40:53 +0800 debian/compat0000644000000000000000000000000212163002127010356 0ustar 9 debian/control0000644000000000000000000000300012163002127010554 0ustar Source: python-jsonrpclib Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Loic Dachary (OuoU) , Julien Danjou , Thomas Goirand , Ghe Rivero , Mehdi Abaakouk Build-Depends: debhelper (>= 9), python-setuptools, python-all (>= 2.6.6-3~), openstack-pkg-tools Build-Depends-Indep: python-simplejson Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-jsonrpclib.git Vcs-Git: git://anonscm.debian.org/openstack/python-jsonrpclib.git Homepage: https://pypi.python.org/pypi/jsonrpclib Package: python-jsonrpclib Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${python:Depends}, ${misc:Depends}, python-simplejson Recommends: ${python:Recommends} Description: implementation of the JSON-RPC v2.0 specification This library implements the JSON-RPC 2.0 proposed specification in pure Python. It is designed to be as compatible with the syntax of xmlrpclib as possible (it extends where possible), so that projects using xmlrpclib could easily be modified to use JSON and experiment with the differences. . It is backwards-compatible with the 1.0 specification, and supports all of the new proposed features of 2.0, including: * Batch submission (via MultiCall) * Keyword arguments * Notifications (both in a batch and 'normal') * Class translation using the 'jsonclass' key. debian/rules0000755000000000000000000000023712163002127010242 0ustar #!/usr/bin/make -f UPSTREAM_GIT = git://github.com//jsonrpclib.git include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --with python2 debian/source/0000755000000000000000000000000012163002127010460 5ustar debian/source/format0000644000000000000000000000001412163002127011666 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000024012163002127010573 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = %(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/watch0000644000000000000000000000012612163002127010210 0ustar version=3 http://pypi.python.org/packages/source/j/jsonrpclib jsonrpclib-(.*).tar.gz