[ubuntu/raring-proposed] qemu 1.2.0.dfsg-1~exp1-0ubuntu1 (Accepted)

Serge Hallyn serge.hallyn at ubuntu.com
Sat Jan 12 16:26:13 UTC 2013


qemu (1.2.0.dfsg-1~exp1-0ubuntu1) raring; urgency=low

  [ Serge Hallyn ]
  * 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.
  * debian/rules:
    - install kvm-ifup and kvm-ifdown
    - dh_installinit the qemu-kvm upstart job
  * install a 30-qemu-kvm.conf into /etc/sysctl.c for nr_hugepages.
  * qemu-kvm.upstart:
    - add qemu-system.qemu-kvm.upstart
    - add mv_confile to qemu-system.preinst, postinst, and .postrm to rename
      /etc/init/qemu-kvm.conf to qemu-system.conf
    - 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
    - apply nbd-fixes-to-read-only-handling.patch from upstream to
      make read-write mount after read-only mount work.  (LP: #1077838)
  * ifup/down:
    - copy Ubuntu 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 qemu-ifdown and qemu-ifup links
  * debian/qemu-system.install:
    - remove /etc/qemu-ifup link
    - add /etc/sysctl.d/30-qemu-kvm.conf

  [ Adam Conrad ]
  * Appease apt-get's dist-upgrade resolver by creating a qemu-common
    transitional package to upgrade more gracefully to qemu-keymaps.
  * Move all the empty transitional packages to the oldlibs section.
  * Restore the versioned dep from qemu-kvm (and kvm) to qemu-system.

Date: Fri, 04 Jan 2013 08:50:24 -0600
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Chuck Short <chuck.short at canonical.com>
https://launchpad.net/ubuntu/raring/+source/qemu/1.2.0.dfsg-1~exp1-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 04 Jan 2013 08:50:24 -0600
Source: qemu
Binary: qemu qemu-keymaps qemu-system qemu-user qemu-user-static qemu-utils kvm qemu-kvm qemu-common
Architecture: source
Version: 1.2.0.dfsg-1~exp1-0ubuntu1
Distribution: raring
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Description: 
 kvm        - dummy transitional package from kvm to qemu-system
 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
Launchpad-Bugs-Fixed: 1077838
Changes: 
 qemu (1.2.0.dfsg-1~exp1-0ubuntu1) raring; urgency=low
 .
   [ Serge Hallyn ]
   * 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.
   * debian/rules:
     - install kvm-ifup and kvm-ifdown
     - dh_installinit the qemu-kvm upstart job
   * install a 30-qemu-kvm.conf into /etc/sysctl.c for nr_hugepages.
   * qemu-kvm.upstart:
     - add qemu-system.qemu-kvm.upstart
     - add mv_confile to qemu-system.preinst, postinst, and .postrm to rename
       /etc/init/qemu-kvm.conf to qemu-system.conf
     - 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
     - apply nbd-fixes-to-read-only-handling.patch from upstream to
       make read-write mount after read-only mount work.  (LP: #1077838)
   * ifup/down:
     - copy Ubuntu 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 qemu-ifdown and qemu-ifup links
   * debian/qemu-system.install:
     - remove /etc/qemu-ifup link
     - add /etc/sysctl.d/30-qemu-kvm.conf
 .
   [ Adam Conrad ]
   * Appease apt-get's dist-upgrade resolver by creating a qemu-common
     transitional package to upgrade more gracefully to qemu-keymaps.
   * Move all the empty transitional packages to the oldlibs section.
   * Restore the versioned dep from qemu-kvm (and kvm) to qemu-system.
Checksums-Sha1: 
 d225095575cb622c58b987fc2c329b267e7cd338 2410 qemu_1.2.0.dfsg-1~exp1-0ubuntu1.dsc
 4bee3a67684947983e2d5698a4f4e8684ea9dad8 5908557 qemu_1.2.0.dfsg-1~exp1.orig.tar.gz
 937587357b0550da8f065e526d2d9d3710e60e0a 1555718 qemu_1.2.0.dfsg-1~exp1-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 dd2db5a20c687a33bb108e2cf0e158688194695908098e0ad8986e879ed5c8dd 2410 qemu_1.2.0.dfsg-1~exp1-0ubuntu1.dsc
 09f2254cbf52887e7bbfdd7c5731bfa387d4335bf46d4724555feba7eb743812 5908557 qemu_1.2.0.dfsg-1~exp1.orig.tar.gz
 c854b53c835e2743ada09e421933dc7e28fa4fe35f0e4e3710549d5acb46ead4 1555718 qemu_1.2.0.dfsg-1~exp1-0ubuntu1.debian.tar.gz
Files: 
 024a9ae4d18af222ba23d65a0a6266c7 2410 misc optional qemu_1.2.0.dfsg-1~exp1-0ubuntu1.dsc
 8e19a033f657f8b93a706d7bd2bb2ca8 5908557 misc optional qemu_1.2.0.dfsg-1~exp1.orig.tar.gz
 ae4c2af30a9cf167b3607ecbd20735d5 1555718 misc optional qemu_1.2.0.dfsg-1~exp1-0ubuntu1.debian.tar.gz
Original-Maintainer: Debian QEMU Team <pkg-qemu-devel at lists.alioth.debian.org>


More information about the Raring-changes mailing list