[Python-modules-commits] r416 - in /packages/json-py/trunk/debian: control python-json-py.install python-json-py.postinst python-json-py.prerm python-json.install python-json.postinst python-json.prerm

kov at users.alioth.debian.org kov at users.alioth.debian.org
Fri May 5 02:54:12 UTC 2006


Author: kov
Date: Fri May  5 02:54:11 2006
New Revision: 416

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=416
Log:
renaming binary package to be python-${module}, following
the Debian Python Policy

Added:
    packages/json-py/trunk/debian/python-json.install
      - copied unchanged from r393, packages/json-py/trunk/debian/python-json-py.install
    packages/json-py/trunk/debian/python-json.postinst
      - copied unchanged from r393, packages/json-py/trunk/debian/python-json-py.postinst
    packages/json-py/trunk/debian/python-json.prerm
      - copied unchanged from r393, packages/json-py/trunk/debian/python-json-py.prerm
Removed:
    packages/json-py/trunk/debian/python-json-py.install
    packages/json-py/trunk/debian/python-json-py.postinst
    packages/json-py/trunk/debian/python-json-py.prerm
Modified:
    packages/json-py/trunk/debian/control

Modified: packages/json-py/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/json-py/trunk/debian/control?rev=416&op=diff
==============================================================================
--- packages/json-py/trunk/debian/control (original)
+++ packages/json-py/trunk/debian/control Fri May  5 02:54:11 2006
@@ -7,12 +7,15 @@
 Build-Depends-Indep: python, python-dev, python-setuptools (>= 0.6a9-1)
 Standards-Version: 3.7.0
 
-Package: python-json-py
+Package: python-json
 Architecture: all
 Depends: python (>= 2.3), python (<< 2.5), python-support
+Conflicts: python-json-py
+Replaces: python-json-py
 Description: a JSON (http://json.org) reader and writer in Python
- json.py is an implementation of a JSON (http://json.org) reader and
- writer for Python. jsontests.py are unit tests demonstrating the
- correctness of the implementation.
+ json-py is an implementation of a JSON (http://json.org) reader and
+ writer for Python. Also available in the package are minjson, a
+ minimalistic json reader and writer, and jsontest, a small test
+ suite to verify the correctness of the implementation.
  .
   URL: http://sourceforge.net/projects/json-py/




More information about the Python-modules-commits mailing list