]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installdocs
r1596: * Remove duplicate packages from DOPACKAGES after argument processing.
[debhelper.git] / dh_installdocs
index 7a8fc461a28375a40d04f8ffac68d95ca4446a68..3fe3d0c43c581300e60f7921df4b6a214554eb52 100755 (executable)
@@ -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<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.