tag 433744 patch thanks Michael Ablassmeier <[EMAIL PROTECTED]> (19/07/2007): > > env PYTHONPATH=`pwd` epydoc -n ConfigObj -u > http://www.voidspace.org.uk/python/configobj.html -o configobj-api configobj > > usage: epydoc [ACTION] [options] NAMES... > > > > epydoc: error: no such option: -n > > make: *** [post-patches] 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 just drop the following option from debian/rules: ``--install-lib usr/share/python-support/python-configobj'' since python-support does the right thing for you. In that case, 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
--- configobj-4.4.0~/debian/rules 2007-07-19 14:28:37.000000000 +0000 +++ configobj-4.4.0/debian/rules 2007-07-19 14:28:24.000000000 +0000 @@ -20,7 +20,7 @@ -rm -rf debian/python-configobj/usr/lib/ post-patches:: - env PYTHONPATH=`pwd` epydoc -n ConfigObj -u http://www.voidspace.org.uk/python/configobj.html -o configobj-api configobj + env PYTHONPATH=`pwd` epydoc --name ConfigObj --url http://www.voidspace.org.uk/python/configobj.html -o configobj-api configobj clean:: -rm -rf configobj.egg-info
pgpDony76bfYF.pgp
Description: PGP signature