[Python-modules-commits] r9175 - in packages/python-cjson/trunk/debian (changelog control)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Mon Jul 27 20:42:54 UTC 2009
Date: Monday, July 27, 2009 @ 20:42:45
Author: bzed
Revision: 9175
- Fix several spelling errors in the descriptions
- Move the -dbg package into section debug.
- Add an extra ~ to the python-all-dev build-dep to make lintian
happy.
Modified:
packages/python-cjson/trunk/debian/changelog
packages/python-cjson/trunk/debian/control
Modified: packages/python-cjson/trunk/debian/changelog
===================================================================
--- packages/python-cjson/trunk/debian/changelog 2009-07-27 20:36:06 UTC (rev 9174)
+++ packages/python-cjson/trunk/debian/changelog 2009-07-27 20:42:45 UTC (rev 9175)
@@ -8,6 +8,10 @@
- Updating my email address
- Bumping Standards-Version to 3.8.2, no changes needed.
- Remove cdbs Build-dep, bump required debhelper version.
+ - Fix several spelling errors in the descriptions
+ - Move the -dbg package into section debug.
+ - Add an extra ~ to the python-all-dev build-dep to make lintian
+ happy.
* debian/rules:
- Replace cdbs weirdness by dh.
* debian/pycompat:
@@ -15,7 +19,7 @@
* debian/python-cjson.install:
- Change to install non -dbg files only.
* debian/python-cjson-dbg.install:
- - Install dbg extensions.
+ - Install dbg extensions.
[ Sandro Tosi ]
* debian/control
@@ -23,7 +27,7 @@
* debian/control
- switch Vcs-Browser field to viewsvn
- -- Bernd Zeimetz <bzed at debian.org> Mon, 27 Jul 2009 22:35:46 +0200
+ -- Bernd Zeimetz <bzed at debian.org> Mon, 27 Jul 2009 22:40:58 +0200
python-cjson (1.0.5-1) unstable; urgency=low
Modified: packages/python-cjson/trunk/debian/control
===================================================================
--- packages/python-cjson/trunk/debian/control 2009-07-27 20:36:06 UTC (rev 9174)
+++ packages/python-cjson/trunk/debian/control 2009-07-27 20:42:45 UTC (rev 9175)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed at debian.org>, Dan Pascu <dan at ag-projects.com>
-Build-Depends: debhelper (>= 7.3.5), python-all-dev (>= 2.4.4-1), python-all-dbg, python-support (>= 0.7.1)
+Build-Depends: debhelper (>= 7.3.5), python-all-dev (>= 2.4.4-1~), python-all-dbg, python-support (>= 0.7.1)
Standards-Version: 3.8.2
Homepage: http://cheeseshop.python.org/pypi/python-cjson
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-cjson/trunk/
@@ -22,15 +22,16 @@
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.
+ 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
+ is the range of 10-200 times for encoding operations and in the range of
100-250 times for decoding operations.
Package: python-cjson-dbg
Architecture: any
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-cjson (= ${binary:Version}), python-dbg
+Section: debug
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
@@ -39,7 +40,7 @@
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.
+ 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
+ is the range of 10-200 times for encoding operations and in the range of
100-250 times for decoding operations.
More information about the Python-modules-commits
mailing list