tag 433748 patch thanks Michael Ablassmeier <[EMAIL PROTECTED]> (19/07/2007): > > epydoc -q --html -n TurboMail -u http://www.topfloor.ca/turbomail/ -o > debian/html/api turbomail > > usage: epydoc [ACTION] [options] NAMES... > > > > epydoc: error: no such option: -n > > make: *** [install/python-turbomail-doc] Error 2
Hi, it is sufficient to change -n to --name, and -u to --url (which is not documented properly yet, see #433804). BTW, you could drop the 'mv' step for the egg directory, if you were adjusting your versioned B-D on python-support to >= 0.6.4, see #422436. Cheers, -- Cyril Brulebois
--- turbomail-2.0.3/debian/rules 2007-07-19 14:10:39.000000000 +0000 +++ turbomail-2.0.3-new/debian/rules 2007-07-19 14:11:56.000000000 +0000 @@ -21,7 +21,7 @@ install/python-turbomail-doc:: # Generate the documentation mkdir -p debian/html/api - epydoc -q --html -n TurboMail -u http://www.topfloor.ca/turbomail/ -o debian/html/api turbomail + epydoc -q --html --name TurboMail --url http://www.topfloor.ca/turbomail/ -o debian/html/api turbomail install/$(cdbs_curpkg):: mkdir -p debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)
pgprxJTLMVAXm.pgp
Description: PGP signature

