Your message dated Sun, 17 Sep 2006 10:32:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#380380: fixed in bochs 2.3-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: bochs-doc
Version: 2.1.1+20041109-3
Severity: normal
With the stylesheet parameters used, the filename of the "Home" link
generated in all HTML chunks is "index.html", however the makefile that
manage SGML DocBook to HTML translation rename the home page to
"book1.html". So all HTML files have their "Home" link invalid.
To fix this, I modified "doc/docbok/Makefile.in" to make him create a
symbolic link "index.html" -> "book1.html". The corresponding patch
follows.
Another way to do it may be: Discard the renaming in Makefile.in and
change "/usr/share/doc/bochs-doc/index.html" to make it refer
"*/index.html" instead of"*/book1.html".
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
-- no debconf information
Index: doc/docbook/Makefile.in
===================================================================
--- doc/docbook/Makefile.in (revision 2)
+++ doc/docbook/Makefile.in (working copy)
@@ -38,2 +38,2 @@
# -x means don't try to forward X authorization, it won't work for SF
SSH=ssh -x
-all: $(SECTION_HTML)
+HTML_LINKS=user/index.html development/index.html documentation/index.html
+all: $(SECTION_HTML) $(HTML_LINKS)
+
user/book1.html: $(srcdir)/user/user.dbk
-mkdir -p user
$(DOCBOOK2HTML) -o user $(srcdir)/user/user.dbk
@@ -61,2 +63,2 @@
then mv $(srcdir)/development/index.html $(srcdir)/development/book1.html; \
fi
+user/index.html: user/book1.html
+ ln -s book1.html $@
+development/index.html: development/book1.html
+ ln -s book1.html $@
+documentation/index.html: documentation/book1.html
+ ln -s book1.html $@
+
fixperm::
# fix permissions locally so that tar will install things right
chmod 664 `find $(INSTALL_LIST) -type f -print`
--- End Message ---
--- Begin Message ---
Source: bochs
Source-Version: 2.3-1
We believe that the bug you reported is fixed in the latest version of
bochs, which is due to be installed in the Debian FTP archive:
bochs-doc_2.3-1_all.deb
to pool/main/b/bochs/bochs-doc_2.3-1_all.deb
bochs-sdl_2.3-1_i386.deb
to pool/main/b/bochs/bochs-sdl_2.3-1_i386.deb
bochs-svga_2.3-1_i386.deb
to pool/main/b/bochs/bochs-svga_2.3-1_i386.deb
bochs-term_2.3-1_i386.deb
to pool/main/b/bochs/bochs-term_2.3-1_i386.deb
bochs-wx_2.3-1_i386.deb
to pool/main/b/bochs/bochs-wx_2.3-1_i386.deb
bochs-x_2.3-1_i386.deb
to pool/main/b/bochs/bochs-x_2.3-1_i386.deb
bochs_2.3-1.diff.gz
to pool/main/b/bochs/bochs_2.3-1.diff.gz
bochs_2.3-1.dsc
to pool/main/b/bochs/bochs_2.3-1.dsc
bochs_2.3-1_i386.deb
to pool/main/b/bochs/bochs_2.3-1_i386.deb
bochs_2.3.orig.tar.gz
to pool/main/b/bochs/bochs_2.3.orig.tar.gz
bochsbios_2.3-1_all.deb
to pool/main/b/bochs/bochsbios_2.3-1_all.deb
bximage_2.3-1_i386.deb
to pool/main/b/bochs/bximage_2.3-1_i386.deb
sb16ctrl-bochs_2.3-1_i386.deb
to pool/main/b/bochs/sb16ctrl-bochs_2.3-1_i386.deb
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.
Guillem Jover <[EMAIL PROTECTED]> (supplier of updated bochs 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.7
Date: Sun, 17 Sep 2006 20:07:05 +0300
Source: bochs
Binary: bochs-svga bochs-x bximage bochs-wx bochs-doc bochs-sdl bochsbios
sb16ctrl-bochs bochs-term bochs
Architecture: source i386 all
Version: 2.3-1
Distribution: unstable
Urgency: low
Maintainer: Guillem Jover <[EMAIL PROTECTED]>
Changed-By: Guillem Jover <[EMAIL PROTECTED]>
Description:
bochs - IA-32 PC emulator
bochs-doc - Bochs upstream documentation
bochs-sdl - SDL plugin for Bochs
bochs-svga - SVGA plugin for Bochs
bochs-term - Terminal (ncurses-based) plugin for Bochs
bochs-wx - WxWindows plugin for Bochs
bochs-x - X11 plugin for Bochs
bochsbios - BIOS for the Bochs emulator
bximage - Disk Image Creation Tool for Bochs
sb16ctrl-bochs - control utility for Bochs emulated SB16 card
Closes: 198766 250194 380380
Changes:
bochs (2.3-1) unstable; urgency=low
.
* New Upstream Release.
- debian/patches/00_base.patch: Sync.
- debian/patches/03_g++-4.1.patch: Integrated upstream. Remove.
- debian/patches/04_wx2.6.patch: Likewise.
- debian/patches/03_redolog_FTBFS.patch: New file. Fix build failure.
- Documentation now uses index.html instead of book1.html. Remove now
unneeded debian/bochs-doc.links. (Closes: #380380)
* Switched to quilt:
- Add new debian/patches/series file.
- Add Build-Depends on 'quilt (>= 0.40)'.
- Include quilt.make from debian/rules.
- Remove now unused debian/patch.mk.
* Now using Standards-Version 3.7.2 (no changes needed).
* Add 2006 to the copyright years in debian/copyright.
* Remove obsolete template note and all debconf support with it.
* Remove code to strip possible RPATH in SDL plugin as it should not contain
it anymore, do not Build-Depend on chrpath anymore.
* Use source:Version in bochs' bochsbios Depencency, to make the package
binNMU safe, and Build-Depend on dpkg 1.13.19.
* Fix manpage warning due to unwrappable long line by using a table.
- debian/patches/04_man_table.patch: New file.
* Include the note.gif image in the bochs-doc package. (Closes: #198766)
* Do not install into bochs doc dir the README-plugins and README-wxWindows
files which contain development information not interesting to the user,
neither sb16ctrl example and source code which are provided in a separete
package already.
* Add a small README.plugins in the bochs package to document how to use
the ui plugin packages. (Closes: #250194)
Thanks to A Costa <[EMAIL PROTECTED]> for the initial text.
* Include bxcommit in the bximage package.
* Include busmouse plugin in the bochs package.
* Do not set unused substvar sb16ctrl-bochs:Architecture in debian/rules.
* Enable new PIT model, APIC, Virtual 8086 Mode Extensions, x86_64, SSE4,
icache, internal disassembler, io and memory repetition speedups,
simulation save and restore, and limited USB support.
* Upgrade cpu-level to 6, as required by the x86_64 support.
* Add a Tag: field to all binary packages, using the data from debtags.
Files:
3147c5507cf804ec3781f16bdcac21ef 1050 misc extra bochs_2.3-1.dsc
6f4e1e77b5a0e935f7f0745c4e0e02cc 3716675 misc extra bochs_2.3.orig.tar.gz
3cf7f054431d32dc407c113038d2974e 113677 misc extra bochs_2.3-1.diff.gz
83c301edb9f31b540a40c82085aecc0f 242950 misc extra bochs-doc_2.3-1_all.deb
55bf8acd992eadd64996afacdf31fc64 80252 misc extra bochsbios_2.3-1_all.deb
48e1ec1e2900f3abafa4e433da24fddc 839392 misc extra bochs_2.3-1_i386.deb
2c1e90da2e17538ba9fa327e664daf9e 167098 misc extra bochs-wx_2.3-1_i386.deb
36558c832c1ce937791aa546172e8eeb 76444 misc extra bochs-sdl_2.3-1_i386.deb
73df2aa781666fdb93825929893e94cd 66340 misc extra bochs-term_2.3-1_i386.deb
834d104de39220552dba2cf6e429b1f7 78750 misc extra bochs-x_2.3-1_i386.deb
e78651535d0af1416c20beace6f40518 67396 misc extra bochs-svga_2.3-1_i386.deb
c9984d19631ec4cfd76c21459b452529 69608 misc extra bximage_2.3-1_i386.deb
dcc63fd45be9c8ac2e2390ca67055501 63414 misc extra sb16ctrl-bochs_2.3-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFDYK9uW9ciZ2SjJsRAvqwAKDncuowVBjTKFGnOBOjlNcE/eT6MQCbBjST
7Rp7VXDHR5lNN5n6nH8vTFs=
=nu+W
-----END PGP SIGNATURE-----
--- End Message ---