[Python-modules-commits] r1693 - in /packages/simplejson/trunk/debian: ./ changelog compat control copyright docs patches/ patches/01_disable_ez_setup.diff pycompat rules watch

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Mon Jan 22 03:40:48 CET 2007


Author: pox-guest
Date: Mon Jan 22 03:40:48 2007
New Revision: 1693

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

Added:
    packages/simplejson/trunk/debian/   (with props)
    packages/simplejson/trunk/debian/changelog
    packages/simplejson/trunk/debian/compat
    packages/simplejson/trunk/debian/control
    packages/simplejson/trunk/debian/copyright
    packages/simplejson/trunk/debian/docs
    packages/simplejson/trunk/debian/patches/
    packages/simplejson/trunk/debian/patches/01_disable_ez_setup.diff
    packages/simplejson/trunk/debian/pycompat
    packages/simplejson/trunk/debian/rules   (with props)
    packages/simplejson/trunk/debian/watch

Propchange: packages/simplejson/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/simplejson/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/simplejson/trunk/debian/changelog?rev=1693&op=file
==============================================================================
--- packages/simplejson/trunk/debian/changelog (added)
+++ packages/simplejson/trunk/debian/changelog Mon Jan 22 03:40:48 2007
@@ -1,0 +1,57 @@
+simplejson (1.5-1) unstable; urgency=low
+
+  * New upstream release
+  * New maintainer: Debian Python Modules Team, thanks Tommi for your work!
+  * Add myself to Uploaders
+  * Acknowledge non-maintainer uploads (Closes: #373380, #372617)
+  * Documentation is now installed as well
+  * Homepage pseudo header added to long description
+  * XS-Python-Standards-Version field removed
+  * XS-Vcs-Svn and XS-Vcs-Browser fields added
+  * Updated versions of required dependencies
+  * debian/rules file simplified
+  * debian/copyright file updated
+  * Patch moved to debian/patches/01_disable_ez_setup.diff
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Mon, 22 Jan 2007 02:26:34 +0100
+
+simplejson (1.4-0.1) unstable; urgency=low
+
+  * Non-maintainer upload (with maintainer's knowledge)
+  * New upstream release
+  * python-support moved to Build-Depends: and bumped required version to 0.3
+    (Lintian error)
+  * Updated XS-Python-Version: field (Lintian error)
+  * python2.3-simplejson removed from Conflicts: and Replaces:
+    (Python v2.3 is no longer supported in Debian)
+  * Added debian/watch file
+  * Standards-version bumped to 3.7.2 (no changes needed)
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Sat,  2 Dec 2006 00:09:09 +0100
+
+simplejson (1.3-0.1) unstable; urgency=low
+
+  * NMU
+  * New upstream release (Closes: #372617)
+  * debian/copyright:
+  - updated to contain the correct information (Closes: #372619)
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Sat, 24 Jun 2006 19:15:44 -0300
+
+simplejson (1.1-1.1) unstable; urgency=low
+
+  * NMU for the new Python Policy transition (Closes: #373380)
+  * debian/control:
+  - build-depend on the newest versions of cdbs, debhelper, and
+    python-setuptools to conform to the new policy
+  - provides policy headers
+  * debian/rules:
+  - install the files to /usr/share/python-support/python-simplejson
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Tue, 20 Jun 2006 07:18:36 -0300
+
+simplejson (1.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Tommi Virtanen <tv at debian.org>  Sun, 26 Mar 2006 11:58:56 +0300

Added: packages/simplejson/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/simplejson/trunk/debian/compat?rev=1693&op=file
==============================================================================
--- packages/simplejson/trunk/debian/compat (added)
+++ packages/simplejson/trunk/debian/compat Mon Jan 22 03:40:48 2007
@@ -1,0 +1,1 @@
+5

Added: packages/simplejson/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/simplejson/trunk/debian/control?rev=1693&op=file
==============================================================================
--- packages/simplejson/trunk/debian/control (added)
+++ packages/simplejson/trunk/debian/control Mon Jan 22 03:40:48 2007
@@ -1,0 +1,31 @@
+Source: simplejson
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Piotr Ozarowski <ozarow at gmail.com>
+Standards-Version: 3.7.2
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.38), python (>= 2.3.5-11), python-setuptools (>= 0.6b3-1), python-support (>= 0.3)
+Build-Depends-Indep: python-all-dev
+XS-Python-Version: >= 2.3
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/simplejson/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/simplejson/trunk/?op=log
+
+Package: python-simplejson
+Architecture: all
+Depends: ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Replaces: python2.4-simplejson
+Conflicts: python2.4-simplejson
+Description: Simple, fast, extensible JSON encoder/decoder for Python
+ simplejson is a simple, fast, complete, correct and extensible JSON
+ <http://json.org> encoder and decoder. It is pure Python code with no
+ dependencies.
+ .
+ The encoder may be subclassed to provide serialization in any kind of
+ situation, without any special support by the objects to be serialized
+ (somewhat like pickle).
+ .
+ The decoder can handle incoming JSON strings of any specified encoding
+ (UTF-8 by default).
+ .
+  Homepage: http://undefined.org/python/#simplejson

Added: packages/simplejson/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/simplejson/trunk/debian/copyright?rev=1693&op=file
==============================================================================
--- packages/simplejson/trunk/debian/copyright (added)
+++ packages/simplejson/trunk/debian/copyright Mon Jan 22 03:40:48 2007
@@ -1,0 +1,40 @@
+This package was debianized by Tommi Virtanen tv at debian.org on
+Fri, 24 Mar 2006 19:07:30 +0200.
+
+Since Mon, 22 Jan 2007 02:26:34 +0100 it is maintained by
+Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>.
+
+
+It was downloaded from http://cheeseshop.python.org/packages/source/s/simplejson/
+
+Upstream Author: Bob Ippolito <bob at redivi.com>
+
+Copyright: (C) 2006-2007 Bob Ippolito <bob at redivi.com>
+
+
+License: MIT License
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+
+The Debian packaging is (C) 2006 Tommi Virtanen <tv at debian.org> and 
+2007 Piotr Ożarowski <ozarow at gmail.com> - it is licensed under the GPL.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.

Added: packages/simplejson/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/simplejson/trunk/debian/docs?rev=1693&op=file
==============================================================================
--- packages/simplejson/trunk/debian/docs (added)
+++ packages/simplejson/trunk/debian/docs Mon Jan 22 03:40:48 2007
@@ -1,0 +1,1 @@
+docs

Added: packages/simplejson/trunk/debian/patches/01_disable_ez_setup.diff
URL: http://svn.debian.org/wsvn/python-modules/packages/simplejson/trunk/debian/patches/01_disable_ez_setup.diff?rev=1693&op=file
==============================================================================
--- packages/simplejson/trunk/debian/patches/01_disable_ez_setup.diff (added)
+++ packages/simplejson/trunk/debian/patches/01_disable_ez_setup.diff Mon Jan 22 03:40:48 2007
@@ -1,0 +1,11 @@
+--- setup.py_old	2007-01-22 03:30:21.874613675 +0100
++++ setup.py	2007-01-22 03:30:33.787292537 +0100
+@@ -1,8 +1,5 @@
+ #!/usr/bin/env python
+ 
+-import ez_setup
+-ez_setup.use_setuptools()
+-
+ from setuptools import setup, find_packages
+ 
+ VERSION = '1.5'

Added: packages/simplejson/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/simplejson/trunk/debian/pycompat?rev=1693&op=file
==============================================================================
--- packages/simplejson/trunk/debian/pycompat (added)
+++ packages/simplejson/trunk/debian/pycompat Mon Jan 22 03:40:48 2007
@@ -1,0 +1,1 @@
+2

Added: packages/simplejson/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/simplejson/trunk/debian/rules?rev=1693&op=file
==============================================================================
--- packages/simplejson/trunk/debian/rules (added)
+++ packages/simplejson/trunk/debian/rules Mon Jan 22 03:40:48 2007
@@ -1,0 +1,18 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM := pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+PYVER=$(shell pyversions -vd)
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+
+binary-post-install/python-simplejson::
+	mv debian/python-simplejson/usr/share/python-support/python-simplejson/simplejson-${DEB_UPSTREAM_VERSION}-py${PYVER}.egg-info \
+	   debian/python-simplejson/usr/share/python-support/python-simplejson/simplejson-${DEB_UPSTREAM_VERSION}.egg-info
+	-rm -rf debian/python-simplejson/usr/lib/
+
+clean::
+	rm -rf dist simplejson.egg-info

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

Added: packages/simplejson/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/simplejson/trunk/debian/watch?rev=1693&op=file
==============================================================================
--- packages/simplejson/trunk/debian/watch (added)
+++ packages/simplejson/trunk/debian/watch Mon Jan 22 03:40:48 2007
@@ -1,0 +1,2 @@
+version=3
+http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-(.*)\.tar\.gz debian uupdate




More information about the Python-modules-commits mailing list