[Python-modules-commits] r19762 - in packages/nose/trunk/debian (5 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Tue Dec 27 23:09:42 UTC 2011


    Date: Tuesday, December 27, 2011 @ 23:09:40
  Author: cjsmo-guest
Revision: 19762

don't build py3 docs

Modified:
  packages/nose/trunk/debian/control
  packages/nose/trunk/debian/rules
Deleted:
  packages/nose/trunk/debian/python3-nose.doc-base
  packages/nose/trunk/debian/python3-nose.docs
  packages/nose/trunk/debian/python3-nose.links

Modified: packages/nose/trunk/debian/control
===================================================================
--- packages/nose/trunk/debian/control	2011-12-27 20:15:15 UTC (rev 19761)
+++ packages/nose/trunk/debian/control	2011-12-27 23:09:40 UTC (rev 19762)
@@ -10,7 +10,6 @@
  python-setuptools (>= 0.6a9),
  python3-setuptools,
  python-sphinx (>= 0.6.1),
- python3-sphinx,
  python-nose,
  python-coverage,
  libjs-jquery,

Deleted: packages/nose/trunk/debian/python3-nose.doc-base
===================================================================
--- packages/nose/trunk/debian/python3-nose.doc-base	2011-12-27 20:15:15 UTC (rev 19761)
+++ packages/nose/trunk/debian/python3-nose.doc-base	2011-12-27 23:09:40 UTC (rev 19762)
@@ -1,13 +0,0 @@
-Document: nose
-Title: Unit Testing Extensions for Python3
-Author: Phil Thompson
-Abstract: Unit Testing Extensions for Python3
- This is the documentation for nose, an extension of the
- Python3 unittest framework that supports simple test
- collection, a simplified API for writing tests 
- and many useful plugins.
-Section: Programming/Python
-
-Format: HTML
-Index: /usr/share/doc/python3-nose/html/index.html
-Files: /usr/share/doc/python3-nose/html/*.html

Deleted: packages/nose/trunk/debian/python3-nose.docs
===================================================================
--- packages/nose/trunk/debian/python3-nose.docs	2011-12-27 20:15:15 UTC (rev 19761)
+++ packages/nose/trunk/debian/python3-nose.docs	2011-12-27 23:09:40 UTC (rev 19762)
@@ -1,2 +0,0 @@
-README.txt
-build/sphinx/html/

Deleted: packages/nose/trunk/debian/python3-nose.links
===================================================================
--- packages/nose/trunk/debian/python3-nose.links	2011-12-27 20:15:15 UTC (rev 19761)
+++ packages/nose/trunk/debian/python3-nose.links	2011-12-27 23:09:40 UTC (rev 19762)
@@ -1,2 +0,0 @@
-usr/share/javascript/jquery/jquery.js usr/share/doc/python3-nose/html/_static/jquery.js
-usr/share/javascript/underscore/underscore.js usr/share/doc/python3-nose/html/_static/underscore.js

Modified: packages/nose/trunk/debian/rules
===================================================================
--- packages/nose/trunk/debian/rules	2011-12-27 20:15:15 UTC (rev 19761)
+++ packages/nose/trunk/debian/rules	2011-12-27 23:09:40 UTC (rev 19762)
@@ -18,10 +18,6 @@
 	for py in $(PYVERS); do\
 		$$py setup.py build_sphinx; \
 	done
-	set -e; \
-	for py in $(PY3VERS); do \
-	    $$py setup.py build_sphinx; \
-	done
 
 override_dh_auto_test:
 	set -e; \




More information about the Python-modules-commits mailing list