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

Re: tzsetup needs attention



Quoting Otavio Salvador (otavio@debian.org):
> Otavio Salvador <otavio@debian.org> writes:
> 
> > Since I don't understand all logic involved on that I'd like to ask
> > someone else to take a look on that. Can someone take a look on that
> > and move it to the python script?
> 
> Since I wanted to make all possible work ready today I've done another
> look and it looked very simple to solve. I've done it at r56077 and
> would like to get an ack from Frans or Christian before uploading it.

Sorry for missing the fact that tzsetup was using the ISO tab file.

In #498367, Tobias, main  maintainer of iso-codes, suggested a way to
generate the iso_3166.tab file on the fly.

I haven't tested it myself (I don't have isoquery instaled on my
machine right now and am offline), but it could avoid duplicating code
in our packages.

Actually, generating the tab file should be done with:

isoquery | cut -f 1,4 | sort > iso_3166.tab 

(so Build-Depends on iso-query, of course)

Attachment: signature.asc
Description: Digital signature


Reply to: