[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.2.1/unstable r2063: improve python dependency fixing comment



------------------------------------------------------------
revno: 2063
committer: Rene Engelhard <rene@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


Reply to: