Your message dated Sun, 17 Mar 2013 15:11:10 -0400
with message-id <[email protected]>
and subject line Re: Bug#703261: [debhelper] dh_auto_install -- 
install-data-html run make install  install-data-html instead of make 
install-data-html
has caused the Debian Bug report #703261,
regarding [debhelper] dh_auto_install -- install-data-html  run make install  
install-data-html instead of make install-data-html
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
703261: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703261
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debhelper
Version: 9.20120909
Severity: normal

I am trying to build only indep part and install it.

For installing it I need to run manually : make  install-data-html this do a 
copy, I was thinking to use like for dh_auto_build 
dh_auto_install  -- install-data-html but it does not work. Indeed it run make 
install  install-data-html and thus compile my C file that are not 
needed for arch independant package.

Thanks

Bastien

--- End Message ---
--- Begin Message ---
bastien ROUCARIES wrote:
> I am trying to build only indep part and install it.
> 
> For installing it I need to run manually : make  install-data-html
> this do a copy, I was thinking to use like for dh_auto_build
> dh_auto_install  -- install-data-html but it does not work. Indeed it
> run make install  install-data-html and thus compile my C file that
> are not needed for arch independant package.

You know exactly the command you want to run. Why complicate things by
trying coax dh_auto_install to run it?

override_dh_auto_install:
        make install-data-html

The man page of dh_auto_install seems clear enough that any parameters
passed after -- are passed to the program it runs, *after* whatever
parameters dh_auto_install decides to pass (in this case, after "make
install"). So I don't see a bug here.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to