X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_installdocs;h=3fe3d0c43c581300e60f7921df4b6a214554eb52;hb=917726187d01b79c7aa454a953f2e483a5171061;hp=7a8fc461a28375a40d04f8ffac68d95ca4446a68;hpb=ff1eda3dfb95162cd26600ccdcc234d70916e1b8;p=debhelper.git diff --git a/dh_installdocs b/dh_installdocs index 7a8fc46..3fe3d0c 100755 --- a/dh_installdocs +++ b/dh_installdocs @@ -125,7 +125,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { doit("cp","-a",$doc,"$tmp/usr/share/doc/$package"); } } - doit("chown","-R","0.0","$tmp/usr/share/doc"); + doit("chown","-R","0:0","$tmp/usr/share/doc"); doit("chmod","-R","go=rX","$tmp/usr/share/doc"); doit("chmod","-R","u+rw","$tmp/usr/share/doc"); } @@ -169,16 +169,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) { } } -# # Add in the /usr/doc compatibility symlinks code. -# if (! $dh{NOSCRIPTS}) { -# autoscript($package,"postinst","postinst-doc", -# "s/#PACKAGE#/$package/g", -# ); -# autoscript($package,"prerm","prerm-doc", -# "s/#PACKAGE#/$package/g", -# ); -# } - # Handle doc-base files. There are two filename formats, the usual # plus an extended format (debian/package.*). my %doc_ids; @@ -225,7 +215,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { =head1 SEE ALSO -L +L This program is a part of debhelper.