From 445f3b05e6f6a892cb09bde22f184dac6bd1e977 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org>
Date: Sun, 7 Aug 2011 10:04:00 +0200
Subject: [PATCH] suggest cdbs >= 0.4.90 dependency instead of 0.4.90-1~

---
 dh_python2.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_python2.rst b/dh_python2.rst
index c749576..244be48 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,
 
-- 
GitLab