Subject: lucid fails to install necessary components for doc building in clean environment

so dropping -doc package for lucid

--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,9 @@
 Uploaders: Yaroslav Halchenko <debian@onerussian.com>, Michael Hanke <michael.hanke@gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.5), python-support (>= 0.6),
 			   python-scipy (>= 0.5), python-numpy (>= 1.2), python-matplotlib (>= 0.98.3),
-			   python-sphinx (>= 0.6), cython,
+			   cython,
 			   python-nibabel, python-nose, python-sympy (>= 0.6.6),
 			   liblapack-dev,
-			   graphviz, dvipng
 Standards-Version: 3.9.2
 Homepage: http://neuroimaging.scipy.org
 Vcs-Browser: http://git.debian.org/?p=pkg-exppsy/nipy.git
@@ -50,15 +49,3 @@
  .
  This package provides architecture-dependent builds of the libraries.
 
-
-Package: python-nipy-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, libjs-jquery
-Recommends: python-nipy
-Description: documentation and examples for NiPy
- This package contains NiPy documentation in various formats (HTML,
- TXT) including
-  * User manual
-  * Developer guidelines
-  * API documentation
--- a/debian/rules
+++ b/debian/rules
@@ -78,11 +78,11 @@
 override_dh_clean:
 	: # I: Custom cleaning
 	rm -rf build doc-stamp nipy/neurospin/__config__.py
-	$(MAKE) -C doc clean
+	#$(MAKE) -C doc clean
 	dh_clean
 
 
 # We build documentation only for -indep
-binary-indep: doc-stamp
+binary-indep:
 
 binary: binary-arch binary-indep
