summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Lib.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Debian/Debhelper/Dh_Lib.pm')
-rw-r--r--Debian/Debhelper/Dh_Lib.pm4
1 files changed, 2 insertions, 2 deletions
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;
}