Multiarch interfaces: print foreign arches, pkgname I/O

2011-12-05 Thread Guillem Jover
Hi! I've changed --print-foreign-architectures in pu/multiarch/master to print an entry per line, which makes the print code trivial but more importantly the parsers more natural and simple to write given line based stream input functions, or shell commands reading from a pipe. Package n

Re: 2 small patches

2011-12-05 Thread Guillem Jover
On Fri, 2011-12-02 at 15:55:12 +0100, Raphael Hertzog wrote: > I have these two small patches sitting in my pu/master. One helps to fail > earlier when a .list file is not a regular file (usually due to filesystem > corruption, see http://bugs.launchpad.net/bugs/369898) and the other fixes > ensure

Re: [SCM] dpkg's main repository branch, master, updated. 1.16.1.2-131-gc07f7fe

2011-12-05 Thread Raphael Hertzog
Hi, On Mon, 05 Dec 2011, Guillem Jover wrote: > + if (!S_ISREG(stat_buf.st_mode)) > +ohshit(_("files list for package '%.250s' is not a regular file"), > + pkg->set->name); My error message included "filelistfile" in the output. The user will want to look up in more details what's

Bug #583585 dpkg-maintscript-helper

2011-12-05 Thread Gianluca Ciccarelli
Hi all, My name is Gianluca and I'm willing to contribute to the dpkg package maintenance and (eventually) development, so I'm following Raphael Hertzog's suggestions and looking into bugs that seem a good starting point. I found bug #583585, and I guessed it was a good idea to tell everyone that

Re: Bug #583585 dpkg-maintscript-helper

2011-12-05 Thread Raphael Hertzog
Hello, On Mon, 05 Dec 2011, Gianluca Ciccarelli wrote: > My name is Gianluca and I'm willing to contribute to the dpkg package > maintenance and (eventually) development, so I'm following Raphael > Hertzog's suggestions and looking into bugs that seem a good starting > point. Great! > I found bu