1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
|
Source: bochs
Section: otherosfs
Priority: optional
Maintainer: Stephen Kitt <skitt@debian.org>
Build-Depends:
bison,
debhelper-compat (= 13),
flex,
libaa1-dev,
libasound2-dev [linux-any],
libgtk-3-dev,
libice-dev,
libltdl-dev,
libncurses5-dev,
libreadline-dev,
libsdl2-dev,
libsm-dev,
libtool,
libwxgtk3.0-gtk3-dev,
libx11-dev,
libxpm-dev,
libz-dev
Build-Depends-Indep:
acpica-tools,
bcc (>= 0.16.3-2),
bin86 (>= 0.16.3-2),
docbook-dsssl,
gcc-i686-linux-gnu [!i386]
Homepage: http://bochs.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/debian/bochs
Vcs-Git: https://salsa.debian.org/debian/bochs.git
Standards-Version: 4.5.1
Rules-Requires-Root: no
Package: bochs
Architecture: any
Depends:
bochs-wx | bochs-gui,
bochsbios (= ${source:Version}) | seabios,
vgabios | seabios,
${misc:Depends},
${shlibs:Depends}
Recommends:
bximage
Suggests:
bochs-doc,
debootstrap,
gcc | c-compiler,
grub-rescue-pc,
libc-dev
Description: IA-32 PC emulator
Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that
runs on most popular platforms. It includes emulation of the Intel x86 CPU,
common I/O devices, and a custom BIOS.
.
Bochs is capable of running most operating systems inside the emulation
including GNU, GNU/Linux, *BSD, FreeDOS, MSDOS and Windows 95/NT.
Package: bochs-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends}
Description: Bochs upstream documentation
This package contains the HTML documentation of the Bochs project.
.
The documentation is divided into three parts:
.
* User Guide
* Development Guide
* Documentation Guide
Package: bochsbios
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends}
Replaces:
bochs (<< 2.0)
Description: BIOS for the Bochs emulator
Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that
runs on most popular platforms. It includes emulation of the Intel x86 CPU,
common I/O devices, and a custom BIOS.
.
This package contains the BIOS of the Bochs project.
Package: bochs-wx
Architecture: any
Depends:
bochs (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Provides:
bochs-gui
Description: WxWindows plugin for Bochs
Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that
runs on most popular platforms. It includes emulation of the Intel x86 CPU,
common I/O devices, and a custom BIOS.
.
This package contains a WxWindows GUI plugin for Bochs.
Package: bochs-sdl
Architecture: any
Depends:
bochs (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Replaces:
bochs (<< 2.0rel-1)
Provides:
bochs-gui
Description: SDL plugin for Bochs
Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that
runs on most popular platforms. It includes emulation of the Intel x86 CPU,
common I/O devices, and a custom BIOS.
.
This package contains an SDL GUI plugin for Bochs.
.
Use Scroll-Lock key for full screen.
Package: bochs-term
Architecture: any
Depends:
bochs (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Replaces:
bochs (<< 2.0rel-1),
bochs-curses
Provides:
bochs-gui
Description: Terminal (ncurses-based) plugin for Bochs
Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that
runs on most popular platforms. It includes emulation of the Intel x86 CPU,
common I/O devices, and a custom BIOS.
.
This package contains a Terminal (ncurses-based) GUI plugin for Bochs.
Package: bochs-x
Architecture: any
Depends:
bochs (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Replaces:
bochs (<< 2.0rel-1)
Provides:
bochs-gui
Description: X11 plugin for Bochs
Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that
runs on most popular platforms. It includes emulation of the Intel x86 CPU,
common I/O devices, and a custom BIOS.
.
This package contains an X11 GUI plugin for Bochs.
Package: bximage
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Disk Image Creation Tool for Bochs
This tool is part of the Bochs project. Its purpose is to generate
disk images that are used to allocate the guest operating system in
Bochs environment.
Package: sb16ctrl-bochs
Architecture: any-i386
Replaces:
sb16ctrl
Depends:
${misc:Depends},
${shlibs:Depends}
Description: control utility for Bochs emulated SB16 card
You can use this utility to perform some query operations on
the Bochs emulated SB16 card. It needs to be installed in your
Debian-based guest OS.
.
The sb16ctrl utility contained in this package can only be used
from inside the Bochs emulator. DO NOT TRY IT ON REAL HARDWARE.
|