> e) I don't know how to do this. Do you have an example of package doing this ? I tried to add PYVER to the debian/rules, but it's only build for 2.4 (testing on a Debian system).
Depends of your packaging; if it's CDBS, it's a bit awkward, but you can check e.g. gnome-menus; if it's debhelper only, you can check gst0.10-python.
f) That's quite bad; check you have a dh_pysupport / dh_pycentral call for this package; perhaps you need to pass some arguments to this call to tell about private dirs; you should end up with python2.5-awn in provides since you build the 2.5 version.
> e) I don't know how to do this. Do you have an example of package doing this ? I tried to add PYVER to the debian/rules, but it's only build for 2.4 (testing on a Debian system).
Depends of your packaging; if it's CDBS, it's a bit awkward, but you can check e.g. gnome-menus; if it's debhelper only, you can check gst0.10-python.
f) That's quite bad; check you have a dh_pysupport / dh_pycentral call for this package; perhaps you need to pass some arguments to this call to tell about private dirs; you should end up with python2.5-awn in provides since you build the 2.5 version.