summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorjoey <joey>2005-06-23 20:08:17 +0000
committerjoey <joey>2005-06-23 20:08:17 +0000
commit2261140a15e8e31b8c9e64608ff46df303dc399e (patch)
tree0d4d5acf8d3ca451b9ded7a06cd6d60c3f6b20ea /Debian
parent51b476953b1cd57fc3ebb26aaeb7743465dc96d6 (diff)
r1768: releasing version 4.9.2
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Debhelper/Dh_Lib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index eba314d8..3effb60b 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -272,7 +272,7 @@ sub dirname {
}
if ($c < 3 && ! $warned_compat) {
- warning("Compatibility levels before 4 are deprecated.");
+ warning("Compatibility levels before 3 are deprecated.");
$warned_compat=1;
}