Bug#175064: DocBook XML conversion is read with this script

2017-01-15 Thread Guillem Jover
Hi! On Sat, 2017-01-14 at 21:30:14 +, Simon McVittie wrote: > On Sat, 14 Jan 2017 at 11:32:09 -0800, Russ Allbery wrote: > > Bill Allombert writes: > > > I am concerned that DocBook is much too complex to be used for Debian > > > policy. We need to people to write patches without trouble and

Bug#175064: DocBook XML conversion is read with this script

2017-01-15 Thread Russ Allbery
Guillem Jover writes: > I'd also like to detangle this potential reformatting from this initial > conversion, because once it's in DocBook we can use other tools (such as > pandoc) to convert to other formats, but not from DebianDoc-SGML. > I think both options, asciidoc or some kind of extended

Bug#175064: DocBook XML conversion is read with this script

2017-01-15 Thread Guillem Jover
Hi! On Sat, 2017-01-14 at 10:59:45 -0800, Russ Allbery wrote: > Guillem Jover writes: > > I've prepared a renewal of the conversion. And scripted it so that it > > can be performed at any point in time regardless of most changes in the > > sources. > > > This also includes several fixes to the c

Bug#175064: DocBook XML conversion is read with this script

2017-01-15 Thread gregor herrmann
On Sun, 15 Jan 2017 20:51:07 +0100, Guillem Jover wrote: > Subject: [PATCH 1/7] Use entities instead of literal <, > and & It seems you've converted some '>' to '>' but not all? > -if [ "$1" = start ] && which initctl >/dev/null && initctl version | grep -q > upstart > +if [ "$1" = start ] &&

Bug#175064: DocBook XML conversion is read with this script

2017-01-15 Thread Guillem Jover
On Mon, 2017-01-16 at 00:53:43 +0100, gregor herrmann wrote: > On Sun, 15 Jan 2017 20:51:07 +0100, Guillem Jover wrote: > > > Subject: [PATCH 1/7] Use entities instead of literal <, > and & > > It seems you've converted some '>' to '>' but not all? Indeed, nice catch! The following two I think w