[Python-modules-commits] r1893 - in
/packages/simplejson/trunk/debian: changelog control copyright
patches/01_disable_ez_setup.diff
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Mar 19 18:10:50 CET 2007
Author: piotr
Date: Mon Mar 19 17:10:50 2007
New Revision: 1893
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1893
Log:
* New upstream release
* Changed maintainer address to debian.org
Modified:
packages/simplejson/trunk/debian/changelog
packages/simplejson/trunk/debian/control
packages/simplejson/trunk/debian/copyright
packages/simplejson/trunk/debian/patches/01_disable_ez_setup.diff
Modified: packages/simplejson/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/simplejson/trunk/debian/changelog?rev=1893&op=diff
==============================================================================
--- packages/simplejson/trunk/debian/changelog (original)
+++ packages/simplejson/trunk/debian/changelog Mon Mar 19 17:10:50 2007
@@ -1,3 +1,10 @@
+simplejson (1.7-1) unstable; urgency=low
+
+ * New upstream release
+ * Changed maintainer address to debian.org
+
+ -- Piotr Ożarowski <piotr at debian.org> Mon, 19 Mar 2007 17:43:17 +0100
+
simplejson (1.6-1) unstable; urgency=low
* New upstream release
Modified: packages/simplejson/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/simplejson/trunk/debian/control?rev=1893&op=diff
==============================================================================
--- packages/simplejson/trunk/debian/control (original)
+++ packages/simplejson/trunk/debian/control Mon Mar 19 17:10:50 2007
@@ -2,7 +2,7 @@
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Piotr Ozarowski <ozarow at gmail.com>
+Uploaders: Piotr Ożarowski <piotr at debian.org>
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
Modified: packages/simplejson/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/simplejson/trunk/debian/copyright?rev=1893&op=diff
==============================================================================
--- packages/simplejson/trunk/debian/copyright (original)
+++ packages/simplejson/trunk/debian/copyright Mon Mar 19 17:10:50 2007
@@ -34,7 +34,7 @@
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.
+2007 Piotr Ożarowski <piotr at debian.org> - 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'.
Modified: 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=1893&op=diff
==============================================================================
--- packages/simplejson/trunk/debian/patches/01_disable_ez_setup.diff (original)
+++ packages/simplejson/trunk/debian/patches/01_disable_ez_setup.diff Mon Mar 19 17:10:50 2007
@@ -6,6 +6,6 @@
-import ez_setup
-ez_setup.use_setuptools()
-
- from setuptools import setup, find_packages
+ from setuptools import setup, find_packages, Extension, Feature
- VERSION = '1.5'
+ VERSION = '1.7'
More information about the Python-modules-commits
mailing list