lp:ubuntu/raring/virt-manager

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/raring/virt-manager
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

66. By Marc Deslauriers

debian/patches/uefi_support.patch: ugly hack to add a UEFI firmware
option. (LP: #1074207)

65. By Marc Deslauriers

* Use new raring qemu-system package name:
  - debian/patches/use_ubuntu_package_names.patch
  - debian/rules

64. By Marc Deslauriers

* Merge from debian unstable. Remaining changes:
  - debian/control, debian/rules: Build using dh_python2
  - debian/control: Depend on python-appindicator for appindicator
    support.
  - debian/patches/more_helpful_error_message.patch: explain to the user
    why he can't connect to qemu:///system and what he can do fix it.
  - debian/control: drop python-spice-client-gtk to Suggests as it is in
    universe.
  - debian/patches/use_ubuntu_package_names.patch: Suggest installing the
    packages that are actually available in Ubuntu.
  - debian/rules: Set qemu user to libvirt-qemu so appropriate
    permissions get set.
  - debian/rules: Set Ubuntu as the preferred distro so we appear first
    in the list.
  - debian/rules: disable TUI for now, since the required dependencies
    are not available (Newt Syrup).
  - debian/rules: Drop patchsys-quilt include since dpkg-source does the
    quilt dance for us.
  - debian/rules: specify Ubuntu package names to prompt user with
    packagekit installation on first use.
  - 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/fork_before_gtk_import.patch: work around global menu
    and appindicator not working correctly by forking before the gtk
    import.
  - debian/patches/fix_kvm_packages_list.patch: Fix substitution variable
    mismatch causing incorrect list of packages to be displayed in
    initial dialog box.
* Removed patches:
  - fix_keyboard_grab.patch: upstream.

63. By Marc Deslauriers

* debian/patches/fix_keyboard_grab.patch: fix keyboard grab focus issues.
* debian/patches/fix_kvm_packages_list.patch: Fix substitution variable
  mismatch causing incorrect list of packages to be displayed in initial
  dialog box.
* debian/rules: specify Ubuntu package names to prompt user with
  packagekit installation on first use.

62. By Marc Deslauriers

* Merge from debian unstable. Remaining changes:
  - debian/control, debian/rules: Build using dh_python2
  - debian/control: 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.
  - debian/patches/more_helpful_error_message.patch: explain to the user
    why he can't connect to qemu:///system and what he can do fix it.
  - debian/control: drop python-spice-client-gtk to Suggests as it is in
    universe.
  - debian/patches/use_ubuntu_package_names.patch: Suggest installing the
    packages that are actually available in Ubuntu.
  - debian/rules: Set qemu user to libvirt-qemu so appropriate
    permissions get set.
  - debian/rules: Set Ubuntu as the preferred distro so we appear first
    in the list.
  - debian/rules: disable TUI for now, since the required dependencies
    are not available (Newt Syrup).
  - debian/rules: Drop patchsys-quilt include since dpkg-source does the
    quilt dance for us.
  - 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/fork_before_gtk_import.patch: work around global menu
    and appindicator not working correctly by forking before the gtk
    import.
* Removed patches:
  - debian/patches/fix_accidental_recursion.patch: upstream
  - debian/patches/fix_listen_address.patch: upstream
  - debian/patches/fix_dbus_deprecation_warning.patch: upstream

61. By Marc Deslauriers

* Merge from debian unstable. Remaining changes:
  - debian/control, debian/rules: Build using dh_python2
  - debian/control: 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.
  - debian/patches/more_helpful_error_message.patch: explain to the user
    why he can't connect to qemu:///system and what he can do fix it.
  - debian/control: drop python-spice-client-gtk to Suggests as it is in
    universe.
  - debian/patches/use_ubuntu_package_names.patch: Suggest installing the
    packages that are actually available in Ubuntu.
  - debian/rules: Set qemu user to libvirt-qemu so appropriate
    permissions get set.
  - debian/rules: Set Ubuntu as the preferred distro so we appear first
    in the list.
  - debian/rules: disable TUI for now, since the required dependencies
    are not available (Newt Syrup).
  - debian/rules: Drop patchsys-quilt include since dpkg-source does the
    quilt dance for us.
  - 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/fork_before_gtk_import.patch: work around global menu
    and appindicator not working correctly by forking before the gtk
    import.
  - debian/patches/fix_accidental_recursion.patch: fix accidental recursion
    when reporting grab keys.
  - debian/patches/fix_listen_address.patch: fix connecting when graphics
    configuration uses graphics attribute.
  - debian/patches/fix_dbus_deprecation_warning.patch: fix deprecation
    warning by switching to new way of setting up the event loop.
* Removed patches:
  - debian/patches/fix_error_reporting.patch: has equivalent Debian
    patch.
* Dropped changes:
  - debian/control: lower libvirt-bin from Recommends to Suggests: we
    depend on python-libvirt which in turn pulls in libvirt-bin anyway.
* debian/patches/fix_listen_address.patch: updated again to prevent
  regression when the remote server has a listen attribute that specifies
  "0.0.0.0". (LP: #837275)
* debian/patches/more_helpful_error_message.patch: updated for new
  version and to fix error dialog. (LP: #998724)

60. By Marc Deslauriers

debian/patches/fix_listen_address.patch: updated to prevent regression
when the remote server has a listen attribute that specifies
"127.0.0.1". Upstream code which has been completely refactored
essentially does this now too. (LP: #837275)

59. By Marc Deslauriers

debian/patches/fork_before_gtk_import.patch: updated to also parse
command line options before forking so we get error messages and help.
Unfortunately, this has the side-effect of preventing the use of GTK
command-line options. (LP: #973585)

58. By Marc Deslauriers

* debian/patches/fork_before_gtk_import.patch: work around global menu
  and appindicator not working correctly by forking before the gtk
  import. (LP: #965318)
* debian/patches/fix_error_reporting.patch: fix error reporting without
  changing any strings as we are in UI freeze.
* debian/patches/fix_accidental_recursion.patch: fix accidental recursion
  when reporting grab keys.
* debian/patches/fix_listen_address.patch: fix connecting when graphics
  configuration uses graphics attribute. (LP: #954353)

57. By Marc Deslauriers

debian/virt-manager.links: removed to get rid of useless dangling
symlink. (LP: #929206)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers