Re: Change whitelist and black list environment variables in gem2deb

2020-07-19 Thread terceiro
On Sun, Jul 19, 2020 at 07:37:36PM +0530, Pirate Praveen wrote: > Hi, > > I think we should change these two variables in gem2deb/dh_ruby > > DH_RUBY_GEM_INSTALL_WHITELIST_APPEND > > DH_RUBY_GEM_INSTALL_BLACKLIST_APPEND > > I think WHITELIST_APPEND can be changed to INCLUDE and BLACKLIST_APPEND

Change whitelist and black list environment variables in gem2deb

2020-07-19 Thread Pirate Praveen
Hi, I think we should change these two variables in gem2deb/dh_ruby DH_RUBY_GEM_INSTALL_WHITELIST_APPEND DH_RUBY_GEM_INSTALL_BLACKLIST_APPEND I think WHITELIST_APPEND can be changed to INCLUDE and BLACKLIST_APPEND to EXCLUDE. We can print a warning first and then remove them later. See http