diff options
author | joeyh <joeyh> | 2006-11-07 22:10:35 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-11-07 22:10:35 +0000 |
commit | 860d0141f7d983a137621ae99be697c079af1ecf (patch) | |
tree | 5e30c22718666d7f5c7b89f77dad5a099306091c /dh_link | |
parent | f97dde5096608119aa86239edcce2b5532645a3b (diff) | |
download | debhelper-860d0141f7d983a137621ae99be697c079af1ecf.tar.gz |
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-x | dh_link | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |