Re: Gathering package upstream meta-data in the UDD. (was: Re: more formally indicating the registration URL)

2010-01-11 Thread Charles Plessy
Le Mon, Oct 26, 2009 at 04:01:57PM +0100, Andreas Tille a écrit : > > > > CREATE TABLE upstream-metadata ( > > > package text, > > > key1text, > > > key2text, > > > ... > > > keyNtext, > > > PRIMARY KEY package > > > ); > > > > > CREATE TABLE upstream-metadat

Re: Gathering package upstream meta-data in the UDD. (was: Re: more formally indicating the registration URL)

2010-01-11 Thread Andreas Tille
[Forgot CC debian-qa] On Mon, Jan 11, 2010 at 11:12:43PM +0900, Charles Plessy wrote: > Le Mon, Oct 26, 2009 at 04:01:57PM +0100, Andreas Tille a écrit : > > > > > > CREATE TABLE upstream-metadata ( > > > > package text, > > > > key1text, > > > > key2text, > > > > ... > >

Re: Gathering package upstream meta-data in the UDD. (was: Re: more formally indicating the registration URL)

2010-01-11 Thread Charles Plessy
Le Mon, Jan 11, 2010 at 05:52:09PM +0100, Andreas Tille a écrit : > On Mon, Jan 11, 2010 at 11:12:43PM +0900, Charles Plessy wrote: > > Le Mon, Oct 26, 2009 at 04:01:57PM +0100, Andreas Tille a écrit : > > > > I have not found a nice simple UNIX tool to convert this to a muliti-column > > table su

Re: Gathering package upstream meta-data in the UDD. (was: Re: more formally indicating the registration URL)

2010-01-11 Thread Andreas Tille
On Tue, Jan 12, 2010 at 10:38:26AM +0900, Charles Plessy wrote: > no problem for exporting in JSON, YAML (same as JSON without all those quotes > and braces), or even XML or SQL pseudo-dumps. YAML would be fine as well. > If there is important documentation to read, please let me know. Otherwise