Re: 'debiandoc2dbk -1' fails

2016-10-15 Thread Bob Bernstein

On Sat, 15 Oct 2016, Osamu Aoki wrote:

Do you already have directory named simple-epa-howto.dbk by 
running debiandoc2dbk without -1, then you can not create file 
with the same name unless you remove or rename the directory.


That was the problem. Thanks much.

--
IMPORTANT: This email is intended for the use of the individual
addressee(s) named above and may contain information that is
confidential, privileged or unsuitable for overly sensitive
persons with low self-esteem, no sense of humour or irrational
metaphysical beliefs.



Re: 'debiandoc2dbk -1' fails

2016-10-15 Thread Osamu Aoki
Hi,

On Tue, Oct 04, 2016 at 01:40:57PM -0400, Bob Bernstein wrote:
> I have a simple debdoc file "simple-epa-howto.sgml" that responds correctly
> (viz produces the desired output) to debdoc2html and debdoc2pdf.
> 
> The .sgml file also seems to produce ok output with debiandoc2dbk; at least,
> the appropriate .dbk files are created in the expected subdirectory. (I
> haven't yet taken things farther than that.)
> 
> However, here's the problem:
> 
> $ debiandoc2dbk -1 simple-epa-howto.sgml
> Cannot create file ./simple-epa-howto.dbk.
>  at /usr/share/perl5/DebianDoc_SGML/Format/XML.pm line 149.

This si
push_output( 'file', File::Spec->catfile( "$directory", "$file" ) );

> Thoughts, anyone?

Do you already have directory named simple-epa-howto.dbk by running
debiandoc2dbk without -1, then you can not create file with the same
name unless you remove or rename the directory.

Osamu



Re: LONG LIVE DEBIANDOC (was: How to edit debiandoc in emacs with nxml)

2016-10-15 Thread Osamu Aoki
Hi,

On Mon, Oct 03, 2016 at 04:01:44PM -0400, Bob Bernstein wrote:
> > You can see several Debian document sources to know how we build
> > document from there.
> 
> Sorry to so dense, but can you please clarify this observation for me? Where
> might these document sources be available?

If it is Debian package, you can download source by
  $ apt-get source 

See also the list of documents in https://www.debian.org/doc/user-manuals

You can see links under:
 Debian Installation Guide
 Debian reference
 Debian Reference Card
 The Debian Administrator's Handbook

 Debian Release Notes
  New upstream site at
https://anonscm.debian.org/cgit/debwww/cron.git/tree/


Osamu



Release note repository? : (Q: update release notes translation)

2016-10-15 Thread Osamu Aoki
Hi,

On Mon, Oct 03, 2016 at 01:21:36AM +0900, Hideki Yamane wrote:
> Hi,
> 
> On Mon, 05 Sep 2016 16:05:57 +0200
> Baptiste Jammet  wrote:
> 
> > There is a Jessie branche since Sun Sep 27 08:49:38 2015 UTC:

I think SVN repo is moved to GIT but I am not sure..
 
>  I've updated Jessie branch but it is still not changed.
>  When and who kicks to stable release note update?

I do not know where is the most current repo.
 https://anonscm.debian.org/cgit/users/jcristau/release-notes.git/
This has commit on April 2015
 https://anonscm.debian.org/cgit/users/nthykier/release-notes.git/
This is a bit older.
I cced them :-)

 https://wiki.debian.org/ReleaseNotes
   This is outdated.
 https://bugs.debian.org/cgi-bin/pkgreport.cgi?repeatmerged=no=release-notes
  Maybe you file a bug report.  The following is untrue now.

https://www.debian.org/releases/testing/amd64/release-notes/ch-about.en.html#bug-reports
| 1.3. Sources for this document
| 
| The source of this document is in DocBook XML format. The HTML version
| is generated using docbook-xsl and xsltproc. The PDF version is
| generated using dblatex or xmlroff. Sources for the Release Notes are
| available in the SVN repository of the Debian Documentation Project. You
| can use the web interface to access its files individually through the
| web and see their changes. For more information on how to access the SVN
| please consult the Debian Documentation Project SVN information pages.

Osamu



Re: Release note repository? : (Q: update release notes translation)

2016-10-15 Thread Julien Cristau
On Sat, Oct 15, 2016 at 21:51:39 +0900, Osamu Aoki wrote:

> Hi,
> 
> On Mon, Oct 03, 2016 at 01:21:36AM +0900, Hideki Yamane wrote:
> > Hi,
> > 
> > On Mon, 05 Sep 2016 16:05:57 +0200
> > Baptiste Jammet  wrote:
> > 
> > > There is a Jessie branche since Sun Sep 27 08:49:38 2015 UTC:
> 
> I think SVN repo is moved to GIT but I am not sure..
>  
As far as I know, the release notes are still in ddp svn.

Cheers,
Julien