[ubuntu/natty] virt-manager 0.8.6-1ubuntu1 (Accepted)

Marc Deslauriers marc.deslauriers at ubuntu.com
Fri Feb 4 22:20:34 UTC 2011


virt-manager (0.8.6-1ubuntu1) natty; urgency=low

  * Merge from debian experimental. Remaining changes:
    - Depend on python-appindicator for appindicator support.
    - Add a /usr/share/pixmaps/virt-manager-icon.svg symlink to link icon to
      where the Application Indicator can find it.
    - Add patch da_l10n.patch since it is not integrated. (refreshed)
    - Add patch show_session_or_system_in_console to make the overview
      screen show which local qemu session you're connected to. (refreshed)
    - Add patch more_helpful_error_message to explain to the user why he
      can't connect to qemu:///system and what he can do fix it.
    - Add patch qemu-system-by-default to automatically add qemu:///system
      to the list of hypervisors if the user has write access to the UNIX
      socket.
    - Drop patchsys-quilt include since dpkg-source does the quilt dance for
      us.
    - debian/control: lower libvirt-bin from Recommends to Suggests; seems
      some users (like netbooks) want to manage VMs, but not host them; see
      meta packages (ubuntu-virt, ubuntu-virt-server, ubuntu-virt-mgmt) for
      group installation of virt package sets.
  * Removed patches:
    - debian/patches/custom-icon-installation.patch: Upstream.
    - debian/patches/remove-appindicator-workarounds.patch: Upstream.
    - debian/patches/fix-nc-with-zsh.patch: Upstream
  * Removed python-ipy dependency as it is in universe:
    - debian/control: remove python-ipy from Depends
    - debian/series: disable 0002-Use-IPy-from-python-ipy.patch patch so
      we use the one that's included in the virt-manager source.
    - debian/rules: don't delete the IPy file.
  * debian/patches/fix-cpu-wrong-types.patch: fix "value is of wrong type
    for this column" error by making sure we are using strings in
    src/virtManager/details.py.
  * debian/patches/dont-always-launch-consoles.patch: Don't always launch
    consoles for running domains in src/virtManager/manager.py.

virt-manager (0.8.6-1) experimental; urgency=low

  [ Guido Günther ]
  * [6fbc153] Suggest gnome-keyring (Closes: #605685)
  * [0f4af7d] Also suggest python-gnome-keyring

  [ Laurent Léonard ]
  * [3c3b839] New patch 0002-Use-IPy-from-python-ipy.patch (Closes:
    #605967)
  * [878fdfc] Remove its own version of IPy
  * [1f554ec] Add python-ipy dependency
  * [b3e7ca4] Imported Upstream version 0.8.6
  * [e763c6e] Drop patches
    - 0002-l10n-Updates-to-French-fr-translation.patch - fixed upstream
    - 0003-l10n-Updates-to-French-fr-translation.patch - fixed upstream
    - 0004-Add-AM_MAINTAINER_MODE-and-drop-m4-include.patch - fixed upstream
  * [f213a57] Bump virtinst dependency version to 0.500.5

virt-manager (0.8.5-1) experimental; urgency=low

  [ Laurent Léonard ]
  * [9e83cac] Imported Upstream version 0.8.5 (Closes: #591808, #579555)
  * [cc1f7ce] Drop patches fixed upstream:
        0002-console-Don-t-throw-traceback-if-we-can-t-read-error.patch
           http://hg.fedorahosted.org/hg/virt-manager/rev/c206b12a8c7a
        0003-Update-french-translation.patch
           http://hg.fedorahosted.org/hg/virt-manager/rev/1f78c4ea0692
        0004-create-Skip-post-install-restart-if-user-destroys-VM.patch
           http://hg.fedorahosted.org/hg/virt-manager/rev/d8c0607c68dc
        0005-Add-conn-info-to-virtinst.VirtualGraphics.patch
           http://hg.fedorahosted.org/hg/virt-manager/rev/99cf13a133f3
        0006-Fix-error-launching-create-wizard-on-qemu-session.patch
           http://hg.fedorahosted.org/hg/virt-manager/rev/ea94314da7d5
  * [f6cc98d] Bump virtinst dependency version to 0.500.4
  * [32e247c] Bump Standards-Version to 3.9.1
  * [4d8c427] New patch
        0002-l10n-Updates-to-French-fr-translation.patch
  * [66ebeaf] New patch
        0003-l10n-Updates-to-French-fr-translation.patch

  [ Guido Günther ]
  * [0254e41] Drop icon symlinks, Fixed upstream.
  * [9b15358] New patch 0004-Add-AM_MAINTAINER_MODE-and-drop-m4-
    include.patch. Add AM_MAINTAINER_MODE and drop m4/ include

Date: Thu, 03 Feb 2011 10:35:22 -0500
Changed-By: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Marc Deslauriers <marc.deslauriers at canonical.com>
https://launchpad.net/ubuntu/natty/+source/virt-manager/0.8.6-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 03 Feb 2011 10:35:22 -0500
Source: virt-manager
Binary: virt-manager
Architecture: source
Version: 0.8.6-1ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Description: 
 virt-manager - desktop application for managing virtual machines
Closes: 579555 591808 605685 605967
Changes: 
 virt-manager (0.8.6-1ubuntu1) natty; urgency=low
 .
   * Merge from debian experimental. Remaining changes:
     - Depend on python-appindicator for appindicator support.
     - Add a /usr/share/pixmaps/virt-manager-icon.svg symlink to link icon to
       where the Application Indicator can find it.
     - Add patch da_l10n.patch since it is not integrated. (refreshed)
     - Add patch show_session_or_system_in_console to make the overview
       screen show which local qemu session you're connected to. (refreshed)
     - Add patch more_helpful_error_message to explain to the user why he
       can't connect to qemu:///system and what he can do fix it.
     - Add patch qemu-system-by-default to automatically add qemu:///system
       to the list of hypervisors if the user has write access to the UNIX
       socket.
     - Drop patchsys-quilt include since dpkg-source does the quilt dance for
       us.
     - debian/control: lower libvirt-bin from Recommends to Suggests; seems
       some users (like netbooks) want to manage VMs, but not host them; see
       meta packages (ubuntu-virt, ubuntu-virt-server, ubuntu-virt-mgmt) for
       group installation of virt package sets.
   * Removed patches:
     - debian/patches/custom-icon-installation.patch: Upstream.
     - debian/patches/remove-appindicator-workarounds.patch: Upstream.
     - debian/patches/fix-nc-with-zsh.patch: Upstream
   * Removed python-ipy dependency as it is in universe:
     - debian/control: remove python-ipy from Depends
     - debian/series: disable 0002-Use-IPy-from-python-ipy.patch patch so
       we use the one that's included in the virt-manager source.
     - debian/rules: don't delete the IPy file.
   * debian/patches/fix-cpu-wrong-types.patch: fix "value is of wrong type
     for this column" error by making sure we are using strings in
     src/virtManager/details.py.
   * debian/patches/dont-always-launch-consoles.patch: Don't always launch
     consoles for running domains in src/virtManager/manager.py.
 .
 virt-manager (0.8.6-1) experimental; urgency=low
 .
   [ Guido Günther ]
   * [6fbc153] Suggest gnome-keyring (Closes: #605685)
   * [0f4af7d] Also suggest python-gnome-keyring
 .
   [ Laurent Léonard ]
   * [3c3b839] New patch 0002-Use-IPy-from-python-ipy.patch (Closes:
     #605967)
   * [878fdfc] Remove its own version of IPy
   * [1f554ec] Add python-ipy dependency
   * [b3e7ca4] Imported Upstream version 0.8.6
   * [e763c6e] Drop patches
     - 0002-l10n-Updates-to-French-fr-translation.patch - fixed upstream
     - 0003-l10n-Updates-to-French-fr-translation.patch - fixed upstream
     - 0004-Add-AM_MAINTAINER_MODE-and-drop-m4-include.patch - fixed upstream
   * [f213a57] Bump virtinst dependency version to 0.500.5
 .
 virt-manager (0.8.5-1) experimental; urgency=low
 .
   [ Laurent Léonard ]
   * [9e83cac] Imported Upstream version 0.8.5 (Closes: #591808, #579555)
   * [cc1f7ce] Drop patches fixed upstream:
         0002-console-Don-t-throw-traceback-if-we-can-t-read-error.patch
            http://hg.fedorahosted.org/hg/virt-manager/rev/c206b12a8c7a
         0003-Update-french-translation.patch
            http://hg.fedorahosted.org/hg/virt-manager/rev/1f78c4ea0692
         0004-create-Skip-post-install-restart-if-user-destroys-VM.patch
            http://hg.fedorahosted.org/hg/virt-manager/rev/d8c0607c68dc
         0005-Add-conn-info-to-virtinst.VirtualGraphics.patch
            http://hg.fedorahosted.org/hg/virt-manager/rev/99cf13a133f3
         0006-Fix-error-launching-create-wizard-on-qemu-session.patch
            http://hg.fedorahosted.org/hg/virt-manager/rev/ea94314da7d5
   * [f6cc98d] Bump virtinst dependency version to 0.500.4
   * [32e247c] Bump Standards-Version to 3.9.1
   * [4d8c427] New patch
         0002-l10n-Updates-to-French-fr-translation.patch
   * [66ebeaf] New patch
         0003-l10n-Updates-to-French-fr-translation.patch
 .
   [ Guido Günther ]
   * [0254e41] Drop icon symlinks, Fixed upstream.
   * [9b15358] New patch 0004-Add-AM_MAINTAINER_MODE-and-drop-m4-
     include.patch. Add AM_MAINTAINER_MODE and drop m4/ include
Checksums-Sha1: 
 5ce948f2eb18725c6f3b39585036d19a621cb592 2184 virt-manager_0.8.6-1ubuntu1.dsc
 cb94a53268613808180294e997d7dfd77148e27d 1953680 virt-manager_0.8.6.orig.tar.gz
 b866b6fdfeb837cc1ac3ab180b6105e27ff68493 15701 virt-manager_0.8.6-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 e9206433c1e8849ad04389481bf77f7889920e544075f4d0ad3ad540d4d19c20 2184 virt-manager_0.8.6-1ubuntu1.dsc
 1d99271460a0c59e006405799d254676bf9ef4be5341842f18219e1e1fceec83 1953680 virt-manager_0.8.6.orig.tar.gz
 0c572a25c06d4d5b4270179488ac4007c17bd9d6f89d69165dcb6a4a48052991 15701 virt-manager_0.8.6-1ubuntu1.debian.tar.gz
Files: 
 03f56b5357a09beb4d62740d82c04eda 2184 admin optional virt-manager_0.8.6-1ubuntu1.dsc
 456812517c9c595de3c358865db0e465 1953680 admin optional virt-manager_0.8.6.orig.tar.gz
 fd1d476c28aed16491459a260c71d4da 15701 admin optional virt-manager_0.8.6-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers at lists.alioth.debian.org>

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

iQIcBAEBCgAGBQJNTHrkAAoJEGVp2FWnRL6Tpm4P/0hj2H0erTDBmxXxwM7puPo7
EHBVjkcBSU1xEfsT26F5JyKuF8w+UT0TX/nHb8ghx6ErY2mXufwRDdM8KP+794Km
Y08MSBy8vDmcyvsNuoNwCCiwBkAL1cvZwMC3xdRwFTkV+r3ozXmsv68TiLid41ok
15gEqKbHZa40KmblglhipmXnkA6ZEOXHcT/dOaN+Wjl6JbcN/voZ4d0HF4PYjhzt
N+lo/sXG7HjPnxdQioKhQgt3kEBDOGRqx91tcCTjSzt6F7F/gvcRKGIc+slR8nub
JTAsPusnvs2HIN1iWdbLX8f5FI7CAq+LYFzzVMrHBilgfHpp16tiB5tXy9DwZlw2
zS1FcMlKddmIxUerHFHuADtqKgeFc8D47Gx+2ziT9cVn36SomifzuoId/iQiCDnK
njUYv3DPlbfsQeYh4d5ywr7IbjYxlyFfDR4iGnIUDz5DBbIZh03maj/ZJQz1iJ9y
Ue7v7wOLXkDkiWlxULMaSJ5iK0GynBFKIJpPWfRVSE4lniJoMv/aOPgrHeM42uDg
NjxX0k0LeUE02SFz6kJ0M60XBRDbXvu7+lRGX6Us5kyJkWIJ8HxLOp5UXZSHNJU9
rYH3Zz28e0RZePjb2umiqA5ELb6cLQ8fWWBYLvGzxxagmcqPQyZN8HGFpiebR2Y4
psw5isFw2j+SApeJv1Af
=7qcC
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list