[Python-modules-commits] r14258 - in packages/jsonpickle/tags (7 files)

stew at users.alioth.debian.org stew at users.alioth.debian.org
Tue Aug 24 04:02:01 UTC 2010


    Date: Tuesday, August 24, 2010 @ 04:01:50
  Author: stew
Revision: 14258

[svn-buildpackage] Tagging jsonpickle 0.3.1-2

Added:
  packages/jsonpickle/tags/0.3.1-2/
  packages/jsonpickle/tags/0.3.1-2/debian/changelog
    (from rev 14257, packages/jsonpickle/trunk/debian/changelog)
  packages/jsonpickle/tags/0.3.1-2/debian/control
    (from rev 14257, packages/jsonpickle/trunk/debian/control)
  packages/jsonpickle/tags/0.3.1-2/debian/copyright
    (from rev 14257, packages/jsonpickle/trunk/debian/copyright)
Deleted:
  packages/jsonpickle/tags/0.3.1-2/debian/changelog
  packages/jsonpickle/tags/0.3.1-2/debian/control
  packages/jsonpickle/tags/0.3.1-2/debian/copyright

Deleted: packages/jsonpickle/tags/0.3.1-2/debian/changelog
===================================================================
--- packages/jsonpickle/trunk/debian/changelog	2010-08-23 18:38:41 UTC (rev 14256)
+++ packages/jsonpickle/tags/0.3.1-2/debian/changelog	2010-08-24 04:01:50 UTC (rev 14258)
@@ -1,5 +0,0 @@
-jsonpickle (0.3.1-1) unstable; urgency=low
-
-  * Initial release (Closes: bug#560877)
-
- -- John Paulett <john at paulett.org>  Mon, 16 Nov 2009 20:05:50 -0600

Copied: packages/jsonpickle/tags/0.3.1-2/debian/changelog (from rev 14257, packages/jsonpickle/trunk/debian/changelog)
===================================================================
--- packages/jsonpickle/tags/0.3.1-2/debian/changelog	                        (rev 0)
+++ packages/jsonpickle/tags/0.3.1-2/debian/changelog	2010-08-24 04:01:50 UTC (rev 14258)
@@ -0,0 +1,12 @@
+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 <stew at debian.org>  Mon, 23 Aug 2010 18:57:38 -0400
+
+jsonpickle (0.3.1-1) unstable; urgency=low
+
+  * Initial release (Closes: bug#560877)
+
+ -- John Paulett <john at paulett.org>  Mon, 16 Nov 2009 20:05:50 -0600

Deleted: packages/jsonpickle/tags/0.3.1-2/debian/control
===================================================================
--- packages/jsonpickle/trunk/debian/control	2010-08-23 18:38:41 UTC (rev 14256)
+++ packages/jsonpickle/tags/0.3.1-2/debian/control	2010-08-24 04:01:50 UTC (rev 14258)
@@ -1,28 +0,0 @@
-Source: jsonpickle
-Section: python
-Priority: optional
-Maintainer: John Paulett <john at paulett.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50), python-support (>= 0.5.3), python (>= 2.4)
-Standards-Version: 3.8.3
-XS-Python-Version: >= 2.4
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/jsonpickle/trunk
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/jsonpickle/trunk/
-Homepage: http://jsonpickle.github.com
-
-Package: python-jsonpickle
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.4)
-Suggests: python-simplejson
-XB-Python-Version: ${python:Versions}
-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. 
-

Copied: packages/jsonpickle/tags/0.3.1-2/debian/control (from rev 14257, packages/jsonpickle/trunk/debian/control)
===================================================================
--- packages/jsonpickle/tags/0.3.1-2/debian/control	                        (rev 0)
+++ packages/jsonpickle/tags/0.3.1-2/debian/control	2010-08-24 04:01:50 UTC (rev 14258)
@@ -0,0 +1,28 @@
+Source: jsonpickle
+Section: python
+Priority: optional
+Maintainer: John Paulett <john at paulett.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50), python-support (>= 0.5.3), python (>= 2.4)
+Standards-Version: 3.8.3
+XS-Python-Version: >= 2.4
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/jsonpickle/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/jsonpickle/trunk/
+Homepage: http://jsonpickle.github.com
+
+Package: python-jsonpickle
+Architecture: all
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Suggests: python-simplejson
+XB-Python-Version: ${python:Versions}
+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. 
+

Deleted: packages/jsonpickle/tags/0.3.1-2/debian/copyright
===================================================================
--- packages/jsonpickle/trunk/debian/copyright	2010-08-23 18:38:41 UTC (rev 14256)
+++ packages/jsonpickle/tags/0.3.1-2/debian/copyright	2010-08-24 04:01:50 UTC (rev 14258)
@@ -1,41 +0,0 @@
-This package was debianized by John Paulett <john at paulett.org> on
-Mon, 16 Nov 2009 20:05:50 -0600.
-
-It was downloaded from http://github.com/jsonpickle/jsonpickle
-
-Upstream Authors:
-
-    John Paulett <john at paulett.org>
-    David Aguilar <davvid at gmail.com>
-
-Copyright:
-
-    Copyright (C) 2007 John Paulett <john at paulett.org>
-
-License:
-
-    Redistribution and use in source and binary forms, with or without
-    modification, are permitted under the terms of the BSD License.
-
-    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.
-
-On Debian systems, the complete text of the BSD License can be
-found in `/usr/share/common-licenses/BSD'.
-
-The Debian packaging is:
-
-    Copyright (C) 2009 John Paulett <john at paulett.org>
-
-and is licensed under the BSD License, 
-see `/usr/share/common-licenses/BSD'.
-

Copied: packages/jsonpickle/tags/0.3.1-2/debian/copyright (from rev 14257, packages/jsonpickle/trunk/debian/copyright)
===================================================================
--- packages/jsonpickle/tags/0.3.1-2/debian/copyright	                        (rev 0)
+++ packages/jsonpickle/tags/0.3.1-2/debian/copyright	2010-08-24 04:01:50 UTC (rev 14258)
@@ -0,0 +1,48 @@
+This package was debianized by John Paulett <john at paulett.org> on
+Mon, 16 Nov 2009 20:05:50 -0600.
+
+It was downloaded from http://github.com/jsonpickle/jsonpickle
+
+Upstream Authors:
+
+    John Paulett <john at paulett.org>
+    David Aguilar <davvid at gmail.com>
+
+Copyright:
+
+    Copyright (C) 2007 John Paulett <john at paulett.org>
+
+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 John Paulett <john at paulett.org>
+
+and is licensed under the same terms as jsonpickle
+




More information about the Python-modules-commits mailing list