summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-12-12 16:07:32 -0400
committerJoey Hess <joey@kitenet.net>2011-12-12 16:07:32 -0400
commitd2417101fb90d73366c43db950ff2523e37555ec (patch)
tree43c4e9a26f70b6998de8f43ff9d928c56c4cefdc
parent7478600690fd3184cbbe16b115d0e2b3e598edd6 (diff)
remove example
this example feels antique
-rwxr-xr-xdh_install21
1 files changed, 0 insertions, 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<Makefile> installs a binary, a man page, and
-a library into appropriate subdirectories of F<debian/tmp>. You want to put
-the library into package libfoo, and the rest into package foo. Your rules
-file will run "B<dh_install --sourcedir=debian/tmp>". Make F<debian/foo.install>
-contain:
-
- usr/bin
- usr/share/man/man1
-
-While F<debian/libfoo.install> contains:
-
- usr/lib/libfoo*.so.*
-
-If you want a libfoo-dev package too, F<debian/libfoo-dev.install> might contain:
-
- usr/include
- usr/lib/libfoo*.so
- usr/share/man/man3
-
=head1 LIMITATIONS
B<dh_install> cannot rename files or directories, it can only install them