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

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Fri Aug 12 07:24:13 UTC 2011


    Date: Friday, August 12, 2011 @ 07:24:12
  Author: stefanor
Revision: 18138

* Use dh_sphinxdoc.
  - Bump python-sphinx Build-Depends.
  - Remove dh_installdocs override.
  - Don't manually symlink jquery.js to libjs-jquery.
* Don't compress Sphinx _sources.

Modified:
  packages/python-eventlet/trunk/debian/changelog
  packages/python-eventlet/trunk/debian/control
  packages/python-eventlet/trunk/debian/links
  packages/python-eventlet/trunk/debian/rules

Modified: packages/python-eventlet/trunk/debian/changelog
===================================================================
--- packages/python-eventlet/trunk/debian/changelog	2011-08-12 07:14:51 UTC (rev 18137)
+++ packages/python-eventlet/trunk/debian/changelog	2011-08-12 07:24:12 UTC (rev 18138)
@@ -1,7 +1,15 @@
-python-eventlet (0.9.16-1ubuntu1) UNRELEASED; urgency=low
+python-eventlet (0.9.16-2) UNRELEASED; urgency=low
 
+  [ Soren Hansen ]
   * Add myself to Uploaders.
 
+  [ Stefano Rivera ]
+  * Use dh_sphinxdoc.
+    - Bump python-sphinx Build-Depends.
+    - Remove dh_installdocs override.
+    - Don't manually symlink jquery.js to libjs-jquery.
+  * Don't compress Sphinx _sources.
+
  -- Soren Hansen <soren at ubuntu.com>  Wed, 08 Jun 2011 17:57:40 +0200
 
 python-eventlet (0.9.16-1) unstable; urgency=low

Modified: packages/python-eventlet/trunk/debian/control
===================================================================
--- packages/python-eventlet/trunk/debian/control	2011-08-12 07:14:51 UTC (rev 18137)
+++ packages/python-eventlet/trunk/debian/control	2011-08-12 07:24:12 UTC (rev 18138)
@@ -11,11 +11,11 @@
  python-all (>= 2.6.5-13~),
  python-greenlet,
  python-httplib2,
+ python-mock,
  python-nose,
- python-mock,
  python-openssl,
  python-setuptools,
- python-sphinx (>= 1.0),
+ python-sphinx (>= 1.0.7+dfsg),
  python-zmq
 X-Python-Version: >= 2.5
 Standards-Version: 3.9.2
@@ -25,7 +25,7 @@
 
 Package: python-eventlet
 Architecture: all
-Depends: libjs-jquery, ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}
 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/links
===================================================================
--- packages/python-eventlet/trunk/debian/links	2011-08-12 07:14:51 UTC (rev 18137)
+++ packages/python-eventlet/trunk/debian/links	2011-08-12 07:24:12 UTC (rev 18138)
@@ -1,2 +1 @@
-/usr/share/javascript/jquery/jquery.js       /usr/share/doc/python-eventlet/html/_static/jquery.js
 /usr/share/doc/python-eventlet/html/_sources /usr/share/doc/python-eventlet/rst

Modified: packages/python-eventlet/trunk/debian/rules
===================================================================
--- packages/python-eventlet/trunk/debian/rules	2011-08-12 07:14:51 UTC (rev 18137)
+++ packages/python-eventlet/trunk/debian/rules	2011-08-12 07:24:12 UTC (rev 18138)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2,sphinxdoc
 
 override_dh_auto_build:
 	/bin/echo -e '# On Debian, we use the packaged mock\n'\
@@ -21,11 +21,8 @@
 	done
 endif
 
-override_dh_installdocs:
-	dh_installdocs -Xhtml/.buildinfo -Xhtml/.doctrees -Xhtml/_static/jquery.js
-
 override_dh_compress:
-	dh_compress -X.js -X.inv
+	dh_compress -X.inv -X.txt
 
 override_dh_clean:
 	dh_clean




More information about the Python-modules-commits mailing list