* Guido Günther <[email protected]>, 2010-02-27, 17:21:
Attached patch fixes this. Will upload once python 2.6 is the default.
Hmm, hardcoding Python versions (without a good reason) is exactly what that makes Python transitions hell. How about: - replacing python-all-dev with python-dev in debian/control (your package builds extension for a single version anyway) and
- replacing "site-packages" with "*-packages" in debian/install?These changes should allow your package to be compiled with both 2.5 and 2.6 as the default.
-- Jakub Wilk
signature.asc
Description: Digital signature

