[Python-modules-commits] r16585 - in packages/python-eventlet/trunk/debian (5 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sun Apr 17 19:00:39 UTC 2011


    Date: Sunday, April 17, 2011 @ 19:00:29
  Author: stefanor
Revision: 16585

* New upstream release.
  - Drop all patches, accepted upstream.
* Bump Standards-Version to 3.9.2, no changes needed.
* Drop Breaks: ${python:Breaks}, no longer used by dh_python2.
* debian/copyright: Update to DEP5 Format r174.
* Restore doc/modules/zmq.rst and BD on Sphinx 1.0.

Modified:
  packages/python-eventlet/trunk/debian/changelog
  packages/python-eventlet/trunk/debian/control
  packages/python-eventlet/trunk/debian/copyright
  packages/python-eventlet/trunk/debian/rules
Deleted:
  packages/python-eventlet/trunk/debian/patches/

Modified: packages/python-eventlet/trunk/debian/changelog
===================================================================
--- packages/python-eventlet/trunk/debian/changelog	2011-04-17 18:58:52 UTC (rev 16584)
+++ packages/python-eventlet/trunk/debian/changelog	2011-04-17 19:00:29 UTC (rev 16585)
@@ -1,6 +1,12 @@
-python-eventlet (0.9.14-2) UNRELEASED; urgency=low
+python-eventlet (0.9.15-1) UNRELEASED; urgency=low
 
+  * New upstream release.
+    - Drop all patches, accepted upstream.
   * Correct DEP3 headers (first line of Description is the subject)
+  * Bump Standards-Version to 3.9.2, no changes needed.
+  * Drop Breaks: ${python:Breaks}, no longer used by dh_python2.
+  * debian/copyright: Update to DEP5 Format r174.
+  * Restore doc/modules/zmq.rst and BD on Sphinx 1.0.
 
  -- Stefano Rivera <stefanor at debian.org>  Sun, 27 Feb 2011 14:26:40 +0200
 

Modified: packages/python-eventlet/trunk/debian/control
===================================================================
--- packages/python-eventlet/trunk/debian/control	2011-04-17 18:58:52 UTC (rev 16584)
+++ packages/python-eventlet/trunk/debian/control	2011-04-17 19:00:29 UTC (rev 16585)
@@ -14,10 +14,10 @@
  python-mock,
  python-openssl,
  python-setuptools,
- python-sphinx,
+ python-sphinx (>= 1.0),
  python-zmq
 X-Python-Version: >= 2.5
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://eventlet.net
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-eventlet/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-eventlet/trunk/
@@ -25,7 +25,6 @@
 Package: python-eventlet
 Architecture: all
 Depends: libjs-jquery, ${misc:Depends}, ${python:Depends}
-Breaks: ${python:Breaks}
 Description: concurrent networking library for Python
  Eventlet allows you to change how you run your code, not how you write it.
  .

Modified: packages/python-eventlet/trunk/debian/copyright
===================================================================
--- packages/python-eventlet/trunk/debian/copyright	2011-04-17 18:58:52 UTC (rev 16584)
+++ packages/python-eventlet/trunk/debian/copyright	2011-04-17 19:00:29 UTC (rev 16585)
@@ -1,4 +1,4 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
 Upstream-Name: Eventlet
 Upstream-Contact: Ryan Williams <breath at alum.mit.edu>
 Source: http://eventlet.net

Modified: packages/python-eventlet/trunk/debian/rules
===================================================================
--- packages/python-eventlet/trunk/debian/rules	2011-04-17 18:58:52 UTC (rev 16584)
+++ packages/python-eventlet/trunk/debian/rules	2011-04-17 19:00:29 UTC (rev 16585)
@@ -11,8 +11,6 @@
 	dh_auto_build
 
 	rm -rf doc/_build/html
-	# Not linked into produced documentation, and breaks on Sphinx < 1
-	rm -f doc/modules/zmq.rst
 	PYTHONPATH=. sphinx-build -N -bhtml doc/ doc/_build/html
 
 override_dh_auto_test:




More information about the Python-modules-commits mailing list