Your message dated Sat, 04 Dec 2010 10:02:14 +0000
with message-id <[email protected]>
and subject line Bug#526351: fixed in asciidoc 8.6.3-1
has caused the Debian Bug report #526351,
regarding Doesn't support/include asciidocapi
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.)


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

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

Hi,

In 8.4.1 AsciiDoc added an API which makes using it from other
applications very easy. The API is provided by a new file named
asciidocapi.py. The package does not include the file at the
moment.

The following patch installs the API file to
/usr/share/doc/asciidoc so the user can add it to his program.

asciidocapi.py needs the asciidoc binary named asciidoc.py in
PATH to work. As asciidocapi.py uses os.path.realpath() a
symbolic link to asciidoc can't be used, so the patch also
installs asciidoc.py as real file and a symbolic link named
asciidoc to it.

I'm not very experienced with Debian rules so perhaps there is a
better way to handle this.

Thanks for your work on the package,
Simon

- --- asciidoc-8.4.4/debian/asciidoc.install    2009-04-30 15:09:06.000000000 
+0200
+++ asciidoc-8.4.4/debian/asciidoc.install      2009-04-30 15:06:35.000000000 
+0200
@@ -11,6 +11,7 @@
 docbook-xsl/*.xsl /etc/asciidoc/docbook-xsl/
 stylesheets/*.css /etc/asciidoc/stylesheets/
 /images/icons /usr/share/asciidoc
+asciidocapi.py /usr/share/doc/asciidoc
 
 vim/ftdetect/asciidoc_filetype.vim /usr/share/vim/addons/ftplugin/
 vim/syntax/asciidoc.vim /usr/share/vim/addons/syntax/
- --- asciidoc-8.4.4/debian/rules       2009-04-30 15:09:06.000000000 +0200
+++ asciidoc-8.4.4/debian/rules 2009-04-30 15:14:21.000000000 +0200
@@ -21,7 +21,8 @@
        rm -f debian/a2x.1
 
 binary-post-install/asciidoc::
- -     install -m0755 asciidoc.py debian/asciidoc/usr/bin/asciidoc
+       install -m0755 asciidoc.py debian/asciidoc/usr/bin/asciidoc.py
+       ln -s asciidoc.py debian/asciidoc/usr/bin/asciidoc
        install -m0755 a2x debian/asciidoc/usr/bin/a2x
        install -m0755 CHANGELOG 
debian/asciidoc/usr/share/doc/asciidoc/changelog
        gzip -9 debian/asciidoc/usr/share/doc/asciidoc/changelog

- -- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

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

Versions of packages asciidoc recommends:
ii  dblatex                       0.2.9-3    Produces DVI, PostScript, PDF docu
ii  docbook-utils                 0.6.14-1.1 Convert Docbook files to other for
ii  source-highlight              2.4-5.2    convert source code to syntax high
ii  vim-addon-manager             0.4        manager of addons for the Vim edit
ii  xmlto                         0.0.20-5   XML-to-any converter

asciidoc suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAkn5xrEACgkQYRX4BO+zMilcjQCgu/jMQydmIO3op6PqYnw/GM2F
u74AoI/TVBZJ/wL4LWx8am9x4hV/VKF1
=N1qf
-----END PGP SIGNATURE-----



--- End Message ---
--- Begin Message ---
Source: asciidoc
Source-Version: 8.6.3-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.6.3-1.diff.gz
  to main/a/asciidoc/asciidoc_8.6.3-1.diff.gz
asciidoc_8.6.3-1.dsc
  to main/a/asciidoc/asciidoc_8.6.3-1.dsc
asciidoc_8.6.3-1_all.deb
  to main/a/asciidoc/asciidoc_8.6.3-1_all.deb
asciidoc_8.6.3.orig.tar.gz
  to main/a/asciidoc/asciidoc_8.6.3.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: Sat, 27 Nov 2010 23:19:57 +0100
Source: asciidoc
Binary: asciidoc
Architecture: source all
Version: 8.6.3-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: 499497 526351 564015 571303 592423 595324
Changes: 
 asciidoc (8.6.3-1) unstable; urgency=low
 .
   * New upstream version (Closes: #595324)
   * Support asciidoc API (Closes: #526351)
   * Depend on python >= 2.4 (Closes: #571303)
   * Do not compress .txt files (Closes: #592423)
   * Enhance asciidoc manpage (Closes: #499497)
   * Move some of the Recommends (vim-addon-manager, source-highlight) to
     Suggests (Closes: #564015)
   * Bump standards version (No changes)
   * Add README.Source file
Checksums-Sha1: 
 e6ac321aa70bbb911cd726d4b06b4be24d73de33 1054 asciidoc_8.6.3-1.dsc
 96ac2a3593cd0787627288359d629f8b7e69f03f 788543 asciidoc_8.6.3.orig.tar.gz
 727472cc08730aa8d0d5efead8e14da38b2e774a 7622 asciidoc_8.6.3-1.diff.gz
 d65e1021fd7d54a407b296e3f288efb31326c1c4 1075794 asciidoc_8.6.3-1_all.deb
Checksums-Sha256: 
 c918e31aa08c2e06c3246c6939ddb729fcced46000979835cde9f281ba5f6bb0 1054 
asciidoc_8.6.3-1.dsc
 f64cddd87e3610a84d4fcfd7eaeb670ed059062bee807f525478b1041d23fa1f 788543 
asciidoc_8.6.3.orig.tar.gz
 95964f24b3c7e9de4f5a0536ff4d489c4be02358a645b8db0d1f3683b06e2380 7622 
asciidoc_8.6.3-1.diff.gz
 745aa0e0b931202fe62962f8fa2e0a7ee6e1536892626f87775a4d60103ffe41 1075794 
asciidoc_8.6.3-1_all.deb
Files: 
 ae0786f41ee11db010c371190d114291 1054 text optional asciidoc_8.6.3-1.dsc
 1ef39786ee1b4c8a788584e73db2c55a 788543 text optional 
asciidoc_8.6.3.orig.tar.gz
 a264a82d20b3cb5f7b4719d95146b604 7622 text optional asciidoc_8.6.3-1.diff.gz
 3848115688a37c14521d66ccc1f1df73 1075794 text optional asciidoc_8.6.3-1_all.deb

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

iEYEARECAAYFAkz6D74ACgkQ01u8mbx9AgoTOQCg0LMJ0OnkcOkEMqL05atUuXYN
EagAoJ1l4uXqGiKE/krTN3bwkaay6IUo
=Wv0h
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to