From ded6ce59e1ba8fb00122297948e8589001b96909 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 12 Nov 2009 13:11:38 -0500 Subject: Adjust code to add deprecation warning for compatability level 4. (Man page already said it was deprecated.) Closes: #555899 --- Debian/Debhelper/Dh_Lib.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debian') diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index 8af365ff..960f2721 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -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; } -- cgit v1.2.3