------------------------------------------------------------ revno: 2063 committer: Rene Engelhard <r...@debian.org> branch nick: debian timestamp: Thu 2010-07-29 09:51:08 +0200 message: improve python dependency fixing comment modified: rules
=== modified file 'rules' --- a/rules 2010-07-29 07:50:42 +0000 +++ b/rules 2010-07-29 07:51:08 +0000 @@ -3546,8 +3546,8 @@ ifeq "$(USE_PYCENTRAL)" "y" dh_pycentral -ppython-uno ifeq "$(PYTHON_VERSION)" "current" - # fix up broken depends (should be python (<< 2.6), python (>= 2.5) as - # it was the case before it broke somewhen + # fix up broken depends (should be like python (<< 2.6), python (>= 2.5) + # as it was the case before it broke somewhen perl -pi -e 's/python, python-central/python (<< $(PYMAJOR).$(PYMINORPLUS1)), python (>= $(PYMAJOR).$(PYMINOR)), python-central/' debian/python-uno.substvars endif else