Your message dated Sun, 01 Nov 2009 11:47:07 +0000
with message-id <[email protected]>
and subject line Bug#531841: fixed in asciidoc 8.5.1-1
has caused the Debian Bug report #531841,
regarding [asciidoc] asciidoc v8.4.5 supports multiple docbook targets, switch  
to quilt & add Vcs-fields
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
531841: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531841
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: asciidoc
Version: 8.4.4-1
Severity: normal

Hi,

today Peter Hutterer merged XInput2 [1] into upstream xorg/xserver.
Amongst others a newer libXi (from upstream) is required,
unfortunately the build fails with asciidoc-8.4.4.

>From the libXi config.log:
[...]
configure:11572: result: /usr/bin/asciidoc
configure:11598: WARNING:
                     *********************************************************
                     xmlto and asciidoc found. I will be building man
                     pages. Your asciidoc may not support multiple docbook
                     targets and building the man pages may fail. See
                     http://hg.sharesource.org/asciidoc/raw-rev/fc5a653a30a3
                     *********************************************************
[...]

[1] asciidoc v8.4.5 supports multiple docbook targets

Web-Link [2] says:
[...]
FIXED: Multiple manpage names are now handled correctly when
generating DocBook output, each name now generates a separate DocBook
<refname> element. See
http://groups.google.com/group/asciidoc/browse_thread/thread/c93bb4db025225d8
[...]

Cloning from asciidoc mercurial-repository...

   $ hg clone http://hg.sharesource.org/asciidoc

...solved the problem.

Tested & debianized hg-rev:
<http://hg.sharesource.org/asciidoc/rev/cbfb5fb8d05f>

Please, update to new v8.4.5+.

[2] Switch to quilt

My second request is switch to quilt package-management tool!

[3] Add Vcs-Fields in debian/control:

Vcs-Browser: http://hg.sharesource.org/asciidoc/summary
Vcs-Hg: http://hg.sharesource.org/asciidoc

Not sure if there exists "Vcs-Hg" - like Vcs-Git or Vcs-Svn are more
common to me.

[4] Refreshed Patches

I did attach refreshed patches for:
1. a2x-fop-name-fix.patch
2. code-filter.py-python-path.patch
3. normpath-not-realpath.patch

Enjoy!

Kind Regards,
Sedat

Web-Links:
[1] http://who-t.blogspot.com/2009/05/xi2-merge-coming-up.html
[2] http://hg.sharesource.org/asciidoc/raw-rev/fc5a653a30a3

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-rc8-iniza-3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
(ignored: LC_ALL set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages asciidoc depends on:
ii  python                        2.5.4-2    An interactive high-level object-o

Versions of packages asciidoc recommends:
pn  dblatex                       <none>     (no description available)
ii  docbook-utils                 0.6.14-1.1 Convert Docbook files to other for
pn  source-highlight              <none>     (no description available)
pn  vim-addon-manager             <none>     (no description available)
ii  xmlto                         0.0.22-1   XML-to-any converter

asciidoc suggests no packages.

-- no debconf information
Index: asciidoc/a2x
===================================================================
--- asciidoc.orig/a2x
+++ asciidoc/a2x
@@ -16,7 +16,7 @@
 REALNAME="$(readlink -f "$REALNAME")"
 CONF_DIR=/etc/asciidoc
 # FOP executable is named fop on some systems.
-FOP_COMMAND="fop.sh"
+FOP_COMMAND="fop"
 if ! which "$FOP_COMMAND" >/dev/null 2>&1; then
     FOP_COMMAND="fop"
 fi
Index: asciidoc/filters/code/code-filter.py
===================================================================
--- asciidoc.orig/filters/code/code-filter.py
+++ asciidoc/filters/code/code-filter.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 '''
 NAME
     code-filter - AsciiDoc filter to highlight language keywords
Index: asciidoc/asciidoc.py
===================================================================
--- asciidoc.orig/asciidoc.py
+++ asciidoc/asciidoc.py
@@ -202,7 +202,7 @@
     else:
         assert os.path.isdir(directory)
         directory = os.path.realpath(directory)
-    fname = os.path.realpath(fname)
+    fname = os.path.normpath(fname)
     return os.path.commonprefix((directory, fname)) == directory
 
 def safe():

--- End Message ---
--- Begin Message ---
Source: asciidoc
Source-Version: 8.5.1-1

We believe that the bug you reported is fixed in the latest version of
asciidoc, which is due to be installed in the Debian FTP archive:

asciidoc_8.5.1-1.diff.gz
  to main/a/asciidoc/asciidoc_8.5.1-1.diff.gz
asciidoc_8.5.1-1.dsc
  to main/a/asciidoc/asciidoc_8.5.1-1.dsc
asciidoc_8.5.1-1_all.deb
  to main/a/asciidoc/asciidoc_8.5.1-1_all.deb
asciidoc_8.5.1.orig.tar.gz
  to main/a/asciidoc/asciidoc_8.5.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexander Wirt <[email protected]> (supplier of updated asciidoc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 10 Jun 2009 21:11:19 +0200
Source: asciidoc
Binary: asciidoc
Architecture: source all
Version: 8.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Fredrik Steen <[email protected]>
Changed-By: Alexander Wirt <[email protected]>
Description: 
 asciidoc   - Highly configurable text format for writing documentation
Closes: 487402 531841
Changes: 
 asciidoc (8.5.1-1) unstable; urgency=low
 .
   * New upstream version (Closes: #531841)
     - Latex output fixed (Closes: #487402)
Checksums-Sha1: 
 e6a04ee750197e0348811b594b45a3aa9afaad93 1090 asciidoc_8.5.1-1.dsc
 e8c043d9a10ada9c38cb6725e5c00895f474ae5a 1242674 asciidoc_8.5.1.orig.tar.gz
 825e43b3e313e3c952820efc043015b3b9c99d0c 4145 asciidoc_8.5.1-1.diff.gz
 ed0ad73749c5b9d586124a2a24b562ca1835ade8 1610058 asciidoc_8.5.1-1_all.deb
Checksums-Sha256: 
 d8584889f2e95fad9424cc25f885e9ff0c701d5e27d1e651420e9690559d490b 1090 
asciidoc_8.5.1-1.dsc
 ccb02db04e6e6eff2149435516e88557ca30c85bc4467420f40c895e25f17a20 1242674 
asciidoc_8.5.1.orig.tar.gz
 8c616ca9714c079f59ad29f27f74a9cf155f7de40ace257f61ea1267aae8a1e0 4145 
asciidoc_8.5.1-1.diff.gz
 e117c9c394f3670024de226c063849f25a7bd2529f30cf0fc07ca0f1cf9869a6 1610058 
asciidoc_8.5.1-1_all.deb
Files: 
 0f4b188540aa605c2c7d40fc089c298a 1090 text optional asciidoc_8.5.1-1.dsc
 412fb0c86c3dcb4cc159ef63bd274c90 1242674 text optional 
asciidoc_8.5.1.orig.tar.gz
 cfaa59a41b4d1b4ed81baea2140f87c3 4145 text optional asciidoc_8.5.1-1.diff.gz
 b2cfa7e35b12d4ef811bfc6bc4d6f81c 1610058 text optional asciidoc_8.5.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkrtYOkACgkQ01u8mbx9AgqaVwCfXA/v5ND6Aiw5IXa0vj83DLPl
n90An1UQRmVkzdHIlUWzNZWtecTDoJMJ
=IP5l
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to