Package: aptitude
Version: 0.4.3-1
Followup-For: Bug #383463

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

There is one more issue. The template to match literal can also lead
(and leads) to issues when nesting bold and italic elements (see e.g. in
the section "COMMAND-LINE ACTIONS" the action "download": There you can
see, that in "=<version>" and "/<archive>" the '>' sign ist not bold.
The attached patch will fix this.

Then I have one more issue in the Makefiles: You can specify '-o
- -o output-man/aptitude.8' without the manpage name (manpages output gets
its name from refentrytitle and you cannot change this, so the name
aptitude.8 is useless there and also not respected). You should specify:

- -o output-man/ (see 'man xsltproc')

and check refentrytitle and manvolnum to get the name of the resulting
manpage.

And a small cosmetic issue: The title is 'aptitude command-line referenc'.
But because there is a length restriction, the last character of that
title (the 'e') is not shown. Maybe you should decrease the title length
by using a shorter title like simply 'aptitude reference' or
'command-line reference'. This is of course just a minor problem.

Regards, Daniel


- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.08060320
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3. 0.6.45      Advanced front-end for dpkg
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1                      1:4.1.1-13  GCC support library
ii  libncursesw5                 5.5-2       Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a           2.0.17-1    type-safe Signal Framework for C++
ii  libstdc++6                   4.1.1-13    The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.3-1    English manual for aptitude, a ter

- -- no debconf information

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

iD8DBQFE+22Gdg0kG0+YFBERAnC7AJ0XJaetmzUtHCGngYso083pnwCVsACfdMFJ
wgEvpHlYkPnmgnisylFdTeU=
=06Ye
-----END PGP SIGNATURE-----
--- aptitude-0.4.3.orig/doc/aptitude-man.xsl    2006-09-04 01:21:51.000000000 
+0200
+++ aptitude-0.4.3/doc/aptitude-man.xsl 2006-09-04 01:26:35.000000000 +0200
@@ -19,7 +19,10 @@
 
 
 <xsl:template match="literal">
-  <xsl:text>\fB</xsl:text><xsl:apply-templates/><xsl:text>\fR</xsl:text>
+  <xsl:if test="$man.hyphenate.computer.inlines = 0">
+    <xsl:call-template name="suppress.hyphenation"/>
+  </xsl:if>
+  <xsl:apply-templates mode="bold" select="."/>
 </xsl:template>
 
 <xsl:param name="preferred.mediaobject.role">text</xsl:param>

Reply via email to