[Python-modules-commits] r12453 - in packages/simplejson/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Apr 1 22:13:58 UTC 2010


    Date: Thursday, April 1, 2010 @ 22:13:47
  Author: piotr
Revision: 12453

* New upstream release
* disable_ez_setup.patch removed, ez_install is now used only if setuptools
  is not available
* Note about stdlib's json module added to package's long description

Modified:
  packages/simplejson/trunk/debian/changelog
  packages/simplejson/trunk/debian/control
  packages/simplejson/trunk/debian/rules
Deleted:
  packages/simplejson/trunk/debian/patches/

Modified: packages/simplejson/trunk/debian/changelog
===================================================================
--- packages/simplejson/trunk/debian/changelog	2010-03-31 09:37:31 UTC (rev 12452)
+++ packages/simplejson/trunk/debian/changelog	2010-04-01 22:13:47 UTC (rev 12453)
@@ -1,3 +1,12 @@
+simplejson (2.1.1-1) unstable; urgency=low
+
+  * New upstream release
+  * disable_ez_setup.patch removed, ez_install is now used only if setuptools
+    is not available
+  * Note about stdlib's json module added to package's long description
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 01 Apr 2010 23:40:10 +0200
+
 simplejson (2.1.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/simplejson/trunk/debian/control
===================================================================
--- packages/simplejson/trunk/debian/control	2010-03-31 09:37:31 UTC (rev 12452)
+++ packages/simplejson/trunk/debian/control	2010-04-01 22:13:47 UTC (rev 12453)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Piotr Ożarowski <piotr at debian.org>
 Standards-Version: 3.8.4
-Build-Depends: debhelper (>= 5.0.38), quilt (>= 0.40), python-all-dev (>= 2.3.5-11),
+Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11),
  python-setuptools (>= 0.6b3), python-support (>= 0.6.4), python-sphinx
 Homepage: http://undefined.org/python/#simplejson
 XS-Python-Version: >= 2.5
@@ -27,3 +27,7 @@
  .
  The decoder can handle incoming JSON strings of any specified encoding
  (UTF-8 by default).
+ .
+ simplejson is the externally maintained development version of the json
+ library included with Python 2.6 and Python 3.0, but maintains backwards
+ compatibility with Python 2.5.

Modified: packages/simplejson/trunk/debian/rules
===================================================================
--- packages/simplejson/trunk/debian/rules	2010-03-31 09:37:31 UTC (rev 12452)
+++ packages/simplejson/trunk/debian/rules	2010-04-01 22:13:47 UTC (rev 12453)
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 PACKAGE_NAME=python-simplejson
 MODULE_NAME=simplejson
 
@@ -15,7 +13,7 @@
 endif
 export CFLAGS
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -rf dist build build-stamp build-ext-*
@@ -24,7 +22,7 @@
 	find . -name '\._*' -delete
 	dh_clean install-stamp install-ext-* build-docs
 
-build: patch build-stamp build-docs
+build: build-stamp build-docs
 build-stamp: $(PYVERS:%=build-ext-%)
 	touch $@
 build-ext-%:
@@ -69,4 +67,4 @@
 
 binary: binary-indep binary-arch
 
-.PHONY: clean binary-indep binary-arch binary unpatch
+.PHONY: clean binary-indep binary-arch binary




More information about the Python-modules-commits mailing list