[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dh_python2 and the -p option



[Barry Warsaw, 2011-06-28]
> - 	dh_pysupport -pgedit /usr/lib/gedit/plugins
> +	dh_python2
> +	dh_python2 -pgedit /usr/lib/gedit/plugins

yes, that's intended behaviour (this way you can f.e. support different
set of Python versions in private directories). I will add a note about
it to the manpage, feel free to update wiki pages. If you want to pass
different options to private directories that are checked by default¹,
use something like:

dh_python2 -p foo -V 2.7 --skip-private
dh_python2 -p foo -V 2.5 -X bar.py /usr/share/foo/

[¹] /usr/lib/foo, /usr/lib/games/foo, /usr/share/foo, /usr/share/games/foo
-- 
Piotr Ożarowski                         Debian GNU/Linux Developer
www.ozarowski.pl          www.griffith.cc           www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


Reply to: