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

Re: dh_config_model_upgrade: package upgrade with Config::Model



On Thursday 17 December 2009 14:24:48 Dominique Dumont wrote:
> Unless somebeody complains, I will add this at the beginning of 
> dh_config_model_upgrade:
> 
> if ($ENV{DEB_BUILD_OPTIONS} =~ /noconfigmodel/) {
>         warn "dh_config_model_upgrade: DEB_BUILD_OPTIONS specifies
>  'noconfigmodel',  exiting ...\n";
>    exit;
> }
> 

After reading (again) debhelper(7), I think it's better to exit silently if 
DH_NO_ACT is set.

All the best 

Dominique
--
http://config-model.wiki.sourceforge.net/ -o- http://search.cpan.org/~ddumont/
http://www.ohloh.net/accounts/ddumont


Reply to: