From d2417101fb90d73366c43db950ff2523e37555ec Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 12 Dec 2011 16:07:32 -0400 Subject: remove example this example feels antique --- dh_install | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dh_install b/dh_install index e69ab7e8..c7987801 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 -- cgit v1.2.3