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

DH_RUBY_GEM_INSTALL_BLACKLIST_APPEND



Hi,

this is my second question

2. How to use correctly DH_RUBY_GEM_INSTALL_BLACKLIST_APPEND

I updated recently ruby-redis, so that the new version in particular
uses the gem layout. It ships a few scripts in bin/ which should not be
present in the final package.

I added a line

export DH_RUBY_GEM_INSTALL_BLACKLIST_APPEND = bin/cluster_creator bin/build

However, these files still got installed in the package, and I had to
overload dh_auto_install to get rid of stuff installed under /usr/bin/

However adding something like lib/redis.rb to the BLACKLIST_APPEND
prevents indeed the lib/redis.rb to be installed

Are others experienced something similar? Does it deserve a bug report
against gem2deb?

Cheers,

Cédric

Attachment: signature.asc
Description: PGP signature


Reply to: