]> git.donarmstrong.com Git - debhelper.git/commitdiff
consistently use v7 not V7 (etc)
authorJoey Hess <joey@kitenet.net>
Fri, 28 May 2010 01:18:51 +0000 (21:18 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 28 May 2010 01:18:51 +0000 (21:18 -0400)
debhelper.pod
dh_installdeb
dh_makeshlibs

index 919151032df994f6952e3fb843a81f754b4542fc..da5ddfe881a917b8b9b891aee4d5819617e34779 100644 (file)
@@ -337,7 +337,7 @@ 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
 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 v7 mode:
 
   % echo 7 > debian/compat
 
 
   % echo 7 > debian/compat
 
@@ -352,7 +352,7 @@ These are the available compatibility levels:
 
 =over 4
 
 
 =over 4
 
-=item V1
+=item v1
 
 This is the original debhelper compatibility level, and so it is the default
 one. In this mode, debhelper will use debian/tmp as the package tree
 
 This is the original debhelper compatibility level, and so it is the default
 one. In this mode, debhelper will use debian/tmp as the package tree
@@ -361,16 +361,16 @@ debian/<package> for all other packages listed in the control file.
 
 This mode is deprecated.
 
 
 This mode is deprecated.
 
-=item V2
+=item v2
 
 In this mode, debhelper will consistently use debian/<package>
 as the package tree directory for every package that is built.
 
 This mode is deprecated.
 
 
 In this mode, debhelper will consistently use debian/<package>
 as the package tree directory for every package that is built.
 
 This mode is deprecated.
 
-=item V3
+=item v3
 
 
-This mode works like V2, with the following additions:
+This mode works like v2, with the following additions:
 
 =over 8
 
 
 =over 8
 
@@ -391,9 +391,9 @@ Every file in etc/ is automatically flagged as a conffile by dh_installdeb.
 
 This mode is deprecated.
 
 
 This mode is deprecated.
 
-=item V4
+=item v4
 
 
-Changes from V3 are:
+Changes from v3 are:
 
 =over 8
 
 
 =over 8
 
@@ -420,9 +420,9 @@ dh_link will correct existing links to conform with policy.
 
 This mode is deprecated.
 
 
 This mode is deprecated.
 
-=item V5
+=item v5
 
 
-Changes from V4 are:
+Changes from v4 are:
 
 =over 8
 
 
 =over 8
 
@@ -445,9 +445,9 @@ dh_install errors out if wildcards expand to nothing.
 
 =back
 
 
 =back
 
-=item V6
+=item v6
 
 
-Changes from V5 are:
+Changes from v5 are:
 
 =over 8
 
 
 =over 8
 
@@ -475,11 +475,11 @@ directory. In previous compatibility levels it silently refuses to do this.
 
 =back
 
 
 =back
 
-=item V7
+=item v7
 
 This is the recommended mode of operation.
 
 
 This is the recommended mode of operation.
 
-Changes from V6 are:
+Changes from v6 are:
 
 =over 8
 
 
 =over 8
 
@@ -505,12 +505,12 @@ none is specified.
 
 =back
 
 
 =back
 
-=item V8
+=item v8
 
 This mode is still under development. Using it in packages will cause them
 to probably break later.
 
 
 This mode is still under development. Using it in packages will cause them
 to probably break later.
 
-Changes from V7 are:
+Changes from v7 are:
 
 =over 8
 
 
 =over 8
 
index 386640b7ed6250ac8d0a3cfe046459423294b635..35c9016b84ebcdb7d86e116d55c792dedc751ec6 100755 (executable)
@@ -46,7 +46,7 @@ These control files are installed into the DEBIAN directory.
 
 This control file will be installed into the DEBIAN directory.
 
 
 This control file will be installed into the DEBIAN directory.
 
-In V3 compatibility mode and higher, all files in the etc/ directory in a
+In v3 compatibility mode and higher, all files in the etc/ directory in a
 package will automatically be flagged as conffiles by this program, so
 there is no need to list them manually here.
 
 package will automatically be flagged as conffiles by this program, so
 there is no need to list them manually here.
 
index 397dfd3f525742653da8e43f12e91b80e6f73c87..acec308ee6f17e333ea6e4df5d2418e2a7b337e4 100755 (executable)
@@ -19,7 +19,7 @@ dh_makeshlibs is a debhelper program that automatically scans for shared
 libraries, and generates a shlibs file for the libraries it finds.
 
 It also adds a call to ldconfig in the postinst and postrm scripts (in
 libraries, and generates a shlibs file for the libraries it finds.
 
 It also adds a call to ldconfig in the postinst and postrm scripts (in
-V3 mode and above only) to any packages in which it finds shared libraries.
+v3 mode and above only) to any packages in which it finds shared libraries.
 
 =head1 FILES
 
 
 =head1 FILES