أحمد المحمودي wrote: > That's wierd, the package is Arch: any, I suspect that this is a problem > with debhelper, as I see that: > > 'dh binary-arch -Spython_distutils' did not call dh_auto_install & the > rest of dh installing scripts.
dh interprets -Spython-distutils as an unknown option, followed
by "-p"; which causes it to only act on a package named
"ython-distutils".
To work around this problem, avoid passing short options to dh
that it does not know about; if you need to pass options on
to commands that dh calls, use long options. Ie:
dh $@ --buildsystem=python-distutils
--
see shy jo
signature.asc
Description: Digital signature

