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

Re: emdebian-crush freeze exception



On Sat, 2010-09-25 at 11:29 +0100, Neil Williams wrote:
> I had to modify the build system slightly for the i18n support in
> emdebian-crush 2.2.5 and I also tweaked one logic check:
> 
>  $arch = `debconf-show dpkg-cross 2>/dev/null|cut -d: -f2`;
> -$arch = "armel" if ($arch == '');
> +$arch = "armel" if ($arch eq '');
> 
> I also updated the README
[...]
> Before I upload, would the release team prefer these two non-i18n fixes
> be reverted or is this version acceptable for a freeze exception once I
> upload?

Those changes look fine; please go ahead with the upload.

Regards,

Adam


Reply to: