Your message dated Mon, 19 Dec 2011 12:32:25 +0800
with message-id
<can3verfbzgp+-ber1dk7rss5vv_9cwflzvwg54zr5mq88wb...@mail.gmail.com>
and subject line closing #523357
has caused the Debian Bug report #523357,
regarding German manpage points to english doc file
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.)
--
523357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523357
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: aptitude
Version: 0.4.11.11
Severity: minor
Tags: patch
User: [email protected]
Usertags: origin-ubuntu jaunty ubuntu-patch
The German manpage of aptitude contains a link to
/usr/share/doc/aptitude/html/index.html which is the non-localized
version of that file. It should most likely point to
/usr/share/doc/aptitude/html/de/index.html. I've included a patch that
does that.
This bug was originally reported about Ubuntu and the report is at
http://launchpad.net/bugs/348548.
--
Brian Murray @ubuntu.com
--- manpage.xml.orig 2009-04-09 08:33:27.000000000 -0700
+++ manpage.xml 2009-04-09 08:31:48.000000000 -0700
@@ -862,7 +862,7 @@
<title>Siehe auch</title>
<para>
- <citerefentry><refentrytitle>apt-get</refentrytitle><manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>apt</refentrytitle><manvolnum>8</manvolnum></citerefentry>, <filename>/usr/share/doc/aptitude/html/index.html</filename>
+ <citerefentry><refentrytitle>apt-get</refentrytitle><manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>apt</refentrytitle><manvolnum>8</manvolnum></citerefentry>, <filename>/usr/share/doc/aptitude/html/de/index.html</filename>
</para>
</refsect1>
</refentry>
--- End Message ---
--- Begin Message ---
Version: 0.5.2-1
This is the VCS commit fixing it:
http://anonscm.debian.org/hg/aptitude/head/rev/467b333e2a90
"Convert German manual page translation into PO format"
Current versions of the man page reads:
SEE ALSO
apt-get(8), apt(8), /usr/share/doc/aptitude/html/<lang>/index.html from
the package aptitude-doc-<lang>
--- End Message ---