--- jsonpickle-0.4.0.orig/debian/changelog +++ jsonpickle-0.4.0/debian/changelog @@ -0,0 +1,35 @@ +jsonpickle (0.4.0-1build1) precise; urgency=low + + * Rebuild to drop python2.6 dependencies. + + -- Matthias Klose Sat, 31 Dec 2011 02:04:19 +0000 + +jsonpickle (0.4.0-1) unstable; urgency=low + + [ John Paulett ] + * New upstream release + * Bump Standards-Version to 3.9.2 + + [ Jan Dittberner ] + * update copyright years in debian/copyright + * switch from python-support to dh_python2 + - drop python-support Dependency + - bump python dependency to 2.6.6-3~ + - add --with python2 to dh invocation in debian/rules + * add myself to Uploaders + * change Vcs-Svn and Vcs-Browser in debian/control to new anonscm URLs + + -- Jan Dittberner Wed, 22 Jun 2011 14:01:24 +0200 + +jsonpickle (0.3.1-2) unstable; urgency=low + + * Add dependency on ${python:Depends} (Closes: 591986) + * add explicit copy of license to debian/copyright + + -- Mike O'Connor Mon, 23 Aug 2010 18:57:38 -0400 + +jsonpickle (0.3.1-1) unstable; urgency=low + + * Initial release (Closes: bug#560877) + + -- John Paulett Mon, 16 Nov 2009 20:05:50 -0600 --- jsonpickle-0.4.0.orig/debian/rules +++ jsonpickle-0.4.0/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with python2 $@ --- jsonpickle-0.4.0.orig/debian/control +++ jsonpickle-0.4.0/debian/control @@ -0,0 +1,27 @@ +Source: jsonpickle +Section: python +Priority: optional +Maintainer: Debian Python Modules Team +Uploaders: John Paulett , Jan Dittberner +Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~) +Standards-Version: 3.9.2 +Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/jsonpickle/trunk +Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/jsonpickle/trunk/ +Homepage: http://jsonpickle.github.com + +Package: python-jsonpickle +Architecture: all +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +Provides: ${python:Provides} +Suggests: python-simplejson +Description: Python library for serializing arbitrary object graphs into JSON + jsonpickle is a Python library for serialization and deserialization of + complex Python objects to and from JSON. The standard Python libraries for + encoding Python into JSON, such as the stdlib’s json, simplejson, and + demjson, can only handle Python primitives that have a direct JSON + equivalent (e.g. dicts, lists, strings, ints, etc.). jsonpickle builds on + top of these libraries and allows more complex data structures to be + serialized to JSON. jsonpickle is highly configurable and + extendable–allowing the user to choose the JSON backend and add additional + backends. + --- jsonpickle-0.4.0.orig/debian/copyright +++ jsonpickle-0.4.0/debian/copyright @@ -0,0 +1,48 @@ +This package was debianized by John Paulett on +Mon, 16 Nov 2009 20:05:50 -0600. + +It was downloaded from http://github.com/jsonpickle/jsonpickle + +Upstream Authors: + + John Paulett + David Aguilar + +Copyright: + + Copyright (C) 2007-2011 John Paulett + +License: + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + 3. The name of the author may not be used to endorse or promote + products derived from this software without specific prior + written permission. + + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +The Debian packaging is: + + Copyright (C) 2009-2011 John Paulett + +and is licensed under the same terms as jsonpickle + --- jsonpickle-0.4.0.orig/debian/watch +++ jsonpickle-0.4.0/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://pypi.python.org/packages/source/j/jsonpickle/ jsonpickle-(.*)\.tar\.gz + --- jsonpickle-0.4.0.orig/debian/compat +++ jsonpickle-0.4.0/debian/compat @@ -0,0 +1 @@ +7 --- jsonpickle-0.4.0.orig/debian/source/format +++ jsonpickle-0.4.0/debian/source/format @@ -0,0 +1 @@ +1.0