summaryrefslogtreecommitdiff
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
parent51b476953b1cd57fc3ebb26aaeb7743465dc96d6 (diff)
r1768: releasing version 4.9.2
-rw-r--r--Debian/Debhelper/Dh_Lib.pm2
-rw-r--r--debian/changelog3
2 files changed, 3 insertions, 2 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;
}
diff --git a/debian/changelog b/debian/changelog
index 4501b8c6..c3cfac1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-debhelper (4.9.2) UNRELEASED; urgency=low
+debhelper (4.9.2) unstable; urgency=low
* Fix typo in dh_install example. Closes: #314964
+ * Fix deprecation message. Closes: #315517
-- Joey Hess <joeyh@debian.org> Mon, 20 Jun 2005 16:17:05 -0400