summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorjoey <joey>2005-11-02 19:33:18 +0000
committerjoey <joey>2005-11-02 19:33:18 +0000
commit0b49e3bc664a3d10b3a54359b8aa4b8d5e505eb2 (patch)
tree4db01d38f7bbcc3033342dd3a12887698206e3cf /Debian
parent40f06c11f2b64f903d729715e1a4b10861c839f1 (diff)
r1805: releasing version 5.0.0
Diffstat (limited to 'Debian')
-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;
}