From 860d0141f7d983a137621ae99be697c079af1ecf Mon Sep 17 00:00:00 2001 From: joeyh Date: Tue, 7 Nov 2006 22:10:35 +0000 Subject: 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 --- dh_fixperms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_fixperms') diff --git a/dh_fixperms b/dh_fixperms index 2a565bd3..775ab55e 100755 --- a/dh_fixperms +++ b/dh_fixperms @@ -85,7 +85,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { "-perm -5 -name '*.pm' $find_options -print0", "2>/dev/null | xargs -0r chmod a-X"); - # v4 only + # v4 and up if (! compat(3)) { # Programs in the bin and init.d dirs should be executable.. for my $dir (qw{usr/bin bin usr/sbin sbin usr/games etc/init.d}) { -- cgit v1.2.3