[Python-modules-commits] r3040 - in /packages/python-cjson/trunk/debian: ./ changelog compat control copyright docs pycompat rules watch

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Tue Aug 14 23:12:50 UTC 2007


Author: bzed-guest
Date: Tue Aug 14 23:12:50 2007
New Revision: 3040

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3040
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/python-cjson/trunk/debian/   (with props)
    packages/python-cjson/trunk/debian/changelog
    packages/python-cjson/trunk/debian/compat
    packages/python-cjson/trunk/debian/control
    packages/python-cjson/trunk/debian/copyright
    packages/python-cjson/trunk/debian/docs
    packages/python-cjson/trunk/debian/pycompat
    packages/python-cjson/trunk/debian/rules   (with props)
    packages/python-cjson/trunk/debian/watch

Propchange: packages/python-cjson/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/python-cjson/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-cjson/trunk/debian/changelog?rev=3040&op=file
==============================================================================
--- packages/python-cjson/trunk/debian/changelog (added)
+++ packages/python-cjson/trunk/debian/changelog Tue Aug 14 23:12:50 2007
@@ -1,0 +1,6 @@
+python-cjson (1.0.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Wed, 15 Aug 2007 00:35:27 +0200
+

Added: packages/python-cjson/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-cjson/trunk/debian/compat?rev=3040&op=file
==============================================================================
--- packages/python-cjson/trunk/debian/compat (added)
+++ packages/python-cjson/trunk/debian/compat Tue Aug 14 23:12:50 2007
@@ -1,0 +1,1 @@
+5

Added: packages/python-cjson/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-cjson/trunk/debian/control?rev=3040&op=file
==============================================================================
--- packages/python-cjson/trunk/debian/control (added)
+++ packages/python-cjson/trunk/debian/control Tue Aug 14 23:12:50 2007
@@ -1,0 +1,44 @@
+Source: python-cjson
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bernd at bzed.de>, Dan Pascu <dan at ag-projects.com>
+Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python-all-dev (>= 2.4.4-1), python-support
+Standards-Version: 3.7.2
+
+Package: python-cjson
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: Very fast JSON encoder/decoder for Python
+ JSON stands for JavaScript Object Notation and is a text based lightweight
+ data exchange format which is easy for humans to read/write and for machines
+ to parse/generate. JSON is completely language independent and has multiple
+ implementations in most of the programming languages, making it ideal for
+ data exchange and storage.
+ .
+ The module is written in C and it is up to 250 times faster when compared to
+ the other python JSON implementations which are written directly in python.
+ This speed gain varies with the complexity of the data and the operation and
+ is the the range of 10-200 times for encoding operations and in the range of
+ 100-250 times for decoding operations.
+ .
+  Homepage: http://cheeseshop.python.org/pypi/python-cjson
+
+Package: python-cjson-dbg
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: Very fast JSON encoder/decoder for Python (debug extension)
+ JSON stands for JavaScript Object Notation and is a text based lightweight
+ data exchange format which is easy for humans to read/write and for machines
+ to parse/generate. JSON is completely language independent and has multiple
+ implementations in most of the programming languages, making it ideal for
+ data exchange and storage.
+ .
+ The module is written in C and it is up to 250 times faster when compared to
+ the other python JSON implementations which are written directly in python.
+ This speed gain varies with the complexity of the data and the operation and
+ is the the range of 10-200 times for encoding operations and in the range of
+ 100-250 times for decoding operations.
+ .
+  Homepage: http://cheeseshop.python.org/pypi/python-cjson
+

Added: packages/python-cjson/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-cjson/trunk/debian/copyright?rev=3040&op=file
==============================================================================
--- packages/python-cjson/trunk/debian/copyright (added)
+++ packages/python-cjson/trunk/debian/copyright Tue Aug 14 23:12:50 2007
@@ -1,0 +1,37 @@
+This package was debianized by Bernd Zeimetz <bernd at bzed.de> on
+Wed, 15 Aug 2007 00:35:27 +0200.
+
+It was downloaded from http://cheeseshop.python.org/pypi/python-cjson
+
+Upstream Author(s): 
+
+    Dan Pascu <dan at ag-projects.com>
+
+Copyright: 
+
+    Copyright (C) 2006-2007 Dan Pascu
+
+License:
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License, version 2, can be found in `/usr/share/common-licenses/LGPL-2'.
+
+The Debian packaging is (C) 2007, Bernd Zeimetz <bernd at bzed.de> and is
+licensed under the LGPL, either version 2 of the License, or (at your option)
+any later version - see above.
+
+

Added: packages/python-cjson/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-cjson/trunk/debian/docs?rev=3040&op=file
==============================================================================
--- packages/python-cjson/trunk/debian/docs (added)
+++ packages/python-cjson/trunk/debian/docs Tue Aug 14 23:12:50 2007
@@ -1,0 +1,1 @@
+README

Added: packages/python-cjson/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-cjson/trunk/debian/pycompat?rev=3040&op=file
==============================================================================
--- packages/python-cjson/trunk/debian/pycompat (added)
+++ packages/python-cjson/trunk/debian/pycompat Tue Aug 14 23:12:50 2007
@@ -1,0 +1,1 @@
+2

Added: packages/python-cjson/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-cjson/trunk/debian/rules?rev=3040&op=file
==============================================================================
--- packages/python-cjson/trunk/debian/rules (added)
+++ packages/python-cjson/trunk/debian/rules Tue Aug 14 23:12:50 2007
@@ -1,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+DEB_COMPRESS_EXCLUDE := .py
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+

Propchange: packages/python-cjson/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/python-cjson/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-cjson/trunk/debian/watch?rev=3040&op=file
==============================================================================
--- packages/python-cjson/trunk/debian/watch (added)
+++ packages/python-cjson/trunk/debian/watch Tue Aug 14 23:12:50 2007
@@ -1,0 +1,6 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+opts="filenamemangle=s/.*\/([^#]*)#.*/$1/" \
+http://cheeseshop.python.org/pypi/python-cjson http://pypi\.python\.org/packages/source/p/python-gnutls/python-cjson-(.*)\.tar\.gz#md5=.*
+




More information about the Python-modules-commits mailing list