]> git.donarmstrong.com Git - debhelper.git/commitdiff
remove example
authorJoey Hess <joey@kitenet.net>
Mon, 12 Dec 2011 20:07:32 +0000 (16:07 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 12 Dec 2011 20:07:32 +0000 (16:07 -0400)
this example feels antique

dh_install

index e69ab7e8dc2848a65dedc20d5179e0fb62595a8f..c7987801e4fe6bc45859f4c679c3f0c0366f119c 100755 (executable)
@@ -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