]> git.donarmstrong.com Git - debhelper.git/commitdiff
Adjust code to add deprecation warning for compatability level 4. (Man page already...
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 12 Nov 2009 18:11:38 +0000 (13:11 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 12 Nov 2009 18:11:38 +0000 (13:11 -0500)
Debian/Debhelper/Dh_Lib.pm
debian/changelog

index 8af365ffa7509956c1c30a93526cb4dde96162ad..960f2721e6444a2fc619bb402a524de2d536ca35 100644 (file)
@@ -313,7 +313,7 @@ sub dirname {
                        }
                }
 
-               if ($c < 4 && ! $warned_compat) {
+               if ($c <= 4 && ! $warned_compat) {
                        warning("Compatibility levels before 5 are deprecated.");
                        $warned_compat=1;
                }
index b9debf47853c89c966bdfb429cd786e4ba5a0016..495132e70a46409b66895f0427311833077e7826 100644 (file)
@@ -16,6 +16,8 @@ debhelper (7.4.4) UNRELEASED; urgency=low
     time soon.) Closes: #554509
   * Drop deprecated programs from the list of commands in debhelper(7).
     Closes: #548382
+  * Adjust code to add deprecation warning for compatability level 4.
+    (Man page already said it was deprecated.) Closes: #555899
 
  -- Joey Hess <joeyh@debian.org>  Wed, 28 Oct 2009 18:10:45 -0400