]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_auto_install
Ensure that we find the right default dbg Python.
[debhelper.git] / dh_auto_install
index 446470270a19bdd55415e3e9219aa597e678a175..b57db8399efb4edae5aaf1ceb2a630d5af462796 100755 (executable)
@@ -22,13 +22,13 @@ built files. It does so by running the appropriate command for the build
 system it detects the package uses. For example, if there's a Makefile and
 it contains a "install" target, then this is done by running make (or MAKE,
 if the environment variable is set). If there is a setup.py or Build.PL,
-it is used.
+it is used. Note that the Ant build system does not support installation,
+so dh_auto_install will not install files built using Ant.
 
 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
@@ -40,11 +40,11 @@ dh_auto_install at all, and just run make install manually.
 
 =head1 OPTIONS
 
-=over 4
-
 See L<debhelper(7)/BUILD SYSTEM OPTIONS> for a list of common build
 system selection and control options.
 
+=over 4
+
 =item B<--> I<params>
 
 Pass "params" to the program that is run. These can be used to supplement