diff --git a/dh_python2.rst b/dh_python2.rst index c749576cadd02824169240d3fa7078ce7e162846..244be489155fc2f5a28dba619f84b1c1243d4a8f 100644 --- a/dh_python2.rst +++ b/dh_python2.rst @@ -26,7 +26,7 @@ QUICK GUIDE FOR MAINTAINERS setup.py's install command if your package is using distutils, * add ``python2`` to dh's ``--with`` option, or: * include /usr/share/cdbs/1/class/python-distutils.mk in debian/rules and - depend on cdbs (>= 0.4.90-1~), or: + depend on cdbs (>= 0.4.90), or: * call dh_python2 in the binary-* target, * add ${python:Depends} to Depends,