[ubuntu/vivid-proposed] virt-manager 1:1.0.1-5ubuntu1 (Accepted)

Iain Lane iain.lane at canonical.com
Thu Apr 16 10:44:05 UTC 2015


virt-manager (1:1.0.1-5ubuntu1) vivid; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/control:
        + Depend on gir1.2-appindicator3-0.1 for appindicator support.
        + Switch gir1.2-vte-2.90 to 2.91.
        + Add lsb-release to Build-Depends so we can detect whether we're
          running on Ubuntu or Debian.
        + Change Recommends to libvirt-bin instead of libvirt-daemon-system
          which isn't available in Ubuntu
        + Bump standards version to 3.9.6.
    - debian/rules:
        + Set qemu user to libvirt-qemu so appropriate permissions get set.
        + Set the preferred distro so we appear first in the list.
    - d/p/0001-serialcon-Drop-use-of-yet-more-removed-API.patch,
    - d/p/0001-serialcon-Remove-some-redundant-VTE-API-calls.patch: Cherry-pick
      two patches from upstream to stop using API removed in VTE 2.91.
    - d/p/dont-force-keyboard-grabs.patch: don't force keyboarb grab before
      widget is realized
    - d/p/prevent-access-to-deleted-objects.patch: prevent access to deleted
      objects
    - d/p/more_helpful_error_message.patch: explain to the user why connecting
      to qemu:///system failed and how to fix it.
    - d/p/use_ubuntu_package_names.patch: Suggest installing the packages that
      are actually available in Ubuntu.
    - d/p/uefi_support.patch: ugly hack to add a UEFI firmware option.
    - d/p/virtinst/9004_ubuntu_fix_tree_support.patch: Fix tree detection for
      all ISO/HTTP source, to not longer fail with cobbler/koan.
    - d/p/virtinst/9005_ubuntu_releases.patch: add Trusty, updated support
      status, and switch back to cirrus by default to get a reasonable screen
      size during installation.
    - d/p/virtinst/9006_fix_path_to_qemu-dm.patch: drop the full path from
      qemu-dm as already done for hvmloader and pygrub. The Xen tools will
      handle this and add the missing path.
    - d/p/add_qemu_binaries.patch: add the actual binary name from the qemu
      packages so default hypervisor detection works properly on first run.
    - d/p/fix_changing_graphics_type.patch: fix changing the graphics type in
      the details dialog.
    - d/p/hook_into_domain_balloon_event.patch: properly hook into hotplug
      events so memory size gets updated.
    - d/p/fix_showing_vcpus.patch: display the right number of vcpus in the
      customize dialog.
    - d/p/fix_whitespace_in_storage_name.patch: Fix using storage when the
      directory name contains whitespace
    - d/p/mark-libvirt-lxc: Clearly mark the LXC connections as being
      libvirt-lxc, to avoid confusion due to differing features and
      configurations.
    - d/p/leave-mnemonics-alone-on-focus-change.patch: Leave
      gtk-enable-mnemonics setting alone under Unity when windows change focus.
    - d/p/add-support-for-ppc64le: cherrypick two patches to fix virt-install
      for ppc64le
    - d/p/fix-page-visibilities.patch: fix a page visibility issue resulting
      in stuck grabs.
    - Refreshed:
      - d/p/details-Fix-changing-graphics-type-bz-1083903.patch
      - d/p/fix-removable-drive-support.patch
      - d/p/Make-SpiceClientGtk-optional.patch
    - add data/icons/32x32/actions/vm_clone_wizard.png to match rest of UI. This
      was adapted from Debian bug
  * debian/patches/Make-sure-we-use-a-binary-compatible-version-of-vte.patch:
    Use vte 2.91; we've cherry-picked patches to support this.

virt-manager (1:1.0.1-5) unstable; urgency=medium

  * [b58bb6a] Add virt-xml (Closes: #775399)
  * [44b9a97] Switch qemu recommendation to qemu-utils.  We only need the
    command line tools.
  * [5eabe1d] Make sure we use a binary compatible version of vte.  Thanks to
    Vincent Danjean for the detailed report (Closes: #781127)

Date: Thu, 16 Apr 2015 11:27:11 +0100
Changed-By: Iain Lane <iain.lane at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/virt-manager/1:1.0.1-5ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 16 Apr 2015 11:27:11 +0100
Source: virt-manager
Binary: virt-manager virtinst
Architecture: source
Version: 1:1.0.1-5ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Iain Lane <iain.lane at canonical.com>
Description:
 virt-manager - desktop application for managing virtual machines
 virtinst   - Programs to create and clone virtual machines
Closes: 775399 781127
Changes:
 virt-manager (1:1.0.1-5ubuntu1) vivid; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - debian/control:
         + Depend on gir1.2-appindicator3-0.1 for appindicator support.
         + Switch gir1.2-vte-2.90 to 2.91.
         + Add lsb-release to Build-Depends so we can detect whether we're
           running on Ubuntu or Debian.
         + Change Recommends to libvirt-bin instead of libvirt-daemon-system
           which isn't available in Ubuntu
         + Bump standards version to 3.9.6.
     - debian/rules:
         + Set qemu user to libvirt-qemu so appropriate permissions get set.
         + Set the preferred distro so we appear first in the list.
     - d/p/0001-serialcon-Drop-use-of-yet-more-removed-API.patch,
     - d/p/0001-serialcon-Remove-some-redundant-VTE-API-calls.patch: Cherry-pick
       two patches from upstream to stop using API removed in VTE 2.91.
     - d/p/dont-force-keyboard-grabs.patch: don't force keyboarb grab before
       widget is realized
     - d/p/prevent-access-to-deleted-objects.patch: prevent access to deleted
       objects
     - d/p/more_helpful_error_message.patch: explain to the user why connecting
       to qemu:///system failed and how to fix it.
     - d/p/use_ubuntu_package_names.patch: Suggest installing the packages that
       are actually available in Ubuntu.
     - d/p/uefi_support.patch: ugly hack to add a UEFI firmware option.
     - d/p/virtinst/9004_ubuntu_fix_tree_support.patch: Fix tree detection for
       all ISO/HTTP source, to not longer fail with cobbler/koan.
     - d/p/virtinst/9005_ubuntu_releases.patch: add Trusty, updated support
       status, and switch back to cirrus by default to get a reasonable screen
       size during installation.
     - d/p/virtinst/9006_fix_path_to_qemu-dm.patch: drop the full path from
       qemu-dm as already done for hvmloader and pygrub. The Xen tools will
       handle this and add the missing path.
     - d/p/add_qemu_binaries.patch: add the actual binary name from the qemu
       packages so default hypervisor detection works properly on first run.
     - d/p/fix_changing_graphics_type.patch: fix changing the graphics type in
       the details dialog.
     - d/p/hook_into_domain_balloon_event.patch: properly hook into hotplug
       events so memory size gets updated.
     - d/p/fix_showing_vcpus.patch: display the right number of vcpus in the
       customize dialog.
     - d/p/fix_whitespace_in_storage_name.patch: Fix using storage when the
       directory name contains whitespace
     - d/p/mark-libvirt-lxc: Clearly mark the LXC connections as being
       libvirt-lxc, to avoid confusion due to differing features and
       configurations.
     - d/p/leave-mnemonics-alone-on-focus-change.patch: Leave
       gtk-enable-mnemonics setting alone under Unity when windows change focus.
     - d/p/add-support-for-ppc64le: cherrypick two patches to fix virt-install
       for ppc64le
     - d/p/fix-page-visibilities.patch: fix a page visibility issue resulting
       in stuck grabs.
     - Refreshed:
       - d/p/details-Fix-changing-graphics-type-bz-1083903.patch
       - d/p/fix-removable-drive-support.patch
       - d/p/Make-SpiceClientGtk-optional.patch
     - add data/icons/32x32/actions/vm_clone_wizard.png to match rest of UI. This
       was adapted from Debian bug
   * debian/patches/Make-sure-we-use-a-binary-compatible-version-of-vte.patch:
     Use vte 2.91; we've cherry-picked patches to support this.
 .
 virt-manager (1:1.0.1-5) unstable; urgency=medium
 .
   * [b58bb6a] Add virt-xml (Closes: #775399)
   * [44b9a97] Switch qemu recommendation to qemu-utils.  We only need the
     command line tools.
   * [5eabe1d] Make sure we use a binary compatible version of vte.  Thanks to
     Vincent Danjean for the detailed report (Closes: #781127)
Checksums-Sha1:
 f4abd2bd7067681d43bd3394f805c793f3472502 2203 virt-manager_1.0.1-5ubuntu1.dsc
 26396b3c478711b880b3fb8856ef8827aec05f4d 33896 virt-manager_1.0.1-5ubuntu1.debian.tar.xz
Checksums-Sha256:
 850d522d960ff2c3368314e1883dc1d3c487d5106dd94a402101f8bfea73e0d0 2203 virt-manager_1.0.1-5ubuntu1.dsc
 912bd5360eda333d3049c5a89e5bb3affc14570f501e7dc48dcef59b2285b764 33896 virt-manager_1.0.1-5ubuntu1.debian.tar.xz
Files:
 1bf7e99987dd36e353d81b681afaa1ef 2203 admin optional virt-manager_1.0.1-5ubuntu1.dsc
 72e47b92b76633e239a04d7da83d41bf 33896 admin optional virt-manager_1.0.1-5ubuntu1.debian.tar.xz
Original-Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers at lists.alioth.debian.org>


More information about the Vivid-changes mailing list