]> git.donarmstrong.com Git - debhelper.git/commitdiff
Compatability level 4 is now deprecated.
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 7 Mar 2009 19:50:29 +0000 (14:50 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 7 Mar 2009 19:50:29 +0000 (14:50 -0500)
Debian/Debhelper/Dh_Lib.pm
debhelper.pod
debian/changelog
doc/TODO

index a11c36a37ce7b5bfd8a900ccd307a516d6e78e07..400549443494275026491a4fe8ccfc5acf07b730 100644 (file)
@@ -299,7 +299,7 @@ sub dirname {
                }
 
                if ($c < 4 && ! $warned_compat) {
-                       warning("Compatibility levels before 4 are deprecated.");
+                       warning("Compatibility levels before 5 are deprecated.");
                        $warned_compat=1;
                }
        
index de2a053a4d7df3a645c4c3ae8b24e6b98246b869..77ace5c31c89ca932a3a4c0c763b349d4df0bc60 100644 (file)
@@ -333,6 +333,8 @@ dh_link will correct existing links to conform with policy.
 
 =back
 
+This mode is deprecated.
+
 =item V5
 
 Changes from V4 are:
index 4a2e2588fc3949a6302719d8c9a65e0078769972..d3f23f71ce943f38faa045c95fadb187e9b44bfb 100644 (file)
@@ -5,11 +5,12 @@ debhelper (7.2.3-1) UNRELEASED; urgency=low
     scripts, except for packages with menu-methods files. (See #473467)
   * dh_installdocs: No longer add maintainer script code to call
     doc-base, as it supports triggers in stable.
-  * dh: Override LC_ALL, not LANG. Closes: #517617
-  * dh_installchangelogs: Support -X to exclude automatic installation
-    of specific upstream changelogs. Closes: #490937
   * dh_bugfiles: New program, contributed by Modestas Vainius.
     Closes: #326874
+  * dh: Override LC_ALL, not LANG. re-Closes: #517617
+  * dh_installchangelogs: Support -X to exclude automatic installation
+    of specific upstream changelogs. re-Closes: #490937
+  * Compatability level 4 is now deprecated.
 
  -- Joey Hess <joeyh@debian.org>  Fri, 06 Mar 2009 13:57:47 -0500
 
index 71fda9f8093e9c2c4e1c8966d3453e75c8306a95..40fafbb46b023519fd8122701d53957fd3d45de2 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -12,7 +12,7 @@ v8:
 
 Deprecated:
 
-* DH_COMPAT 1, 2, 3. Can be removed once all packages are seen to be using
+* DH_COMPAT 1, 2, 3, 4. Can be removed once all packages are seen to be using
   a newer version. I won't hold my breath. Now with evil warning messages
   though.
 * Also, grep the entire archive for all dh_* command lines,