Bug#676717: dh_installcatalogs transition and w3c-dtd-xhtml removal bugs

2012-06-26 Thread Jakub Wilk
* Helmut Grohne hel...@subdivi.de, 2012-06-23, 12:25: +while(PKGCAT) +{ +if((not $incomment) and m/^-- update-catalog:nocheck --$/) +{ +close(PKGCAT); +return 1; +} +s/--.*?--/ /g; +if(m/--/) { +if($incomment) {

Bug#676717: dh_installcatalogs transition and w3c-dtd-xhtml removal bugs

2012-06-26 Thread Jakub Wilk
* Jakub Wilk jw...@debian.org, 2012-06-26, 08:31: We should implement here a real TR9401 parser. This shouldn't be very difficult. I'll try to write such a parser today. As promised, attached. I'll leave integrating this with update-catalog as an excercise to reader^WHelmut. :) -- Jakub

Bug#676717: dh_installcatalogs transition and w3c-dtd-xhtml removal bugs

2012-06-24 Thread Helmut Grohne
On Sun, Jun 24, 2012 at 02:22:06AM +0900, Osamu Aoki wrote: So you mean --quiet and error exit is good? I see. I still worry about being too quiet to hide source of the trouble. Do you think we need As far as I can see --quiet never hides error conditions. After all --quiet is not that

Bug#676717: dh_installcatalogs transition and w3c-dtd-xhtml removal bugs

2012-06-24 Thread Osamu Aoki
Hi, On Sun, Jun 24, 2012 at 12:46:20PM +0200, Helmut Grohne wrote: As laid out above and as can be seen by searching update-catalog for '$quiet' the --quiet switch never suppresses messages for failures that result in a non-zero exit. So your proposed solution just prints the error twice

Bug#676717: dh_installcatalogs transition and w3c-dtd-xhtml removal bugs

2012-06-23 Thread Osamu Aoki
Hi, Thanks for completing sgml-base transition. Here is some comments on sgml-base from an outside observer. On Sat, Jun 23, 2012 at 12:25:22PM +0200, Helmut Grohne wrote: ... I attached a revised version (with minor changes) and got the following reviews: Since you got enough impressive

Bug#676717: dh_installcatalogs transition and w3c-dtd-xhtml removal bugs

2012-06-23 Thread Helmut Grohne
On Sat, Jun 23, 2012 at 10:29:29PM +0900, Osamu Aoki wrote: This is non-essential but I thought it may be good idea not to make postinst script robust. As it is written now, any non-zero exit code of update-catalog will break postinst script. This is somewhat intentional. If update-catalog

Bug#676717: dh_installcatalogs transition and w3c-dtd-xhtml removal bugs

2012-06-23 Thread Osamu Aoki
Hi, On Sat, Jun 23, 2012 at 06:23:21PM +0200, Helmut Grohne wrote: On Sat, Jun 23, 2012 at 10:29:29PM +0900, Osamu Aoki wrote: This is non-essential but I thought it may be good idea not to make Obviously s/not to/to/ postinst script robust. As it is written now, any non-zero exit code of

Bug#676717: dh_installcatalogs transition and w3c-dtd-xhtml removal bugs

2012-06-19 Thread Osamu Aoki
clone 676717 -1 severity -1 important title -1 Broken {post|pre}rm script of w3c-dtd-xhtml severity 676717 normal title 676717 dh_installcatalogs transition with removed package thanks Hi, Nobert, I thought I explained background info enough and I thought those pointer info made your situation