[Python-modules-commits] r25437 - in packages/simplejson/trunk/debian (5 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Aug 8 13:14:22 UTC 2013


    Date: Thursday, August 8, 2013 @ 13:14:20
  Author: piotr
Revision: 25437

* Upload to unstable
* Use dh_pypy to handle PyPy files
* Add dh-python to Build-Depends
* Standards-version bumped to 3.9.4 (no changes needed)

Modified:
  packages/simplejson/trunk/debian/changelog
  packages/simplejson/trunk/debian/control
  packages/simplejson/trunk/debian/rules
Deleted:
  packages/simplejson/trunk/debian/pypy-simplejson.postinst
  packages/simplejson/trunk/debian/pypy-simplejson.prerm

Modified: packages/simplejson/trunk/debian/changelog
===================================================================
--- packages/simplejson/trunk/debian/changelog	2013-08-08 09:54:43 UTC (rev 25436)
+++ packages/simplejson/trunk/debian/changelog	2013-08-08 13:14:20 UTC (rev 25437)
@@ -1,3 +1,12 @@
+simplejson (3.3.0-3) unstable; urgency=low
+
+  * Upload to unstable
+  * Use dh_pypy to handle PyPy files
+  * Add dh-python to Build-Depends
+  * Standards-version bumped to 3.9.4 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 08 Aug 2013 15:09:17 +0200
+
 simplejson (3.3.0-2) experimental; urgency=low
 
   * Fix FTBFS due to missing docs

Modified: packages/simplejson/trunk/debian/control
===================================================================
--- packages/simplejson/trunk/debian/control	2013-08-08 09:54:43 UTC (rev 25436)
+++ packages/simplejson/trunk/debian/control	2013-08-08 13:14:20 UTC (rev 25437)
@@ -3,10 +3,10 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Piotr Ożarowski <piotr at debian.org>
-Standards-Version: 3.9.3
-Build-Depends: debhelper (>= 9), python-sphinx (>= 1.0.7+dfsg-1~),
+Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9), python-sphinx (>= 1.0.7+dfsg-1~), dh-python (>= 1.20130707),
  python-all-dev, python-all-dbg, pypy,
- python3-all-dev (>= 3.3.0-3), python3-all-dbg
+ python3-all-dev, python3-all-dbg
 Homepage: http://undefined.org/python/#simplejson
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.3

Deleted: packages/simplejson/trunk/debian/pypy-simplejson.postinst
===================================================================
--- packages/simplejson/trunk/debian/pypy-simplejson.postinst	2013-08-08 09:54:43 UTC (rev 25436)
+++ packages/simplejson/trunk/debian/pypy-simplejson.postinst	2013-08-08 13:14:20 UTC (rev 25437)
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-if which pypy >/dev/null 2>&1; then
-  dpkg -L pypy-simplejson | grep '\.py$' | pypy -m py_compile - >/dev/null
-fi
-
-#DEBHELPER#

Deleted: packages/simplejson/trunk/debian/pypy-simplejson.prerm
===================================================================
--- packages/simplejson/trunk/debian/pypy-simplejson.prerm	2013-08-08 09:54:43 UTC (rev 25436)
+++ packages/simplejson/trunk/debian/pypy-simplejson.prerm	2013-08-08 13:14:20 UTC (rev 25437)
@@ -1,7 +0,0 @@
-#!/bin/sh
-set -e
-
-find /usr/lib/pypy/dist-packages/simplejson/ \
- -type d -name __pycache__ | xargs rm -rf
-
-#DEBHELPER#

Modified: packages/simplejson/trunk/debian/rules
===================================================================
--- packages/simplejson/trunk/debian/rules	2013-08-08 09:54:43 UTC (rev 25436)
+++ packages/simplejson/trunk/debian/rules	2013-08-08 13:14:20 UTC (rev 25437)
@@ -7,7 +7,7 @@
 export PYBUILD_DESTDIR_pypy=debian/pypy-simplejson/
 
 %:
-	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python2,python3,pypy,sphinxdoc --buildsystem=pybuild
 
 build-indep:
 	dh_testdir




More information about the Python-modules-commits mailing list