Re: Pass command line parameters from dh_ruby to extconf.rb

2023-10-30 Thread Antonio Terceiro
On Mon, Oct 30, 2023 at 05:07:30PM +0200, Andrius Merkys wrote: > Hello, > > Please keep me in CC, I am not subscribed. > > I am building a package with Ruby bindings. My debian/rules has the > following: > > execute_after_dh_auto_install: > dh_auto_install --buildsystem ruby > > I noti

Pass command line parameters from dh_ruby to extconf.rb

2023-10-30 Thread Andrius Merkys
Hello, Please keep me in CC, I am not subscribed. I am building a package with Ruby bindings. My debian/rules has the following: execute_after_dh_auto_install: dh_auto_install --buildsystem ruby I noticed that during the install step this becomes: dh_ruby --install /debian/tmp Whic