From 0b49e3bc664a3d10b3a54359b8aa4b8d5e505eb2 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 2 Nov 2005 19:33:18 +0000 Subject: r1805: releasing version 5.0.0 --- Debian/Debhelper/Dh_Lib.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Debian/Debhelper/Dh_Lib.pm') diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index 85a77886..f1b39226 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -271,8 +271,8 @@ sub dirname { } } - if ($c < 3 && ! $warned_compat) { - warning("Compatibility levels before 3 are deprecated."); + if ($c < 4 && ! $warned_compat) { + warning("Compatibility levels before 4 are deprecated."); $warned_compat=1; } -- cgit v1.2.3