summaryrefslogtreecommitdiff
path: root/dh_link
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-11-07 22:10:35 +0000
committerjoeyh <joeyh>2006-11-07 22:10:35 +0000
commit860d0141f7d983a137621ae99be697c079af1ecf (patch)
tree5e30c22718666d7f5c7b89f77dad5a099306091c /dh_link
parentf97dde5096608119aa86239edcce2b5532645a3b (diff)
r1956: * Correct some incorrect instances of "v4 only" in docs. Closes: #381536
* dh_installinfo: Put the section madness to bed by not passing any section information to install-info. Current install-info parses INFO-DIR-SECTION on its own if that's not specified. Closes: #337215
Diffstat (limited to 'dh_link')
-rwxr-xr-xdh_link4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_link b/dh_link
index e5413ecb..f7a910a5 100755
--- a/dh_link
+++ b/dh_link
@@ -43,7 +43,7 @@ a path as possible. It will also create any subdirectories it needs to to put
the symlinks in.
dh_link also scans the package build tree for existing symlinks which do not
-conform to debian policy, and corrects them (v4 only).
+conform to debian policy, and corrects them (v4 or later).
=head1 OPTIONS
@@ -138,7 +138,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
error("parameters list a link without a destination.");
}
- # v4 only and only if there is a temp dir already
+ # v4 or later and only if there is a temp dir already
if (! compat(3) && -e $tmp) {
# Scan for existing links and add them to @links, so they
# are recreated policy conformant.