summaryrefslogtreecommitdiff
path: root/debhelper.pod
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-08-07 07:20:20 -0400
committerJoey Hess <joey@kitenet.net>2010-08-07 07:20:20 -0400
commit5ade9075ad0fedee986d8aa08a1d4c4d3965356a (patch)
tree12785f3a5f9c145153e41cf6aa69027141ef4e7c /debhelper.pod
parent865e6266a5eaae81004bf530bc23da1c3fdc10b1 (diff)
Finalized v8 mode, which is the new recommended default.
Diffstat (limited to 'debhelper.pod')
-rw-r--r--debhelper.pod9
1 files changed, 3 insertions, 6 deletions
diff --git a/debhelper.pod b/debhelper.pod
index 554b7f78..b2f130b8 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -337,9 +337,9 @@ introduced. You tell debhelper which compatibility level it should use, and
it modifies its behavior in various ways.
Tell debhelper what compatibility level to use by writing a number to
-debian/compat. For example, to turn on v7 mode:
+debian/compat. For example, to turn on v8 mode:
- % echo 7 > debian/compat
+ % echo 8 > debian/compat
Unless otherwise indicated, all debhelper documentation assumes that you
are using the most recent compatibility level, and in most cases does not
@@ -477,8 +477,6 @@ directory. In previous compatibility levels it silently refuses to do this.
=item v7
-This is the recommended mode of operation.
-
Changes from v6 are:
=over 8
@@ -507,8 +505,7 @@ none is specified.
=item v8
-This mode is still under development. Using it in packages will cause them
-to probably break later.
+This is the recommended mode of operation.
Changes from v7 are: