> >> There are no definitive mappings between Cheeseshop names and Debian > >> package names, but > > > >take a look at /usr/share/python/dist_fallback, sane ones are not listed > >there, though > > Ah neat. Do you keep that updated manually?
semi-manually (it's not run in every python-defaults build as it requires network) `apt-get source python-defaults; cd python-defaults-*; \ rm pydist/dist_fallback; make dist_fallback` should regenerate it for you. If you want to include names dh_python2 will guess correctly, you can: `python ./pydist/generate_fallback_list.py` i.e. without --skip-sensible-names -- 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 -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20111006075249.gx19...@piotro.eu