+ install -d $(PYTHON_PACKAGE)/usr/lib/python2.5/$(call py_sitename_sh, $(PYTHON_VERSIONS)) ; \ + cp $(PYTHON_PACKAGE)/usr/lib/graphviz/python/gv.py \ + $(PYTHON_PACKAGE)/usr/lib/python2.5/$(call py_sitename_sh, $(PYTHON_VERSIONS)) ; \ + mv $(PYTHON_PACKAGE)/usr/lib/graphviz/python25/*.so \ + $(PYTHON_PACKAGE)/usr/lib/python2.5/$(call py_sitename_sh, $(PYTHON_VERSIONS)) ; \
I think you mean s/$(PYTHON_VERSIONS)/2.5/ here, since PYTHON_VERSIONS == 2.6 with your patch. -- [jaunty] libgv-python: Depends: python (< 2.6) https://bugs.launchpad.net/bugs/338553 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
