Package: jenkins-slave Source: jenkins Version: 1.565.3-6 Architecture: all Maintainer: Debian Java Maintainers Installed-Size: 65 Depends: adduser, default-jre-headless | java6-runtime-headless, daemon, psmisc, net-tools, procps Recommends: jenkins-cli, ssh-server | openssh-server Homepage: http://jenkins-ci.org Priority: optional Section: java Filename: pool/main/j/jenkins/jenkins-slave_1.565.3-6_all.deb Size: 20256 SHA256: 6e6692dda220d56db74941ce46bd6d7b424ff982e8e397769bb2ddb4d396fea0 SHA1: e48b19723214af1aff323683172a86f2518de291 MD5sum: 521607240d1b9b68bc08e3198ff7258c Description: Jenkins slave node helper Jenkins monitors executions of repeated jobs, such as building a software project or jobs run by cron. Among those things, current Jenkins focuses on the following two jobs: . * Building/testing software projects continuously, just like CruiseControl or DamageControl. In a nutshell, Jenkins provides an easy-to-use so-called continuous integration system, making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. The automated, continuous build increases productivity. * Monitoring executions of externally-run jobs, such as cron jobs and procmail jobs, even those that are run on a remote machine. For example, with cron, all you receive is regular e-mails that capture the output, and it is up to you to look at them diligently and notice when it broke. Jenkins keeps those outputs and makes it easy for you to notice when something is wrong. . This package provides a metapackage to install the dependencies required to support running jenkins slave nodes. . It also includes an upstart configuration and helper script to start a Jenkins Slave locally (where direct network access to the slave might not be possible). Package: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 463 Depends: qemu-system (>= 1:2.6+dfsg-3.1~bpo8+1), qemu-user (>= 1:2.6+dfsg-3.1~bpo8+1), qemu-utils (>= 1:2.6+dfsg-3.1~bpo8+1) Suggests: qemu-user-static Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 135602 SHA256: f5ca9ac5e2fa2b17bec498064e2b48986bcf8eea66f06e0a5b4e1e339a8e700e SHA1: 451f47516cc04a24adc734fbb4dca88f64eff350 MD5sum: 52a1dda65d2ca516ebb45e53841da123 Description: fast processor emulator QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. QEMU has two operating modes: . * User mode emulation: QEMU can launch Linux processes compiled for one CPU on another CPU. * Full system emulation: QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. . As QEMU requires no host kernel patches to run, it is very safe and easy to use. . This package is a metapackage depending on all qemu-related packages. Package: qemu-block-extra Source: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 168 Depends: libc6 (>= 2.4), libcurl3-gnutls (>= 7.16.3), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.24.0), libiscsi2 (>= 1.10.0), librados2 (>= 0.72.2), librbd1 (>= 0.80.5-2~), libssh2-1 (>= 1.2.8), zlib1g (>= 1:1.1.4) Enhances: qemu-system-arm, qemu-system-mips, qemu-system-misc, qemu-system-sparc, qemu-system-x86, qemu-utils Multi-Arch: same Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-block-extra_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 88816 SHA256: 50a39e8a1d440d26a75c38d7a2cf4cceddac57d33f95cdcad6c71b53ebc32c03 SHA1: 31f4f46357d704d67ee5463343e1fd2438b5df48 MD5sum: fb50237d8224783027e014aa20b6e97f Description: extra block backend modules for qemu-system and qemu-utils QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides extra block device backend modules for qemu-system emulation and qemu-img from qemu-utils package, which are rarely used and has extra dependencies. Package: qemu-guest-agent Source: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 709 Depends: libc6 (>= 2.11), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.16.0) Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-guest-agent_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 213368 SHA256: 8159448cf797651c939d7935abc357650d8771c0f32394f8380802f38dce1cfd SHA1: e6cbec63fa1e4161c8ada71af57ec92c24ab001f MD5sum: e4121ccafc7a71f87e4499939df76594 Description: Guest-side qemu-system agent QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides a daemon (agent) to run inside qemu-system guests (full system emulation). It communicates with the host using a virtio-serial channel org.qemu.guest_agent.0, and allows one to perform some functions in the guest from the host, including: - querying and setting guest system time - performing guest filesystem sync operation - initiating guest shutdown or suspend to ram - accessing guest files - freezing/thawing guest filesystem operations - others. . Install this package on a system which is running as guest inside qemu virtual machine. It is not used on the host. Package: qemu-kvm Source: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 63 Depends: qemu-system-x86 (>= 1.7.0+dfsg-2~) Conflicts: kvm Breaks: qemu-system-x86 (<< 1.7.0+dfsg-2~) Replaces: qemu-system-x86 (<< 1.7.0+dfsg-2~) Provides: kvm Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-kvm_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 55872 SHA256: f522bbe7cf9990acf59750030a8886f5c0d120ab1c412f36c87bcf3fff0e915b SHA1: 0a4a2831df9f77d544ce21e12c63476c7ce6c571 MD5sum: 5101890c5a31ed2d856e98b0b6ae598b Description: QEMU Full virtualization on x86 hardware QEMU is a fast processor emulator. This package provides just a wrapper script /usr/bin/kvm which run qemu-system-x86 in kvm mode for backwards compatibility. . Please note that old qemu-kvm configuration files (in /etc/kvm/) are no longer used. Package: qemu-system Source: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 60 Depends: qemu-system-arm, qemu-system-mips, qemu-system-ppc, qemu-system-sparc, qemu-system-x86, qemu-system-misc Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 54894 SHA256: 1b3456014a0d8bb1abd209b685cb5e79c2cec042291d3e9484057efa457230ac SHA1: 452f867850a07ba0509b169760bf0c1478b64542 MD5sum: 2ab950fb880299dbb747297fa7e6eb47 Description: QEMU full system emulation binaries QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This metapackage provides the full system emulation binaries for all supported targets, by depending on all per-architecture system emulation packages which QEMU supports. Package: qemu-system-arm Source: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 17730 Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.6, libc6 (>= 2.15), libcacard0 (>= 2.2), libfdt1, libgcc1 (>= 1:4.7), libglib2.0-0 (>= 2.31.8), libgnutls-deb0-28 (>= 3.3.0), libjpeg62-turbo (>= 1.3.1), libncurses5 (>= 5.5-5~), libnettle4, libpixman-1-0 (>= 0.19.6), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 0.99.1), libsasl2-2, libsdl1.2debian (>= 1.2.11), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.5), libstdc++6 (>= 4.6), libtinfo5, libusb-1.0-0 (>= 2:1.0.19), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libvdeplug2, libx11-6, libxen-4.4 (>= 4.4.1), libxenstore3.0 (>= 3.2.0), zlib1g (>= 1:1.2.0), qemu-system-common (>> 2.0.0+dfsg-7~) Recommends: qemu-utils, ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~) Suggests: samba, vde2, qemu-block-extra (= 1:2.6+dfsg-3.1~bpo8+1) Breaks: qemu-system (<< 1.3.0+dfsg-5) Replaces: qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-aarch64 Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system-arm_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 5062528 SHA256: ff7f0d8db56d2029f7e1381c0e47b3bde3dc3962a94771ccf37a1416c7f7fd37 SHA1: 85e456f790e181e1f79955383dd033db204a2093 MD5sum: 988f3b7b52ca80464642b3192035a305 Description: QEMU full system emulation binaries (arm) QEMU is a fast processor emulator: currently the package supports ARM emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following arm hardware: aarch64 arm. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-common Source: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 931 Pre-Depends: adduser Depends: libc6 (>= 2.11), libcap-ng0, libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.16.0) Breaks: iproute (<< 20110315-1), qemu-keymaps, qemu-system (<< 1.3.0+dfsg-5), qemu-utils (<< 1.3.0+dfsg-4) Replaces: qemu-keymaps, qemu-system (<< 1.3.0+dfsg-5), qemu-utils (<< 1.3.0+dfsg-4) Provides: qemu-keymaps Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system-common_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 359102 SHA256: 0d12d3780a5c37cd406214ba73ba28bf6a30d633846693bc6f286b782cd5764e SHA1: 2e18a47c4c809df95258372faeebd65ab31d0c5f MD5sum: a7974d81dece2d284ed7a36d24f6b778 Description: QEMU full system emulation binaries (common files) QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides common files needed for target-specific full system emulation (qemu-system-*) packages. Package: qemu-system-mips Source: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 31068 Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.6, libc6 (>= 2.15), libcacard0 (>= 2.2), libfdt1, libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.31.8), libgnutls-deb0-28 (>= 3.3.0), libjpeg62-turbo (>= 1.3.1), libncurses5 (>= 5.5-5~), libnettle4, libpixman-1-0 (>= 0.19.6), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 0.99.1), libsasl2-2, libsdl1.2debian (>= 1.2.11), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.5), libtinfo5, libusb-1.0-0 (>= 2:1.0.19), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libvdeplug2, libx11-6, libxen-4.4 (>= 4.4.1), libxenstore3.0 (>= 3.2.0), zlib1g (>= 1:1.2.0), qemu-system-common (>> 2.0.0+dfsg-7~) Recommends: qemu-utils, seabios, ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~) Suggests: samba, vde2, qemu-block-extra (= 1:2.6+dfsg-3.1~bpo8+1) Breaks: qemu-system (<< 1.3.0+dfsg-5) Replaces: qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-mips64, qemu-system-mips64el, qemu-system-mipsel Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system-mips_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 3707572 SHA256: f4eaae557ab6e6f7a116d241aea0021f503e015fb8c6cf9c848b304d94c9e564 SHA1: 82606e46e6155ee5f49ea093064f36bd6f3937a7 MD5sum: d1932169e14eb659810a97afee8fdc95 Description: QEMU full system emulation binaries (mips) QEMU is a fast processor emulator: currently the package supports MIPS emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following mips hardware: mips mipsel mips64 mips64el. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-misc Source: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 73511 Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.6, libc6 (>= 2.15), libcacard0 (>= 2.2), libfdt1, libgcc1 (>= 1:4.7), libglib2.0-0 (>= 2.31.8), libgnutls-deb0-28 (>= 3.3.0), libjpeg62-turbo (>= 1.3.1), libncurses5 (>= 5.5-5~), libnettle4, libpixman-1-0 (>= 0.19.6), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 0.99.1), libsasl2-2, libsdl1.2debian (>= 1.2.11), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.5), libtinfo5, libusb-1.0-0 (>= 2:1.0.19), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libvdeplug2, libx11-6, libxen-4.4 (>= 4.4.1), libxenstore3.0 (>= 3.2.0), zlib1g (>= 1:1.2.0), qemu-system-common (>> 2.0.0+dfsg-7~) Recommends: qemu-utils, seabios, ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~) Suggests: samba, vde2, qemu-block-extra (= 1:2.6+dfsg-3.1~bpo8+1) Breaks: qemu-system (<< 1.3.0+dfsg-5) Replaces: qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-alpha, qemu-system-cris, qemu-system-lm32, qemu-system-m68k, qemu-system-microblaze, qemu-system-microblazeel, qemu-system-moxie, qemu-system-or32, qemu-system-s390x, qemu-system-sh4, qemu-system-sh4eb, qemu-system-tricore, qemu-system-unicore32, qemu-system-xtensa, qemu-system-xtensaeb Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system-misc_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 7987788 SHA256: e33fbff9d51f3bfd6ea84a6938c72ce57b87a98313943f4b74cc45f4f5758a4b SHA1: a90536e78a55c92df56d93e22a3d9e00720d1024 MD5sum: af3f2dd39f6acf623e29aea8cd90e433 Description: QEMU full system emulation binaries (miscellaneous) QEMU is a fast processor emulator: currently the package supports ARM, CRIS, M68k (ColdFire), MicroBlaze, and SH4 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate various other hardware which did not made into separate packages. Emulators for the following architectures are provided: alpha cris lm32 m68k microblaze microblazeel moxie or32 sh4 sh4eb s390x tricore xtensa xtensaeb unicore32. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-ppc Source: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 24811 Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.6, libc6 (>= 2.15), libcacard0 (>= 2.2), libfdt1, libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.31.8), libgnutls-deb0-28 (>= 3.3.0), libjpeg62-turbo (>= 1.3.1), libncurses5 (>= 5.5-5~), libnettle4, libpixman-1-0 (>= 0.19.6), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 0.99.1), libsasl2-2, libsdl1.2debian (>= 1.2.11), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.5), libtinfo5, libusb-1.0-0 (>= 2:1.0.19), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libvdeplug2, libx11-6, libxen-4.4 (>= 4.4.1), libxenstore3.0 (>= 3.2.0), zlib1g (>= 1:1.2.0), qemu-system-common (>> 2.0.0+dfsg-7~), qemu-slof, openbios-ppc (>= 1.1+svn1229), openhackware Recommends: qemu-utils, seabios, ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~) Suggests: samba, vde2, qemu-block-extra (= 1:2.6+dfsg-3.1~bpo8+1) Breaks: qemu-system (<< 1.3.0+dfsg-5) Replaces: qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-ppc64, qemu-system-ppcemb Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system-ppc_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 5116038 SHA256: beed126131adf6be5bc7396ff661144a8017a8ce86714be2fb8305370a48e810 SHA1: 18ee41cb72adc0ff483f4d2ee0aa430fc44a6148 MD5sum: 443e3f1c408d7e0067c7caac5e6c0068 Description: QEMU full system emulation binaries (ppc) QEMU is a fast processor emulator: currently the package supports PowerPC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following PowerPC hardware: ppc ppcemb ppc64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-sparc Source: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 11341 Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.6, libc6 (>= 2.15), libcacard0 (>= 2.2), libfdt1, libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.31.8), libgnutls-deb0-28 (>= 3.3.0), libjpeg62-turbo (>= 1.3.1), libncurses5 (>= 5.5-5~), libnettle4, libpixman-1-0 (>= 0.19.6), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 0.99.1), libsasl2-2, libsdl1.2debian (>= 1.2.11), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.5), libtinfo5, libusb-1.0-0 (>= 2:1.0.19), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libvdeplug2, libx11-6, libxen-4.4 (>= 4.4.1), libxenstore3.0 (>= 3.2.0), zlib1g (>= 1:1.2.0), qemu-system-common (>> 2.0.0+dfsg-7~), openbios-sparc (>= 1.1+svn1229) Recommends: qemu-utils, seabios, ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~) Suggests: samba, vde2, qemu-block-extra (= 1:2.6+dfsg-3.1~bpo8+1) Breaks: qemu-system (<< 1.3.0+dfsg-5) Replaces: qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-sparc64 Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system-sparc_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 2429942 SHA256: 459e48af9e57b5c7b1e66f9a625d03a79965ffe9d5902bab0ffc2afb055eae6f SHA1: 514371e6561fc0d1eec5e3c268bfc12dd82a0eb4 MD5sum: 81635f0c6c32319a3a8f5a7170357735 Description: QEMU full system emulation binaries (sparc) QEMU is a fast processor emulator: currently the package supports SPARC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following sparc hardware: sparc sparc64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-x86 Source: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 16326 Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.6, libc6 (>= 2.15), libcacard0 (>= 2.2), libfdt1, libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.31.8), libgnutls-deb0-28 (>= 3.3.0), libjpeg62-turbo (>= 1.3.1), libncurses5 (>= 5.5-5~), libnettle4, libpixman-1-0 (>= 0.19.6), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 0.99.1), libsasl2-2, libsdl1.2debian (>= 1.2.11), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.5), libtinfo5, libusb-1.0-0 (>= 2:1.0.19), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libvdeplug2, libx11-6, libxen-4.4 (>= 4.4.1), libxenstore3.0 (>= 4.1.0~rc6), zlib1g (>= 1:1.2.0), qemu-system-common (>> 2.0.0+dfsg-7~), seabios (>= 1.7.5~), ipxe-qemu (>= 1.0.0+git-20131111.c3d1e78-1~) Recommends: qemu-utils Suggests: samba, vde2, qemu-block-extra (= 1:2.6+dfsg-3.1~bpo8+1), kmod, sgabios, ovmf Breaks: libvirt0 (<< 1.2), qemu-system (<< 1.3.0+dfsg-5) Replaces: qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-i386, qemu-system-x86-64 Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-system-x86_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 2971758 SHA256: 6e093c1abc07ae72c64251e1b2d6389fd5c45e6b5b86ba1e2c3d46823e4c13ff SHA1: 6be2d1cb79533b41fd2564e9d0c6a02f6dce6597 MD5sum: cd215a0982750123751e434e4de05639 Description: QEMU full system emulation binaries (x86) QEMU is a fast processor emulator: currently the package supports i386 and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following x86 hardware: i386 x86_64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. . On x86 host hardware this package also enables KVM kernel virtual machine usage on systems which supports it. Package: qemu-user Source: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 53075 Depends: libc6 (>= 2.16), libgcc1 (>= 1:4.7), libglib2.0-0 (>= 2.24.0), libstdc++6 (>= 4.6), zlib1g (>= 1:1.1.4) Recommends: qemu-user-binfmt Suggests: sudo Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-user_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 5675146 SHA256: 65763766bf9b0ac4345a50247eac18e0a24651a1196c299ee99470f5d814f69b SHA1: 09aab4a823ac9e554124d38a77e0268eeeca8f40 MD5sum: c422594ba78a3d89254a37444af64014 Description: QEMU user mode emulation binaries QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the user mode emulation binaries. In this mode QEMU can launch Linux processes compiled for one CPU on another CPU. . If qemu-user-binfmt package is also installed, it will register binary format handlers from this qemu-user package with the kernel so it will be possible to run foreign binaries directly. However, this might not be suitable for using inside foreign chroots, in which case it is possible to use qemu-user-static package instead of qemu-user-binmft, -- qemu-user-static will register statically linked binfmt handlers instead. Package: qemu-user-binfmt Source: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 14 Depends: qemu-user (= 1:2.6+dfsg-3.1~bpo8+1), binfmt-support Conflicts: qemu-user-static Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-user-binfmt_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 3050 SHA256: d10771239ca1fb72ead059f873f7b8a1c0f6280201b40f272c1299a8f81c2e08 SHA1: ee9c255a6099d82e6b044956f1a60f136a3a142b MD5sum: f9fc011bd4d739db858859a69926e978 Description: QEMU user mode binfmt registration for qemu-user QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides binfmt support registration for the user mode emulation binaries from qemu-user. This is an empty package, it does not contain any additional files, only registration scripts which run at install and remove times. Package: qemu-user-static Source: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 78678 Recommends: binfmt-support Suggests: sudo Conflicts: qemu-user-binfmt Provides: qemu-user-binfmt Built-Using: gcc-4.9 (= 4.9.2-10), glib2.0 (= 2.42.1-1), glibc (= 2.19-18+deb8u6), zlib (= 1:1.2.8.dfsg-2) Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-user-static_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 6063786 SHA256: 6f319b344565de8681f6414590c0b052f81043e449153283cf00b0016569af3d SHA1: ec015a99a07291429a33baa65d2004095624a57d MD5sum: 99aaa1732b4cc89de11761273a9defc9 Description: QEMU user mode emulation binaries (static version) QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the user mode emulation binaries, built statically. In this mode QEMU can launch Linux processes compiled for one CPU on another CPU. . If binfmt-support package is installed, qemu-user-static package will register binary formats which the provided emulators can handle, so that it will be possible to run foreign binaries directly. Package: qemu-utils Source: qemu Version: 1:2.6+dfsg-3.1~bpo8+1 Architecture: i386 Maintainer: Debian QEMU Team Installed-Size: 4944 Depends: libaio1 (>= 0.3.93), libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.24.0), libgnutls-deb0-28 (>= 3.3.0), libnettle4, libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Suggests: debootstrap, qemu-block-extra (= 1:2.6+dfsg-3.1~bpo8+1) Multi-Arch: foreign Homepage: http://www.qemu.org/ Priority: optional Section: otherosfs Filename: pool/main/q/qemu/qemu-utils_2.6+dfsg-3.1~bpo8+1_i386.deb Size: 819034 SHA256: 4dde58597f3764075de8f3c0e190887f84c3fb2d3e0bf3bef91561207d917ee8 SHA1: 4b363ce778cfa5ce778fa3e0648e23a982e74c75 MD5sum: 52ad1b563ea4f61b41c3107418219c1e Description: QEMU utilities QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides QEMU related utilities: * qemu-img: QEMU disk image utility * qemu-io: QEMU disk exerciser * qemu-nbd: QEMU disk network block device server