From: Joey Hess Date: Mon, 12 Dec 2011 20:07:32 +0000 (-0400) Subject: remove example X-Git-Tag: 8.9.14~4 X-Git-Url: https://git.donarmstrong.com/?p=debhelper.git;a=commitdiff_plain;h=d2417101fb90d73366c43db950ff2523e37555ec remove example this example feels antique --- diff --git a/dh_install b/dh_install index e69ab7e..c798780 100755 --- a/dh_install +++ b/dh_install @@ -249,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