[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: New upstream for ruby-columnize



On Saturday 31 May 2014 02:06 AM, Cédric Boutillier wrote:
> On Sat, May 31, 2014 at 12:08:03AM +0530, Nitesh A Jain wrote:
>> Hello,
>> ruby-columnize has a new upstream. I have pushed the changes to the repo.
>> Can someone please review and upload it.
> 
> Hi Nitesh,
> 
Hi,
> the source has two Makefiles in lib/ and lib/columnize that are
> automatically included in the binary package. As they are here I guess
> for convenience purpose to be able to run tests from anywhere in the
> tree, please see with upstream if they can get rid of them. In the mean
> time, override dh_install to remove those Makefile from the final binary
> package.
> 
I have filed an issue upstream.
I have modified the debain/rules file as follows:
	%:
        	dh $@ --buildsystem=ruby --with ruby
	override_dh_install:
        	find -name "Makefile" -delete

Is this fine? (I am writing a override for the 1st time, so sorry if it
is not correct)
I also tried
    %:
        dh $@ --buildsystem=ruby --with ruby
    override_dh_install:
        dh_install -XMakefile -p ruby-columnize
but it did not work, hence i resorted to using find.        > The
copyright for upstream files should be updated also to include 2013.
> 
Done.
> Cheers,
> 
> Cédric
> 

Thanks
-- 
Nitesh A Jain
"Quis custodiet ipsos custodes?"
http://about.me/niteshajain

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: