tags 439953 patch thanks The NMU diff.
Bastian -- We have found all life forms in the galaxy are capable of superior development. -- Kirk, "The Gamesters of Triskelion", stardate 3211.7
diff -u codespeak-lib-0.9.0/debian/changelog codespeak-lib-0.9.0/debian/changelog --- codespeak-lib-0.9.0/debian/changelog +++ codespeak-lib-0.9.0/debian/changelog @@ -1,3 +1,10 @@ +codespeak-lib (0.9.0-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Disable apigen invocation. (closes: #439953) + + -- Bastian Blank <[EMAIL PROTECTED]> Sat, 08 Sep 2007 19:40:36 +0200 + codespeak-lib (0.9.0-3) unstable; urgency=low * Added missing build dependencies on subversion and ssh diff -u codespeak-lib-0.9.0/debian/rules codespeak-lib-0.9.0/debian/rules --- codespeak-lib-0.9.0/debian/rules +++ codespeak-lib-0.9.0/debian/rules @@ -28,9 +28,9 @@ $(XP) -o $@ $(DB2MAN) $< build-doc-stamp: - ./py/bin/py.test --apigen=py/apigen/apigen.py py || true + #./py/bin/py.test --apigen=py/apigen/apigen.py py || true echo "py/doc/* usr/share/doc/python-codespeak-lib/py/doc" >> debian/python-codespeak-lib.install - echo "apigen usr/share/doc/python-codespeak-lib/" >> debian/python-codespeak-lib.install + #echo "apigen usr/share/doc/python-codespeak-lib/" >> debian/python-codespeak-lib.install touch $@ build-stamp: $(PYVERS:%=build-python%)