[Python-modules-commits] r392 - in /packages/json-py/trunk: debian/ debian/changelog debian/compat debian/control debian/copyright debian/python-json-py.install debian/python-json-py.postinst debian/python-json-py.prerm debian/rules setup.py

kov at users.alioth.debian.org kov at users.alioth.debian.org
Thu May 4 11:13:51 UTC 2006


Author: kov
Date: Thu May  4 11:13:39 2006
New Revision: 392

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=392
Log:
Load newtrunk into packages/json-py/trunk.

Added:
    packages/json-py/trunk/debian/
    packages/json-py/trunk/debian/changelog
    packages/json-py/trunk/debian/compat
    packages/json-py/trunk/debian/control
    packages/json-py/trunk/debian/copyright
    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
    packages/json-py/trunk/debian/rules   (with props)
Modified:
    packages/json-py/trunk/setup.py

Added: packages/json-py/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/json-py/trunk/debian/changelog?rev=392&op=file
==============================================================================
--- packages/json-py/trunk/debian/changelog (added)
+++ packages/json-py/trunk/debian/changelog Thu May  4 11:13:39 2006
@@ -1,0 +1,6 @@
+json-py (3.4-1) UNRELEASED; urgency=low
+
+  * Initial Release
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Wed,  3 May 2006 23:34:52 -0300
+

Added: packages/json-py/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/json-py/trunk/debian/compat?rev=392&op=file
==============================================================================
--- packages/json-py/trunk/debian/compat (added)
+++ packages/json-py/trunk/debian/compat Thu May  4 11:13:39 2006
@@ -1,0 +1,1 @@
+4

Added: packages/json-py/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/json-py/trunk/debian/control?rev=392&op=file
==============================================================================
--- packages/json-py/trunk/debian/control (added)
+++ packages/json-py/trunk/debian/control Thu May  4 11:13:39 2006
@@ -1,0 +1,18 @@
+Source: json-py
+Section: python
+Priority: optional
+Maintainer: Gustavo Noronha Silva <kov at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 4.1.0)
+Build-Depends-Indep: python, python-dev, python-setuptools (>= 0.6a9-1)
+Standards-Version: 3.7.0
+
+Package: python-json-py
+Architecture: all
+Depends: python (>= 2.3), python (<< 2.5), python-support
+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.
+ .
+  URL: http://sourceforge.net/projects/json-py/

Added: packages/json-py/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/json-py/trunk/debian/copyright?rev=392&op=file
==============================================================================
--- packages/json-py/trunk/debian/copyright (added)
+++ packages/json-py/trunk/debian/copyright Thu May  4 11:13:39 2006
@@ -1,0 +1,27 @@
+This package was debianized by Gustavo Noronha Silva <kov at debian.org> on
+Thu, 10 Mar 2005 09:32:58 -0300.
+
+It was downloaded from http://sourceforge.net/projects/json-py/
+
+Copyright:
+
+Copyright (C) 2005  Patrick D. Logan
+
+License:
+
+ This library 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 library 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 library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+ On Debian systems, the LGPL version 2 license can be found at
+ /usr/share/common-licenses/LGPL-2.

Added: packages/json-py/trunk/debian/python-json-py.install
URL: http://svn.debian.org/wsvn/python-modules/packages/json-py/trunk/debian/python-json-py.install?rev=392&op=file
==============================================================================
--- packages/json-py/trunk/debian/python-json-py.install (added)
+++ packages/json-py/trunk/debian/python-json-py.install Thu May  4 11:13:39 2006
@@ -1,0 +1,1 @@
+*json*py usr/share/python-support/json-py/

Added: packages/json-py/trunk/debian/python-json-py.postinst
URL: http://svn.debian.org/wsvn/python-modules/packages/json-py/trunk/debian/python-json-py.postinst?rev=392&op=file
==============================================================================
--- packages/json-py/trunk/debian/python-json-py.postinst (added)
+++ packages/json-py/trunk/debian/python-json-py.postinst Thu May  4 11:13:39 2006
@@ -1,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "configure" ] && which update-python-modules >/dev/null 2>&1; then
+        update-python-modules -i /usr/share/python-support/json-py
+fi

Added: packages/json-py/trunk/debian/python-json-py.prerm
URL: http://svn.debian.org/wsvn/python-modules/packages/json-py/trunk/debian/python-json-py.prerm?rev=392&op=file
==============================================================================
--- packages/json-py/trunk/debian/python-json-py.prerm (added)
+++ packages/json-py/trunk/debian/python-json-py.prerm Thu May  4 11:13:39 2006
@@ -1,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if which update-python-modules >/dev/null 2>&1; then
+        update-python-modules -c -i /usr/share/python-support/json-py
+fi

Added: packages/json-py/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/json-py/trunk/debian/rules?rev=392&op=file
==============================================================================
--- packages/json-py/trunk/debian/rules (added)
+++ packages/json-py/trunk/debian/rules Thu May  4 11:13:39 2006
@@ -1,0 +1,14 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/buildcore.mk
+# python-distutils before debhelper to avoid it calling dh_python
+# itself
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_PYTHON_INSTALL_ARGS_ALL = --single-version-externally-managed --no-compile -O0 --install-lib usr/share/python-support/json-py
+
+clean::
+	# hack (CDBS bug -- see #300149)
+	-rm -rf build json_py.egg-info

Propchange: packages/json-py/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Modified: packages/json-py/trunk/setup.py
URL: http://svn.debian.org/wsvn/python-modules/packages/json-py/trunk/setup.py?rev=392&op=diff
==============================================================================
--- packages/json-py/trunk/setup.py (original)
+++ packages/json-py/trunk/setup.py Thu May  4 11:13:39 2006
@@ -21,5 +21,5 @@
       author="Patrick D. Logan",
       author_email="patrickdlogan at stardecisions.com",
       url="http://sourceforge.net/projects/json-py/",
-      license="LGPL",
+      license="GPL",
       )




More information about the Python-modules-commits mailing list