diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-06-28 21:31:21 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-06-28 21:31:21 -0400 |
commit | fdf8b4a8b4b4f50c39b6e4266773539bc13d6e56 (patch) | |
tree | f703cefbe4b1bc617f658fb9da55188baccb1dbc | |
parent | 78c45a7a290d4ee54e34f069fb49fdd36054b2ce (diff) | |
parent | 5c60807085c6dcf38d76af31efca809ccd89e5f1 (diff) | |
download | debhelper-fdf8b4a8b4b4f50c39b6e4266773539bc13d6e56.tar.gz |
Merge branch 'master' into buildsystems
-rwxr-xr-x | dh_auto_install | 3 | ||||
-rwxr-xr-x | dh_install | 6 |
2 files changed, 1 insertions, 8 deletions
diff --git a/dh_auto_install b/dh_auto_install index 44647027..abf8e107 100755 --- a/dh_auto_install +++ b/dh_auto_install @@ -27,8 +27,7 @@ it is used. The files are installed into debian/<package>/ if there is only one binary package. In the multiple binary package case, the files are instead installed into debian/tmp/, and should be moved from there to the -appropriate package build directory using L<dh_install(1)> or -L<dh_movefiles(1)>. +appropriate package build directory using L<dh_install(1)>. DESTDIR is used to tell make where to install the files. If the Makefile was generated by MakeMaker from a Makefile.PL, it will @@ -90,12 +90,6 @@ Makes all files to be installed be found under dir. If this is specified, it is akin to all the filenames having "dir/" prepended to them. -To make dh_install behave like the old dh_movefiles, move your -package.files file to package.install and call dh_install with -"--sourcedir=debian/tmp" appended to the command. This will -approximate dh_movefiles behaviour, except it will copy files instead -of moving them. - =item B<-Xitem>, B<--exclude=item> Exclude files that contain "item" anywhere in their filename from |