~jderose/ubuntu/raring/qemu/vde-again

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno, Aurelien Jarno
  • Date: 2008-08-25 04:38:35 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080825043835-8e3tftavy8bujdch
Tags: 0.9.1-6
[ Aurelien Jarno ]
* debian/control: 
  - Update list of supported targets (Closes: bug#488339).
* debian/qemu-make-debian-root:
  - Use mktemp instead of $$ to create temporary directories (Closes: 
    bug#496394).
* debian/links:
  - Add missing links to manpages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: qemu
2
2
Section: misc
3
3
Priority: optional
4
 
Maintainer: Paul Russell <prussell@debian.org>
5
 
Build-Depends: debhelper (>= 4.0.0), libx11-dev | xlibs-dev, docbook-to-man, libsdl1.2-dev (>> 1.2.1), texi2html, libgpmg1-dev
6
 
Standards-Version: 3.6.1.0
 
4
Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
 
5
Uploaders: Aurelien Jarno <aurel32@debian.org>, Riku Voipio <riku@debian.org>,
 
6
 Josh Triplett <josh@psas.pdx.edu>
 
7
Build-Depends: debhelper (>= 5), quilt (>= 0.40), binutils (>= 2.16), nasm,
 
8
 gcc-3.4, libx11-dev, libsdl1.2-dev (>> 1.2.1), libncurses5-dev, zlib1g-dev,
 
9
 texi2html, sharutils, libgnutls-dev, libfreebsd-dev [kfreebsd-i386 kfreebsd-amd64],
 
10
 libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
 
11
 libgpmg1-dev [amd64 i386 powerpc alpha sparc arm armeb armel s390], libbrlapi-dev
 
12
Standards-Version: 3.7.3
 
13
Homepage: http://www.qemu.org/
 
14
Vcs-Browser: http://svn.debian.org/wsvn/pkg-qemu/
 
15
Vcs-Svn: svn://svn.debian.org/pkg-qemu/trunk/
7
16
 
8
17
Package: qemu
9
 
Architecture: i386 powerpc
10
 
Depends: ${shlibs:Depends}, libx11-6
11
 
Description: Fast x86 Processor Emulator
12
 
 QEMU is a FAST! processor emulator: currently the package supports
13
 
 x86 emulation.  By using dynamic translation it achieves reasonable
14
 
 speed while being easy to port on new host CPUs.  QEMU has two
15
 
 operating modes:
 
18
Architecture: amd64 i386 powerpc alpha sparc arm armeb armel s390 kfreebsd-i386 kfreebsd-amd64
 
19
Depends: ${shlibs:Depends}, vgabios (>= 0.5a-1), bochsbios (>= 2.3.5-1),
 
20
 proll, openhackware, openbios-sparc (>= 1.0~alpha2+20080106)
 
21
Recommends: debootstrap, sharutils, vde2
 
22
Suggests: sudo, samba
 
23
Description: fast processor emulator
 
24
 QEMU is a fast processor emulator: currently the package supports
 
25
 ARM, CRIS, i386, M68k (ColdFire), MIPS, PowerPC, SH4, SPARc and x86-64 
 
26
 emulation. By using dynamic translation it achieves reasonable speed 
 
27
 while being easy to port on new host CPUs. QEMU has two operating modes:
16
28
 .
17
29
  * User mode emulation: QEMU can launch Linux processes compiled for
18
30
    one CPU on another CPU.
19
31
  * Full system emulation: QEMU emulates a full system, including a
20
 
    processor and various peripherials. It enables easier testing and
 
32
    processor and various peripherals. It enables easier testing and
21
33
    debugging of system code. It can also be used to provide virtual
22
34
    hosting of several virtual PC on a single server.
23
35
 .
24
36
 As QEMU requires no host kernel patches to run, it is very safe and
25
37
 easy to use.
 
38