[Python-modules-commits] r13852 - in packages/python-multiprocessing/branches/bpo/debian (4 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Jul 8 22:09:24 UTC 2010


    Date: Thursday, July 8, 2010 @ 22:09:23
  Author: morph
Revision: 13852

* debian/{control, python-multiprocessing.doc-base, rules}
  - removed doc generation, we can leave without it

Modified:
  packages/python-multiprocessing/branches/bpo/debian/changelog
  packages/python-multiprocessing/branches/bpo/debian/control
  packages/python-multiprocessing/branches/bpo/debian/rules
Deleted:
  packages/python-multiprocessing/branches/bpo/debian/python-multiprocessing.doc-base

Modified: packages/python-multiprocessing/branches/bpo/debian/changelog
===================================================================
--- packages/python-multiprocessing/branches/bpo/debian/changelog	2010-07-08 22:03:30 UTC (rev 13851)
+++ packages/python-multiprocessing/branches/bpo/debian/changelog	2010-07-08 22:09:23 UTC (rev 13852)
@@ -1,8 +1,10 @@
 python-multiprocessing (2.6.2.1-4~bpo50+1) UNRELEASED; urgency=low
 
   * Rebuild for lenny-backports, requested by ftp-master
+  * debian/{control, python-multiprocessing.doc-base, rules}
+    - removed doc generation, we can leave without it
 
- -- Sandro Tosi <morph at debian.org>  Fri, 09 Jul 2010 00:00:54 +0200
+ -- Sandro Tosi <morph at debian.org>  Fri, 09 Jul 2010 00:07:56 +0200
 
 python-multiprocessing (2.6.2.1-4) unstable; urgency=low
 

Modified: packages/python-multiprocessing/branches/bpo/debian/control
===================================================================
--- packages/python-multiprocessing/branches/bpo/debian/control	2010-07-08 22:03:30 UTC (rev 13851)
+++ packages/python-multiprocessing/branches/bpo/debian/control	2010-07-08 22:09:23 UTC (rev 13852)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 7), python2.5-dev, python2.5-dbg, python-support (>= 1), python-sphinx (>= 0.5), python-setuptools (>= 0.6c8)
+Build-Depends: debhelper (>= 7), python2.5-dev, python2.5-dbg, python-support (>= 1), python-setuptools (>= 0.6c8)
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-multiprocessing/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-multiprocessing/trunk/
@@ -13,7 +13,7 @@
 Package: python-multiprocessing
 Architecture: any
 XB-Python-Version: ${python:Versions}
-Depends: python2.5, python-support (>= 0.90.0), ${shlibs:Depends}, ${misc:Depends}, libjs-jquery
+Depends: python2.5, python-support (>= 0.90.0), ${shlibs:Depends}, ${misc:Depends}
 Description: process-based "threading" interface
  multiprocessing is a package that supports spawning processes using
  an API similar to the threading module. The multiprocessing package

Deleted: packages/python-multiprocessing/branches/bpo/debian/python-multiprocessing.doc-base
===================================================================
--- packages/python-multiprocessing/branches/bpo/debian/python-multiprocessing.doc-base	2010-07-08 22:03:30 UTC (rev 13851)
+++ packages/python-multiprocessing/branches/bpo/debian/python-multiprocessing.doc-base	2010-07-08 22:09:23 UTC (rev 13852)
@@ -1,15 +0,0 @@
-Document: python-multiprocessing
-Title: multiprocessing’s documentation
-Author: Python Software Foundation
-Abstract: multiprocessing is a package that supports spawning
- processes using an API similar to the threading module. The
- multiprocessing package offers both local and remote concurrency,
- effectively side-stepping the Global Interpreter Lock by using
- subprocesses instead of threads. Due to this, the multiprocessing
- module allows the programmer to fully leverage multiple processors on
- a given machine. It runs on both Unix and Windows.
-Section: Programming/Python
-
-Format: HTML
-Index: /usr/share/doc/python-multiprocessing/html/index.html
-Files: /usr/share/doc/python-multiprocessing/html/*

Modified: packages/python-multiprocessing/branches/bpo/debian/rules
===================================================================
--- packages/python-multiprocessing/branches/bpo/debian/rules	2010-07-08 22:03:30 UTC (rev 13851)
+++ packages/python-multiprocessing/branches/bpo/debian/rules	2010-07-08 22:09:23 UTC (rev 13852)
@@ -30,11 +30,6 @@
 	done
 endif
 
-	# Create dirs needed for doc building
-	mkdir -p Doc/static Doc/templates
-	# Build doc
-	$(MAKE) doc
-
 	touch $@
 
 clean: 
@@ -71,10 +66,8 @@
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 	CHANGES.txt
-	dh_installdocs		README.txt build/sphinx/html/
+	dh_installdocs		README.txt
 	dh_installexamples	Doc/includes/*
-	ln -sf /usr/share/javascript/jquery/jquery.js \
-	        $(CURDIR)/debian/python-multiprocessing/usr/share/doc/python-multiprocessing/html/_static/jquery.js
 	dh_link	
 	dh_pysupport
 	dh_strip		-ppython-multiprocessing --dbg-package=python-multiprocessing-dbg




More information about the Python-modules-commits mailing list