]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1768: releasing version 4.9.2 4.9.2
authorjoey <joey>
Thu, 23 Jun 2005 20:08:17 +0000 (20:08 +0000)
committerjoey <joey>
Thu, 23 Jun 2005 20:08:17 +0000 (20:08 +0000)
Debian/Debhelper/Dh_Lib.pm
debian/changelog

index eba314d89c78fc2c1b1a528064eba8f724dae46c..3effb60b9a21d817fff4dfabf37185bacafdd737 100644 (file)
@@ -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;
                }
        
index 4501b8c657c87e2546b437595a7a93ef89411c8d..c3cfac1cea213e4494aa611b03a13b04d25e9128 100644 (file)
@@ -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