Michal Suchanek wrote: > passing extra arguments to configure or whatever dh figures out should > be run instead is quite common yet I could not figure out how to do that > form the dh(1) man page and the sample empty debian/rules. > > Any info on that would be very useful.
The dh_auto_configure man page seems quite clear about it:
-- params
Pass params to the program that is run, after the
parameters that dh_auto_configure usually passes. For
example:
dh_auto_configure -- --with-foo --enable-bar
The dh man page does not have that example, but it does have
an example of overriding dh_auto_configure to run an arbitrary command,
which would work just as well.
--
see shy jo
signature.asc
Description: Digital signature

