Package: qemu
Version: 0.10.2-2
Severity: wishlist

It could be useful to have qemu-img and qemu-nbd in a separate package.

It would also be nice to skim their dependencies:
$ readelf -d /usr/bin/qemu-img | grep NEEDED
 0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [librt.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libbrlapi.so.0.5]
 0x0000000000000001 (NEEDED)             Shared library: [libvdeplug.so.2]
 0x0000000000000001 (NEEDED)             Shared library: [libz.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]
$ readelf -d /usr/bin/qemu-nbd | grep NEEDED
 0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [librt.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libbrlapi.so.0.5]
 0x0000000000000001 (NEEDED)             Shared library: [libvdeplug.so.2]
 0x0000000000000001 (NEEDED)             Shared library: [libz.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]

After a build with -Wl,--as-needed:
$ readelf -d qemu-img | grep NEEDED
 0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libz.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]
$ readelf -d qemu-nbd | grep NEEDED
 0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libz.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]

Cheers,

Mike

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages qemu depends on:
ii  bochsbios              2.3.7-1           BIOS for the Bochs emulator
ii  libasound2             1.0.19-1          shared library for ALSA applicatio
ii  libbluetooth2          3.36-1            Library to use the BlueZ Linux Blu
ii  libbrlapi0.5           3.10~r3724-1.1    braille display access via BRLTTY 
ii  libc6                  2.9-6             GNU C Library: Shared libraries
ii  libesd0                0.2.41-2          Enlightened Sound Daemon - Shared 
ii  libgnutls26            2.6.4-2           the GNU TLS library - runtime libr
ii  libncurses5            5.7+20090328-1    shared libraries for terminal hand
ii  libpulse0              0.9.14-2          PulseAudio client libraries
ii  libsdl1.2debian        1.2.13-4+b1       Simple DirectMedia Layer
ii  libvdeplug2            2.2.2-3           Virtual Distributed Ethernet - Plu
ii  libx11-6               2:1.2-1           X11 client-side library
ii  openbios-ppc           1.0-3             PowerPC Open Firmware
ii  openbios-sparc         1.0-1             SPARC Open Firmware
ii  openhackware           0.4.1-4           OpenFirmware emulator for PowerPC
ii  vgabios                0.6c-1            VGA BIOS software for the Bochs an
ii  zlib1g                 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages qemu recommends:
ii  debootstrap                   1.0.12     Bootstrap a basic Debian system
ii  sharutils                     1:4.6.3-1  shar, unshar, uuencode, uudecode
pn  vde2                          <none>     (no description available)

Versions of packages qemu suggests:
ii  kqemu-source                1.4.0~pre1-2 Source for the QEMU Accelerator mo
pn  samba                       <none>       (no description available)
ii  sudo                        1.7.0-1      Provide limited super user privile

-- no debconf information



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to