X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_install;h=c7987801e4fe6bc45859f4c679c3f0c0366f119c;hb=fb8f18f4a98669c3b85e1bd7920fbabfc00b886e;hp=1748fc23fbeeec6a630ea1b7a07d90b18cfaf9f2;hpb=0952ac2e9995da8abe149f3e42b3b8d9d2797112;p=debhelper.git diff --git a/dh_install b/dh_install index 1748fc2..c798780 100755 --- a/dh_install +++ b/dh_install @@ -85,7 +85,6 @@ Look in the specified directory for files to be installed. Note that this is not the same as the B<--sourcedirectory> option used by the BI<*> commands. You rarely need to use this option, since B automatically looks for files in F in debhelper - compatibility level 7 and above. =item B<--autodest> @@ -138,7 +137,7 @@ foreach my $package (getpackages()) { my @install; if ($file) { - @install=filedoublearray($file); # no globbing yet + @install=filedoublearray($file); # no globbing here; done below } if (($package eq $dh{FIRSTPACKAGE} || $dh{PARAMS_ALL}) && @ARGV) { @@ -250,27 +249,6 @@ if ($dh{LIST_MISSING} || $dh{FAIL_MISSING}) { } } -=head1 EXAMPLE - -Suppose your package's upstream F installs a binary, a man page, and -a library into appropriate subdirectories of F. You want to put -the library into package libfoo, and the rest into package foo. Your rules -file will run "B". Make F -contain: - - usr/bin - usr/share/man/man1 - -While F contains: - - usr/lib/libfoo*.so.* - -If you want a libfoo-dev package too, F might contain: - - usr/include - usr/lib/libfoo*.so - usr/share/man/man3 - =head1 LIMITATIONS B cannot rename files or directories, it can only install them