[ubuntu/raring-proposed] qemu 1.3.0+dfsg-1~exp3ubuntu1 (Accepted)

Serge Hallyn serge.hallyn at ubuntu.com
Fri Jan 18 04:55:23 UTC 2013


qemu (1.3.0+dfsg-1~exp3ubuntu1) raring; urgency=low

  * Merge 1.3.0+dfsg-1~exp3.  Remaining ubuntu delta:
    - debian/control:
      * update maintainer
      * remove vde2 recommends
      * build-deps: remove libusbredir, libvdeplug2-dev,
        libspice-server-dev, libspice-protocol-dev, libiscsi-dev,
        and libxen-dev.
      * qemu-keymaps: break/replace qemu-common
      * qemu-system:
        - break/replace qemu-common
        - depend on udev
        - remove openbios-ppc, openbios-sparc, and openhackware from
          Depends.  (Intend to add them back once we can build them.)
        - provides: qemu-kvm
      * qemu-utils: break/replace qemu-kvm
      * set up transitional packages for qemu-kvm, qemu-common, and kvm.
    - qemu-kvm.upstart:
      - add qemu-system.qemu-kvm.upstart
      - debian/rules: add dh_installinit to get qemu-system.upstart installed.
      - take the defaults from the old qemu-kvm.defaults, and move them into
        the upstart job
    - debian/patches:
      - apply gridcentric patches from lp:~amscanne/+junk/gridcentric-qemu-patches
      - apply arm patches from git://git.linaro.org/qemu/qemu-linaro.git
    - ifup/down:
      - copy Debian qemu-kvm's kvm-ifup/down into debian/
      - fix dh_install for kvm-ifup/down in debian/rules
      - add links for qemu-ifup/down in qemu-system.links
      - remove (debian's original) qemu-ifup from qemu-system.install
    - debian/qemu-system.postinst
      - udevadm trigger to fix up /dev/kvm perms
      - make the 'qemu' symlink point to qemu-system-x86_64, not -i386.
    - debian/qemu-system.links:
      - point 'kvm' to qemu-system-x86_64
      - remove pxe-virtio, pxe-e1000 and pxe-rtl8139 links (which conflict
        with ones from kvm-ipxe).  We may want to move the links from kvm-ipxe
        back to qemu-system at some point.
  * Add note about kvm to qemu-system.README.debian.
  * Copy kvm-ifup and kvm-ifdown from debian's qemu-kvm
  * Remove TAPBR from qemu-kvm.conf.
  * Make sure /dev/kvm gets its acls cleared:
    - Add acl to qemu-system.depends
    - update qemu-system.udev to run setfacl to set g::rw acl
  * qemu-system.qemu-kvm.conf: don't rmmod at stop
  * Remove vnc-jpeg, libiscsi-dev, and vde from debian/configure-opts
  * Remove hugepages sysctl file - qemu now supports transparent hugepages.

Date: Mon, 14 Jan 2013 23:22:51 -0600
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/raring/+source/qemu/1.3.0+dfsg-1~exp3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 14 Jan 2013 23:22:51 -0600
Source: qemu
Binary: qemu qemu-keymaps qemu-system qemu-user qemu-user-static qemu-utils qemu-kvm qemu-common
Architecture: source
Version: 1.3.0+dfsg-1~exp3ubuntu1
Distribution: raring
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Description: 
 qemu       - fast processor emulator
 qemu-common - dummy transitional package from qemu-common to qemu-keymaps
 qemu-keymaps - QEMU keyboard maps
 qemu-kvm   - dummy transitional package from qemu-kvm to qemu-system
 qemu-system - QEMU full system emulation binaries
 qemu-user  - QEMU user mode emulation binaries
 qemu-user-static - QEMU user mode emulation binaries (static version)
 qemu-utils - QEMU utilities
Changes: 
 qemu (1.3.0+dfsg-1~exp3ubuntu1) raring; urgency=low
 .
   * Merge 1.3.0+dfsg-1~exp3.  Remaining ubuntu delta:
     - debian/control:
       * update maintainer
       * remove vde2 recommends
       * build-deps: remove libusbredir, libvdeplug2-dev,
         libspice-server-dev, libspice-protocol-dev, libiscsi-dev,
         and libxen-dev.
       * qemu-keymaps: break/replace qemu-common
       * qemu-system:
         - break/replace qemu-common
         - depend on udev
         - remove openbios-ppc, openbios-sparc, and openhackware from
           Depends.  (Intend to add them back once we can build them.)
         - provides: qemu-kvm
       * qemu-utils: break/replace qemu-kvm
       * set up transitional packages for qemu-kvm, qemu-common, and kvm.
     - qemu-kvm.upstart:
       - add qemu-system.qemu-kvm.upstart
       - debian/rules: add dh_installinit to get qemu-system.upstart installed.
       - take the defaults from the old qemu-kvm.defaults, and move them into
         the upstart job
     - debian/patches:
       - apply gridcentric patches from lp:~amscanne/+junk/gridcentric-qemu-patches
       - apply arm patches from git://git.linaro.org/qemu/qemu-linaro.git
     - ifup/down:
       - copy Debian qemu-kvm's kvm-ifup/down into debian/
       - fix dh_install for kvm-ifup/down in debian/rules
       - add links for qemu-ifup/down in qemu-system.links
       - remove (debian's original) qemu-ifup from qemu-system.install
     - debian/qemu-system.postinst
       - udevadm trigger to fix up /dev/kvm perms
       - make the 'qemu' symlink point to qemu-system-x86_64, not -i386.
     - debian/qemu-system.links:
       - point 'kvm' to qemu-system-x86_64
       - remove pxe-virtio, pxe-e1000 and pxe-rtl8139 links (which conflict
         with ones from kvm-ipxe).  We may want to move the links from kvm-ipxe
         back to qemu-system at some point.
   * Add note about kvm to qemu-system.README.debian.
   * Copy kvm-ifup and kvm-ifdown from debian's qemu-kvm
   * Remove TAPBR from qemu-kvm.conf.
   * Make sure /dev/kvm gets its acls cleared:
     - Add acl to qemu-system.depends
     - update qemu-system.udev to run setfacl to set g::rw acl
   * qemu-system.qemu-kvm.conf: don't rmmod at stop
   * Remove vnc-jpeg, libiscsi-dev, and vde from debian/configure-opts
   * Remove hugepages sysctl file - qemu now supports transparent hugepages.
Checksums-Sha1: 
 2a1aca3d5a6935719d69bffb28b8c71716cc76f5 2686 qemu_1.3.0+dfsg-1~exp3ubuntu1.dsc
 00b00c2c9e9895d73b4a76a967088761403c583e 4090172 qemu_1.3.0+dfsg.orig.tar.xz
 747efec0923398d71ffb8d3086ac698b6043be29 238582 qemu_1.3.0+dfsg-1~exp3ubuntu1.debian.tar.gz
Checksums-Sha256: 
 2202ea9ef1e284992614c84a45e14e7586339d8ccd2e50b8a48888e2a40b7a25 2686 qemu_1.3.0+dfsg-1~exp3ubuntu1.dsc
 a0ac454975ed1edf1c81abbfb9f7aad15008ac39247eea0c471eec520053f7e6 4090172 qemu_1.3.0+dfsg.orig.tar.xz
 431090a69ff07a44b5afc9add8cc2c562952afa5cb34939a6888595531bec9b0 238582 qemu_1.3.0+dfsg-1~exp3ubuntu1.debian.tar.gz
Files: 
 62a2b5c5eeeb36e37ff054f55748e7db 2686 misc optional qemu_1.3.0+dfsg-1~exp3ubuntu1.dsc
 398c60b15d02192f423b08634266ad83 4090172 misc optional qemu_1.3.0+dfsg.orig.tar.xz
 9226e8ad18450386b6d41c56b3b75cbd 238582 misc optional qemu_1.3.0+dfsg-1~exp3ubuntu1.debian.tar.gz
Original-Maintainer: Debian QEMU Team <pkg-qemu-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBAgAGBQJQ+MniAAoJEOn+6gaoXj+dLa0H/jInhqCeWE6+oCA34o0+yDAe
50Q0wxW6DlOCKAlwhW8DbHlrgP/xMPNx5uAFXsIP8q/1tevnvjOk0awq8Kafd+R1
uO4QcU1D9eGb2axd3Nl+hgmFzdgg16rZhngMuXHjOqWP6SssjuGOfkrffQrcZrJc
9yvw3j0anW/Way5teAKE0pfYr9EmTAdufSpIhIWxZJroqWW2CKc8iSQFCqSj8lzG
QZuyU0zMP/f8AIxQgO0ydwXUqY5JcK+s8BMfTsI9AtD51Nfb/wVV9wJtZirKgPBQ
DI0YsaOGzPVipk71tuI+GXFOyFp0deVmhtALbtD0jGZ8K6F9W9tLDUZSaQS6Zf0=
=Mjxn
-----END PGP SIGNATURE-----


More information about the Raring-changes mailing list