debian/0000775000000000000000000000000012320672522007171 5ustar debian/watch0000664000000000000000000000013611572761644010236 0ustar version=3 http://virt-manager.et.redhat.com/download/sources/virtinst/virtinst-(.*)\.tar\.gz debian/examples0000664000000000000000000000000611572761644010742 0ustar doc/* debian/source/0000775000000000000000000000000012075271356010500 5ustar debian/source/format0000664000000000000000000000001412075271356011706 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000132211572761644011136 0ustar This package was debianized by Guido Guenther on Fri, 23 Nov 2007 00:30:45 +0100. It was downloaded from http://virt-manager.et.redhat.com/download.html Upstream Authors: Jeremy Katz Daniel Berrange Hugh Brock Copyright: Copyright 2005-2008 Redhat Inc License: You are free to distribute this software under the terms of the GNU General Public License Version 2. The full text of this license can be found in the file /usr/share/common-licenses/GPL-2 The Debian packaging is (C) 2007, Guido Guenther and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/README.source0000664000000000000000000000350711572761644011371 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. To configure quilt to use debian/patches instead of patches, you want either to export QUILT_PATCHES=debian/patches in your environment or use this snippet in your ~/.quiltrc: for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then export QUILT_PATCHES=debian/patches fi done To get the fully patched source after unpacking the source package, cd to the root level of the source package and run: quilt push -a The last patch listed in debian/patches/series will become the current patch. To add a new set of changes, first run quilt push -a, and then run: quilt new where is a descriptive name for the patch, used as the filename in debian/patches. Then, for every file that will be modified by this patch, run: quilt add before editing those files. You must tell quilt with quilt add what files will be part of the patch before making changes or quilt will not work properly. After editing the files, run: quilt refresh to save the results as a patch. Alternately, if you already have an external patch and you just want to add it to the build system, run quilt push -a and then: quilt import -P /path/to/patch quilt push -a (add -p 0 to quilt import if needed). as above is the filename to use in debian/patches. The last quilt push -a will apply the patch to make sure it works properly. To remove an existing patch from the list of patches that will be applied, run: quilt delete You may need to run quilt pop -a to unapply patches first before running this command. debian/changelog0000664000000000000000000011537512320672522011057 0ustar virtinst (0.600.4-3ubuntu2) trusty; urgency=medium * cherrypick upstream patch to fix volume upload (LP: #1286500) -- Serge Hallyn Mon, 07 Apr 2014 23:04:15 -0500 virtinst (0.600.4-3ubuntu1) trusty; urgency=medium * Merge from Debian. Remaining changes: - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection for all ISO/HTTP source, to not longer fail with cobbler/koan. - debian/patches/9005_ubuntu_releases.patch: Add recent releases, update EoL releases, and switch back to cirrus by default to get a reasonable screen size during installation. - debian/patches/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. - debian/{control,rules,pyversions}: Build using dh_python2, use debhelper v8 instead of cdbs; for some reason the package builds an empty binary package when using dh_python2. - debian/control: added acl package to depends. - debian/control: added libvirt-bin to recommends -- Marc Deslauriers Thu, 20 Mar 2014 12:49:15 -0400 virtinst (0.600.4-3) unstable; urgency=medium * [f382b1e] Fix accessing disk page in virt-manager 'customize before install' Thanks to Cole Robinson (Closes: #735198) -- Guido Günther Tue, 28 Jan 2014 13:26:24 +0100 virtinst (0.600.4-2ubuntu4) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:54:50 +0000 virtinst (0.600.4-2ubuntu3) trusty; urgency=low * debian/patches/9005_ubuntu_releases.patch: updated to add Trusty, switch back to cirrus by default to get a reasonable screen size during installation. -- Marc Deslauriers Fri, 25 Oct 2013 11:32:36 -0400 virtinst (0.600.4-2ubuntu2) saucy; urgency=low * Add back a patch to 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. -- Stefan Bader Thu, 08 Aug 2013 10:28:18 +0200 virtinst (0.600.4-2ubuntu1) saucy; urgency=low * Merge from debian unstable. Remaining changes: - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection for all ISO/HTTP source, to not longer fail with cobbler/koan. - debian/patches/9005_ubuntu_releases.patch: Add recent releases, and update EoL releases. - debian/{control,rules,pyversions}: Build using dh_python2, use debhelper v8 instead of cdbs; for some reason the package build an empty binary package when using dh_python2. - debian/control: added acl package to depends. - debian/control: added libvirt-bin to recommends * Dropped changes: - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch, debian/patches/0004-Fix-path-to-qemu-dm.patch: xen binaries haven't been in /usr/lib/xen-default for a while, so either these patches were broken, or unnecessary. -- Marc Deslauriers Tue, 06 Aug 2013 14:40:24 -0400 virtinst (0.600.4-2) unstable; urgency=low [ Laurent Léonard ] * [e82a6ec] Drop patch: 0004-virt-install-avoid-disk-name-collisions.patch - fixed upstream [ Oliver Seufer ] * [d27f4a6] Rely on xen finding it's tools (Closes: #712563) -- Guido Günther Mon, 17 Jun 2013 14:20:59 +0200 virtinst (0.600.4-1ubuntu1) saucy; urgency=low * Merge from debian unstable. Remaining changes: - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust testsuite for 0001-fix-path-to-hvmloader.patch and 0002-Fix-path-to-pygrub.patch. - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection for all ISO/HTTP source, to not longer fail with cobbler/koan. - debian/patches/0004-Fix-path-to-qemu-dm.patch: fix the path to the qemu-dm binary. - debian/{control,rules,pyversions}: Build using dh_python2, use debhelper v8 instead of cdbs; for some reason the package build an empty binary package when using dh_python2. - debian/control: added acl package to depends. - debian/control: added libvirt-bin to recommends * debian/patches/9005_ubuntu_releases.patch: Add recent releases, and update EoL releases. -- Marc Deslauriers Tue, 21 May 2013 11:39:19 -0400 virtinst (0.600.4-1) unstable; urgency=low * [c509e0f] Imported Upstream version 0.600.4 * [bd437d5] Drop patches - 0004-LogicalPool-properly-pass-on-autostart-flag.patch - fixed upstream - 0005-Don-t-overwrite-target-element-for-disks-that-have-i.patch - fixed upstream - 0008-The-Debian-stable-release-always-exists.patch - fixed upstream - 0009-Don-t-fail-if-we-can-t-set-locale-debian-bug-697864.patch - fixed upstream -- Laurent Léonard Sat, 04 May 2013 01:04:10 +0200 virtinst (0.600.3-3ubuntu1) raring; urgency=low * Merge from debian unstable. Remaining changes: - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust testsuite for 0001-fix-path-to-hvmloader.patch and 0002-Fix-path-to-pygrub.patch. - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection for all ISO/HTTP source, to not longer fail with cobbler/koan. - debian/patches/0004-Fix-path-to-qemu-dm.patch: fix the path to the qemu-dm binary. - debian/{control,rules,pyversions}: Build using dh_python2, use debhelper v8 instead of cdbs; for some reason the package build an empty binary package when using dh_python2. - debian/control: added acl package to depends. - debian/control: added libvirt-bin to recommends -- Marc Deslauriers Wed, 23 Jan 2013 11:46:14 -0500 virtinst (0.600.3-3) unstable; urgency=low * [c8cbe03] The Debian stable release always exists. Thanks to Geoff Simmons (Closes: #689169) * [b5ec57e] Don't fail if we can't set locale (debian bug #697864) Thanks to Cole Robinson (Closes: #697864) -- Guido Günther Sat, 19 Jan 2013 10:15:09 +0100 virtinst (0.600.3-2ubuntu1) raring; urgency=low * Merge from debian unstable. Remaining changes: - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust testsuite for 0001-fix-path-to-hvmloader.patch and 0002-Fix-path-to-pygrub.patch. - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection for all ISO/HTTP source, to not longer fail with cobbler/koan. - debian/patches/0004-Fix-path-to-qemu-dm.patch: fix the path to the qemu-dm binary. - debian/{control,rules,pyversions}: Build using dh_python2, use debhelper v8 instead of cdbs; for some reason the package build an empty binary package when using dh_python2. - debian/control: added acl package to depends. - debian/control: added libvirt-bin to recommends -- Marc Deslauriers Fri, 23 Nov 2012 14:26:26 -0500 virtinst (0.600.3-2) unstable; urgency=low * Patches cherry-picked from upstream: - [a8d9a44] LogicalPool: properly pass on autostart flag - [ae618e4] Don't overwrite target element for disks that have it already set * Patches submitted upstream: - [570b8dc] virt-install: avoid disk name collisions - [04e309a] Don't fail if no meter is used -- Guido Günther Thu, 11 Oct 2012 19:04:40 +0200 virtinst (0.600.3-1) unstable; urgency=low * [7591e34] Switch qemu recommendation to qemu-utils (Closes: #644196) * [efdd6c0] Switch virt-viewer recommendation to suggestion (Closes: #667937) * [77d9b51] Switch qemu-utils recommendation to dependency * [5ff2544] Imported Upstream version 0.600.3 -- Laurent Léonard Sun, 26 Aug 2012 18:13:38 +0200 virtinst (0.600.2-1ubuntu1) quantal; urgency=low * Merge from debian unstable. Remaining changes: - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust testsuite for 0001-fix-path-to-hvmloader.patch and 0002-Fix-path-to-pygrub.patch. - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection for all ISO/HTTP source, to not longer fail with cobbler/koan. - debian/patches/0004-Fix-path-to-qemu-dm.patch: fix the path to the qemu-dm binary. - debian/{control,rules,pyversions}: Build using dh_python2, use debhelper v8 instead of cdbs; for some reason the package build an empty binary package when using dh_python2. - debian/control: added acl package to depends. - debian/control: added libvirt-bin to recommends * Dropped patches: - debian/patches/9005_ubuntu_releases.patch: Upstream -- Marc Deslauriers Tue, 24 Jul 2012 08:52:01 -0400 virtinst (0.600.2-1) unstable; urgency=low * [6e16ae7] Imported Upstream version 0.600.2 * [27d03b8] Drop patch - 0004-Fix-location-of-Debian-daily-builds.patch - fixed upstream * [e040ecd] Bump Standards-Version to 3.9.3 -- Laurent Léonard Sat, 14 Jul 2012 18:47:52 +0200 virtinst (0.600.1-2ubuntu1) quantal; urgency=low * Merge from debian unstable. Remaining changes: - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust testsuite for 0001-fix-path-to-hvmloader.patch and 0002-Fix-path-to-pygrub.patch. - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection for all ISO/HTTP source, to not longer fail with cobbler/koan. - debian/patches/0004-Fix-path-to-qemu-dm.patch: fix the path to the qemu-dm binary. - debian/{control,rules,pyversions}: Build using dh_python2, use debhelper v8 instead of cdbs; for some reason the package build an empty binary package when using dh_python2. - debian/control: added acl package to depends. - debian/control: added libvirt-bin to recommends * debian/patches/9005_ubuntu_releases.patch: Add new Ubuntu releases and properly tag LTS releases. (LP: #942534) -- Marc Deslauriers Thu, 24 May 2012 15:56:08 -0400 virtinst (0.600.1-2) unstable; urgency=low * [5e59401] Fix location of Debian daily builds. Thanks to Gaudenz Steinlin (Closes: #668627) -- Guido Günther Mon, 16 Apr 2012 14:24:13 +0200 virtinst (0.600.1-1ubuntu3) precise; urgency=low * Update 9005_ubuntu_precise.patch to tag 12.04 and 10.04 as LTS releases (LP: #942534) -- Serge Hallyn Tue, 03 Apr 2012 08:58:30 -0500 virtinst (0.600.1-1ubuntu2) precise; urgency=low * debian/patches/0004-Fix-path-to-qemu-dm.patch: fix the path to the qemu-dm binary. (LP: #936048) -- Marc Deslauriers Fri, 24 Feb 2012 15:51:30 -0500 virtinst (0.600.1-1ubuntu1) precise; urgency=low * Merge from debian unstable. Remaining changes: - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust testsuite for 0001-fix-path-to-hvmloader.patch and 0002-Fix-path-to-pygrub.patch. - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection for all ISO/HTTP source, to not longer fail with cobbler/koan. - debian/patches/9005_ubuntu_precise.patch: Add Ubuntu precise as a supported distro. - debian/{control,rules,pyversions}: Build using dh_python2, use debhelper v8 instead of cdbs; for some reason the package build an empty binary package when using dh_python2. - debian/control: added acl package to depends. - debian/control: added libvirt-bin to recommends -- Marc Deslauriers Sat, 11 Feb 2012 11:47:53 -0500 virtinst (0.600.1-1) unstable; urgency=low * [1048fe3] Imported Upstream version 0.600.1 * [5c8f622] Drop patches - 0004-VirtualDeviceAddress-Only-clear-XML-if-not-building-.patch - fixed upstream - 0005-Add-Debian-Wheezy-to-the-OS_TYPES.patch - fixed upstream -- Laurent Léonard Thu, 02 Feb 2012 12:22:25 +0100 virtinst (0.600.0-2) unstable; urgency=low * [18951a9] VirtualDeviceAddress: Only clear XML if not building from scratch. Cherry-picked from upstream. (Closes: #652879) * [d62f9c6] Add Debian Wheezy to OS_TYPES -- Guido Günther Sat, 31 Dec 2011 17:14:29 +0100 virtinst (0.600.0-1ubuntu4) precise; urgency=low * debian/patches/9005_ubuntu_precise.patch: Add Ubuntu precise as a supported distro. (LP: #918538) -- Andres Rodriguez Thu, 19 Jan 2012 10:52:45 -0500 virtinst (0.600.0-1ubuntu3) precise; urgency=low * debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection for all ISO/HTTP source, to not longer fail with cobbler/koan (LP: #884765) -- Andres Rodriguez Wed, 18 Jan 2012 16:18:30 -0500 virtinst (0.600.0-1ubuntu2) precise; urgency=low * Build using dh_python2 * Use debhelper v8 instead of cdbs; for some reason the package build an empty binary package when using dh_python2. -- Matthias Klose Sat, 17 Dec 2011 21:00:25 +0100 virtinst (0.600.0-1ubuntu1) oneiric; urgency=low * Merge from debian unstable. Remaining changes: - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust testsuite for 0001-fix-path-to-hvmloader.patch and 0002-Fix-path-to-pygrub.patch. * Removed patches: - 9002_Lucid.patch: upstream - 9004_ubuntu_correct_tree.patch: upstream -- Marc Deslauriers Mon, 08 Aug 2011 13:43:26 -0400 virtinst (0.600.0-1) unstable; urgency=low [ Guido Günther ] * [e25be0e] Ask for debug output in bugreports * [36c5d7c] Bump standards version to 3.9.2. [ Laurent Léonard ] * [c55c417] Imported Upstream version 0.600.0 * [cb83165] Update patch 0001-fix-path-to-hvmloader.patch -- Laurent Léonard Sat, 30 Jul 2011 20:34:32 +0200 virtinst (0.500.6-1ubuntu2) oneiric; urgency=low * debian/patches/9004_ubuntu_correct_tree.patch: Update to correctly detect HTTP sources for different types of ISO's and archs (Including mini ISO). -- Andres Rodriguez Mon, 27 Jun 2011 15:09:10 -0400 virtinst (0.500.6-1ubuntu1) oneiric; urgency=low * Merge from debian unstable. Remaining changes: - debian/patches/9002_Lucid.patch: use 10.04, not 10.4 as version for Ubuntu 10.04 LTS "Lucid Lynx" - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust testsuite for 0001-fix-path-to-hvmloader.patch and 0002-Fix-path-to-pygrub.patch. - debian/patches/9004_ubuntu_correct_tree.patch: Correctly detect an UbuntuDistro from an HTTP source. - debian/control: added acl package to depends. - debian/control: demote virt-viewer to Suggests, as it's in universe. - debian/control: remove qemu transition package from Recommends and add qemu-kvm to Suggests for the qemu-img binary as it's not required to simply manage a remote server with virt-manager. - Recommends libvirt-bin * Removed patches: - debian/patches/9001_Ubuntu.patch: upstream -- Marc Deslauriers Wed, 18 May 2011 13:43:29 -0400 virtinst (0.500.6-1) unstable; urgency=low * [abc0bed] Imported Upstream version 0.500.6 * [9d1703d] Drop patch - 0004-Features-Fix-XML-parsing-using-dictionary-syntax.patch - fixed upstream -- Laurent Léonard Fri, 25 Mar 2011 09:30:58 +0100 virtinst (0.500.5-3) unstable; urgency=low * [710912b] New patch 0004-Features-Fix-XML-parsing-using-dictionary-syntax. patch (Closes: 616674) -- Laurent Léonard Mon, 07 Mar 2011 14:59:25 +0100 virtinst (0.500.5-2) unstable; urgency=low * Upload to unstable (Closes: #614520) -- Guido Günther Tue, 22 Feb 2011 09:54:58 +0100 virtinst (0.500.5-1ubuntu4) natty; urgency=low * debian/patches/9004_ubuntu_correct_tree.patch: Updated to consider that HTTP source can be both, a mounted ISO (or cobbler imported ISO) or a netbook HTTP source. (LP: #751979) -- Andres Rodriguez Fri, 08 Apr 2011 14:14:51 -0400 virtinst (0.500.5-1ubuntu3) natty; urgency=low * Correctly detect an UbuntuDistro from an HTTP source. (LP: #751979) -- Andres Rodriguez Tue, 05 Apr 2011 18:18:09 -0400 virtinst (0.500.5-1ubuntu2) natty; urgency=low * debian/patches/9002_Lucid.patch: - use 10.04, not 10.4 as version for Ubuntu 10.04 LTS "Lucid Lynx" (LP: #744991) -- Torsten Spindler (Canonical) Tue, 29 Mar 2011 16:13:55 +0200 virtinst (0.500.5-1ubuntu1) natty; urgency=low * Merge from debian experimental. Remaining changes: - debian/patches/9001_Ubuntu.patch: + Updated to add maverick and natty to OS list and enable virtio for them. - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust testsuite for 0001-fix-path-to-hvmloader.patch and 0002-Fix-path-to-pygrub.patch. (refreshed) - debian/control: added acl package to depends. - Demote virt-viewer to Suggests, as it's in universe. - Recommends libvirt-bin * Removed patches: - debian/patches/9002-libvirt_disk_format.patch: Upstream. -- Marc Deslauriers Tue, 01 Feb 2011 15:40:11 -0500 virtinst (0.500.5-1) experimental; urgency=low * [63324d8] Imported Upstream version 0.500.5 * [e4d1f6d] Update patch 0001-fix-path-to-hvmloader.patch -- Laurent Léonard Sat, 29 Jan 2011 21:41:21 +0100 virtinst (0.500.4-1) experimental; urgency=low [ Guido Günther ] * Use changelog merge helper [ Laurent Léonard ] * Imported Upstream version 0.500.4 * Drop patch * Bump Standards-Version to 3.9.1 -- Laurent Léonard Wed, 25 Aug 2010 18:07:50 +0200 virtinst (0.500.3-2ubuntu1.1) maverick-proposed; urgency=low * debian/patches/9002-libvirt_disk_format.patch: update to allow setting the driver type with --disk format= (LP: #655392) * debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust testsuite for 0001-fix-path-to-hvmloader.patch and 0002-Fix-path-to-pygrub.patch -- Jamie Strandboge Tue, 12 Oct 2010 13:19:55 -0500 virtinst (0.500.3-2ubuntu1) maverick; urgency=low * Merge from debian unstable. (LP: #603681) Remaining changes: - debian/patches/9001_Ubuntu.patch: + Added lucid and maverick to OS list and enable virtio for it. - debian/patches/0003-Fix-patch-to-keyboard-configuration.patch: disable as the keyboard config in Ubuntu is still in /etc/default/console-setup and this was causing virt-manager to always default to a en-us keyboard. (LP: #524318) - debian/control: added acl package to depends. (LP: #533048) - Demote virt-viewer to Suggests, as it's in universe. - Recommends libvirt-bin (LP: #215084) -- Jean-Louis Dupond Thu, 08 Jul 2010 18:54:03 +0100 virtinst (0.500.3-2) unstable; urgency=low * virt-install: Fix CDROM attach for windows installs * Bump Standards-Version to 3.9.0. -- Laurent Léonard Thu, 08 Jul 2010 12:08:15 +0200 virtinst (0.500.3-1ubuntu1) maverick; urgency=low * Merge from debian unstable. (LP: #590068) Remaining changes: - debian/patches/9001_Ubuntu.patch: + Added lucid and maverick to OS list and enable virtio for it. - debian/patches/0003-Fix-patch-to-keyboard-configuration.patch: disable as the keyboard config in Ubuntu is still in /etc/default/console-setup and this was causing virt-manager to always default to a en-us keyboard. (LP: #524318) - debian/control: added acl package to depends. (LP: #533048) - Demote virt-viewer to Suggests, as it's in universe. - Recommends libvirt-bin (LP: #215084) * debian/patches/9002-add-ca-keymap.patch: dropped, its now in upstream -- Jean-Louis Dupond Wed, 05 May 2010 03:32:42 +0100 virtinst (0.500.3-1) unstable; urgency=low * [6e8ccf1] Imported Upstream version 0.500.3 * [140e8ed] Drop patches. * [801ac3f] Switch to new source format 3.0 (quilt). -- Laurent Léonard Thu, 25 Mar 2010 18:13:28 +0100 virtinst (0.500.2-2) unstable; urgency=low * [004c933] Hopefully fix unicode locale use once and for all! (Closes: #565941) - thanks to Cole Robinson -- Laurent Léonard Thu, 18 Mar 2010 09:16:56 +0100 virtinst (0.500.2-1) unstable; urgency=low * [e4b968a] Imported Upstream version 0.500.2 * [9e17e30] Redo patches. * [dda09ec] Bump Standards-Version to 3.8.4. * [b2dd1ef] Change python-all-dev dependency to python-all. -- Laurent Léonard Wed, 10 Feb 2010 12:26:02 +0100 virtinst (0.500.1-2ubuntu6) lucid; urgency=low * debian/patches/9003-qemu-no-keymap.patch: remove useless patch. -- Marc Deslauriers Mon, 29 Mar 2010 18:41:59 -0400 virtinst (0.500.1-2ubuntu5) lucid; urgency=low * debian/control: added acl package to depends. (LP: #533048) -- Marc Deslauriers Sun, 07 Mar 2010 01:05:47 -0500 virtinst (0.500.1-2ubuntu4) lucid; urgency=low * debian/patches/9001_Ubuntu.patch: updated to not use USB_TABLET as vmmouse is preferred now. -- Marc Deslauriers Fri, 05 Mar 2010 12:48:06 -0500 virtinst (0.500.1-2ubuntu3) lucid; urgency=low * debian/patches/9003-qemu-no-keymap.patch: Don't set a default keyboard for QEMU VMs as recent QEMU should be able to use raw keycodes. * debian/patches/9002-add-ca-keymap.patch: Updated with upstream bug reference. -- Marc Deslauriers Thu, 04 Mar 2010 13:54:25 -0500 virtinst (0.500.1-2ubuntu2) lucid; urgency=low * debian/patches/0003-Fix-patch-to-keyboard-configuration.patch: disable as the keyboard config in Ubuntu is still in /etc/default/console-setup and this was causing virt-manager to always default to a en-us keyboard. (LP: #524318) * debian/patches/9002-add-ca-keymap.patch: Add French Canadian keymap to virtinst/keytable.py. -- Marc Deslauriers Thu, 04 Mar 2010 10:03:41 -0500 virtinst (0.500.1-2ubuntu1) lucid; urgency=low * Merge from debian testing. Remaining changes (LP: #509800): - debian/patches/9001_Ubuntu.patch: + Added lucid and enable virtio for it. - Demote virt-viewer to Suggests, as it's in universe. * Rename python-virtinst to virtinst and add transitional package * Do not use python-central anymore * Recommends libvirt-bin (LP: #215084) -- Laurent Bigonville Tue, 19 Jan 2010 21:19:47 +0100 virtinst (0.500.1-2) unstable; urgency=low [ Laurent Léonard ] * [701d192] Fix path to keyboard configuration. * [f11662f] Allow DM upload and add myself as uploader. * [cf14c53] Clean debian/watch. -- Guido Günther Sat, 02 Jan 2010 14:11:02 +0100 virtinst (0.500.1-1) unstable; urgency=low [ Laurent Léonard ] * [86218c1] Imported Upstream version 0.500.1 * [370e65b] Drop patches. * 0003-Don-t-use-virtio-for-cdrom-floppy- devices.patch - fixed upstream. * 0004-Add-error-handling-to- VirtualDisk._clone_local.patch - applied upstream. * [21cd5ab] Remove debian/pycompat from debian/rules clean target. Since CDBS 0.4.6 doesn't create debian/pycompat when debian/pyversions is set. -- Guido Günther Mon, 07 Dec 2009 10:04:22 +0100 virtinst (0.500.0-3) unstable; urgency=low * [7b2d9d5] Add error handling to VirtualDisk._clone_local (Closes: #555748) -- Guido Günther Sat, 21 Nov 2009 14:35:41 +0100 virtinst (0.500.0-2) unstable; urgency=low [ Laurent Léonard ] * [2060102] Bump Debhelper version to 7. * [effbb27] Bump Standards-Version to 3.8.3. * [babcc4b] Clean debian/rules. * [6bb175f] Remove debian/pycompat. According to python-support recommendations. Also remove it in debian/rules clean target (see #424898). [ Guido Günther ] * [ff8cee7] Don't use virtio for cdrom/floppy devices Patch pulled from upstream HG. (Closes: #553171) - thanks to Harald Dunkel -- Guido Günther Wed, 04 Nov 2009 11:29:42 +0100 virtinst (0.500.0-1) unstable; urgency=low * [75709b9] bump standards version * [d275b5a] Imported Upstream version 0.500.0 * [be8497e] drop patches applied upstream: 0003-allow-to-pass-nic-model.patch 0004-parse-etc-default-console-setup-for-keymap-informati.patch 0005-use-QEMU-s-USB-Tablet-with-Squeeze-guests.patch 0006-add-Ubuntu-Karmic-to-osdict.patch 0007-fix-bridge-names-not-ending-with-digit.patch 0008-Turn-on-ACPI-APIC-for-Windows-except-for-Xen-3.1.0.patch 0009-Add-Windows-7-to-the-osdict.patch -- Guido Günther Wed, 29 Jul 2009 17:10:48 +0200 virtinst (0.400.3-5) unstable; urgency=low [ Guido Günther ] * [d1f073b] add Ubuntu Karmic to osdict (Closes: #532531) - thanks to Christophe Sauthier * [a008f8b] fix bridge names not ending with digit. Pulled from upstream. (Closes: #533539) - thanks to Cole Robinso for the fix and Andreas Unterkircher for testing [ Laurent Léonard ] * [16b8a6c] Turn on ACPI/APIC for Windows, except for Xen < 3.1.0. Pulled from upstream. (Closes: #533201) - thanks to Cole Robinson * [3840c11] Add Windows 7 to the osdict. (Closes: #535781) -- Guido Günther Fri, 17 Jul 2009 10:24:16 +0200 virtinst (0.400.3-4ubuntu1) karmic; urgency=low * Merge from debian unstable, remaining changes: (LP: #383184, LP: #348364) + 9001_Ubuntu.patch: - Removed Intrepid and Jaunty have been integrated upstream. - Rename binary package to python-virtinst. - Use python-central instead of python-support. - Demote virt-viewer to Suggests, as it's in universe. * debian/patches/9001_Ubuntu.patch: - Added karmic and enable virtio for it. -- Christophe Sauthier Wed, 03 Jun 2009 15:27:41 +0200 virtinst (0.400.3-4) unstable; urgency=low * [b882065] use QEMU's USB Tablet with Squeeze guests evdev picks this up as mouse which gives more exact mouse handling without the need to grab/ungrab the mouse anymore. * [da4d0c2] bump standards version -- Guido Günther Fri, 29 May 2009 16:02:32 +0200 virtinst (0.400.3-3) unstable; urgency=low * [a548e37] Update patches: * drop 0001-Don-t-require-256MB-on-Debian-installations.patch, Upstream changed that to 64MB * new patch 0003-allow-to-pass-nic-model.patch: allow to pass the nic model on the command line * new patch 0004-parse-etc-default-console-setup- for-keymap-informat.patch parses /etc/default/console-setup for keymap data (Closes: #528454) -- Guido Günther Sun, 17 May 2009 13:51:57 +0200 virtinst (0.400.3-2) unstable; urgency=low * [88581dc] remove redo-patches target handled via external script * [584686d] os_variant is no more (Closes: #521089) -- Guido Günther Wed, 25 Mar 2009 15:53:51 +0100 virtinst (0.400.3-1) unstable; urgency=low * [6792db8] Imported Upstream version 0.400.3 * [3c4c7be] drop 0004-manpage-typo.patch - applied upstream * [f95ac5c] rediff remaining patches against new upstream version -- Guido Günther Sun, 22 Mar 2009 20:13:27 +0100 virtinst (0.400.1-2ubuntu2) jaunty; urgency=low * Fix syntax error in osdict.py. (LP: #330983) -- Soren Hansen Wed, 18 Feb 2009 13:21:01 +0100 virtinst (0.400.1-2ubuntu1) jaunty; urgency=low * Merge from debian unstable, remaining changes: + 9001_Ubuntu.patch: - Add Intrepid and Jaunty and enable virtio for them. - Rename binary package to python-virtinst. - Use python-central instead of python-support. - Demote virt-viewer to Suggests, as it's in universe. -- Soren Hansen Wed, 18 Feb 2009 09:05:40 +0100 virtinst (0.400.1-2) unstable; urgency=low * upload to unstable * [4f2f394] s/bux/bus/ manpage type -- Guido Günther Sun, 15 Feb 2009 20:14:53 +0100 virtinst (0.400.1-1) experimental; urgency=low * [d46750d] Imported Upstream version 0.400.1 (Closes: #513288) * [d18654d] drop patches * fixed upstream: 0004-virt-convert-Fix-crash-caused-by-accessing-now-priv.patch 0005-Explicitly-set-FullVirtGuest-arch-to-equal-host-arch.patch * applied upstream: 0006-scratchdir-for-uid-0.patch 0007-create-scratchdir-if-it-doesn-t-exist.patch 0008-use-virtio-for-Lenny-guests.patch 0009-Add-support-for-Debian-Xen-paravirt-installs.patch 0010-look-for-keymap-in-xorg.conf-too.patch * [dc1ae07] rebase debian specific patches -- Guido Günther Thu, 29 Jan 2009 16:45:08 +0100 virtinst (0.400.0-7) unstable; urgency=low * [4b7369d] fix Vcs- URLs - thanks to Ian Campbell * [4b691af] Look for the current keymap in xorg.conf -- Guido Günther Mon, 01 Dec 2008 19:28:43 +0100 virtinst (0.400.0-6ubuntu1) jaunty; urgency=low * Merge from debian unstable, remaining changes: + 9001_Ubuntu.patch: - Add Intrepid and Jaunty and enable virtio for them. - Rename binary package to python-virtinst. - Use python-central instead of python-support. - Demote virt-viewer to Suggests, as it's in universe. -- Soren Hansen Mon, 24 Nov 2008 08:38:42 +0100 virtinst (0.400.0-6) unstable; urgency=low * upload to unstable * [bf4db09] add a versioned dependency -- Guido Günther Wed, 19 Nov 2008 09:19:29 +0100 virtinst (0.400.0-5) experimental; urgency=low * [c6eb3fa] fix maintainer * [b63225f] add support for xen paravirt installs -- Guido Günther Thu, 30 Oct 2008 15:52:13 +0100 virtinst (0.400.0-4) experimental; urgency=low * [58763f3] fix indentaion for 0006-scratchdir-for-uid-0.patch * [98fedd9] mention virt-convert -- Guido Günther Wed, 22 Oct 2008 10:20:27 +0200 virtinst (0.400.0-3) experimental; urgency=low * [a2d6dd4] virt-convert uses qemu-img so recommend qemu * [e765545] use virtio for Lenny Guests (0008-use-virtio-for-Lenny- guests.patch) -- Guido Guenther Fri, 26 Sep 2008 09:30:26 +0200 virtinst (0.400.0-2) experimental; urgency=low * [b2c62d9] new patches 0006-scratchdir-for-uid-0.patch 0007-create-scratchdir-if-it-doesn-t-exist.patch fix scratchdir handling for the ImageFetcher -- Guido Guenther Mon, 22 Sep 2008 12:53:48 +0200 virtinst (0.400.0-1) experimental; urgency=low * [4b12aad] Imported Upstream version 0.400.0 (Closes: #495013) * [62796af] drop 0001-forward-to-hg-as-of-6462dfd3e606.patch * [70b73a8] drop 0005-fix-mac-address-on-virt-clone.patch - applied upstream * [ea789ac] drop 0006-catch-ParserExceptions.patch - applied upstream * [7526107] adjust other patches to new upstream version * [a80781e] new patch 0004-virt-convert-Fix-crash-caused-by-....patch from upstream HG * [090250c] new patch 0005-Explicitly-set-FullVirtGuest-arch-....patch from upstream HG * [cef6ddb] adjust copyright -- Guido Guenther Thu, 18 Sep 2008 15:06:19 +0200 virtinst (0.300.3-6ubuntu1) jaunty; urgency=low * Merge from debian unstable, remaining changes: - Rename binary package to python-virtinst. - Versioned dependency on libvirt (to make sure we can handle the virtio stuff). - 9001_virtio_virt-install.patch: Add support for virtio and enable virtio-net for hardy, intrepid, and jaunty guests. (LP #254097) - Use python-central instead of python-support. - Demote virt-viewer to Suggests, as it's in universe. -- Soren Hansen Wed, 05 Nov 2008 14:01:30 +0100 virtinst (0.300.3-6) unstable; urgency=low * [3b4523e] Don't bail out on missing scratchdir (0007-xen- scratchdir.patch) (Closes: #503007) -- Guido Günther Wed, 22 Oct 2008 17:48:02 +0200 virtinst (0.300.3-5ubuntu3) intrepid; urgency=low * Drop virt-viewer Recommends: to Suggests:. It is in universe, does not have a MIR, and depends on the ancient and unmaintained xen-3.1. -- Martin Pitt Fri, 17 Oct 2008 17:20:19 +0200 virtinst (0.300.3-5ubuntu2) intrepid; urgency=low * Re-add Hardy to the list of installable OS'es. -- Soren Hansen Wed, 24 Sep 2008 16:04:53 +0200 virtinst (0.300.3-5ubuntu1) intrepid; urgency=low * Merge from debian unstable, remaining changes: - Rename binary to python-virtinst - Version dependency on libvirt (to make sure we can handle the virtio stuff). - 9001_virtio_virt-install.patch: Add support for virtio and enable virtio-net for hardy guests. (LP: #254097) - Use python-central instead of python-support -- Soren Hansen Sat, 23 Aug 2008 12:57:30 +0200 virtinst (0.300.3-5) unstable; urgency=low * [14c4b3c] catch ParserExceptions (Closes: #493758) * [e0629a2] fix mac address on virt-clone (adressess parts of #495013) * [af27170] Don't require thre arguments to get_memory() (Closes: #493782) * [0b43823] improve package description * [039bf5c] bump standars version * [8c91abf] add README.source -- Guido Guenther Fri, 15 Aug 2008 14:52:27 +0200 virtinst (0.300.3-4ubuntu1) intrepid; urgency=low * Merge from debian unstable, remaining changes: - Rename binary to python-virtinst - Fix up package description a bit - Version dependency on libvirt (to make sure we can handle the virtio stuff). - 9001_virtio_virt-install.patch: Add support for virtio and enable virtio-net for hardy guests. * Switch back to python-central; We went to python-support when we merged with Debian, but the transition left some stale .pyc files around, and this is by far the easiest way to clean that up. -- Soren Hansen Mon, 21 Jul 2008 11:41:37 +0200 virtinst (0.300.3-4) unstable; urgency=low [ Marco Sinhoreli ] * [39c7244] Fix path to pygrub -- Guido Guenther Thu, 26 Jun 2008 18:10:26 +0200 virtinst (0.300.3-3) unstable; urgency=low * [c82fe9f] fix path to hvmloader (Closes: #487682) -- Guido Guenther Tue, 24 Jun 2008 16:09:16 +0200 virtinst (0.300.3-2ubuntu2) intrepid; urgency=low * Forwardport from hardy-updates: - Fix virtio_blk and virtio_net check in case the OS type doesn't have the appropriate attributes set. (LP #221746) -- Soren Hansen Tue, 06 May 2008 08:40:39 +0200 virtinst (0.300.3-2ubuntu1) intrepid; urgency=low * Merge from debian unstable, remaining changes: - DebianMaintainerField - Rename binary to python-virtinst - Fix up package description a bit - Version dependency on libvirt (to make sure we can handle the virtio stuff). - 11_virtio_virt-install.patch: Add support for virtio and enable virtio-net for hardy guests. -- Soren Hansen Fri, 02 May 2008 10:35:09 +0200 virtinst (0.300.3-2) unstable; urgency=low * forward to hg as of 6462dfd3e606 - fixes kvm virtual machine creation with virt-manager -- Guido Guenther Mon, 14 Apr 2008 17:44:53 +0200 virtinst (0.300.3-1) experimental; urgency=low * upload to experimental * new upstream version * drop non-root.diff - applied upstream * drop debian.diff - applied upstream -- Guido Guenther Fri, 14 Mar 2008 20:09:19 +0100 virtinst (0.300.2-3) unstable; urgency=low * non-root.diff: don't fail installations as non-root user -- Guido Guenther Sun, 03 Feb 2008 16:51:14 +0100 virtinst (0.300.2-2) unstable; urgency=low * build-depend on the python packages for the testsuite (Closes: #462514) -- Guido Guenther Fri, 25 Jan 2008 14:29:30 +0100 virtinst (0.300.2-1) unstable; urgency=low * New Upstream Version * drop patches applied/fixed upstream: * recommend-virt-viewer.diff * virt-clone_sparse.diff * man-virt-clone.diff * keep documentation part of debian.diff -- Guido Guenther Wed, 16 Jan 2008 10:47:26 +0100 virtinst (0.300.2-0ubuntu5) hardy; urgency=low * Disable virtio-blk by default for Ubuntu Hardy. See kvm's changelog for details. -- Soren Hansen Tue, 22 Apr 2008 19:16:13 +0200 virtinst (0.300.2-0ubuntu4) hardy; urgency=low * debian/patches/11_virtio_virt-install.patch: use virtio by default for Ubuntu Hardy. Based on work by Soren Hansen. * debian/control: Depend on python-libvirt >= 0.4.0-2ubuntu8 -- Jamie Strandboge Thu, 17 Apr 2008 21:11:42 -0400 virtinst (0.300.2-0ubuntu3) hardy; urgency=low * debian/patches/10_virt-clone-devices.patch: fix logic error in virt-clone (LP: #201603). -- Kees Cook Sun, 23 Mar 2008 22:22:23 -0700 virtinst (0.300.2-0ubuntu2) hardy; urgency=low * Added "Ubuntu Hardy" to the list of distributions. (LP: #182054) -- Soren Hansen Sat, 12 Jan 2008 23:42:04 +0100 virtinst (0.300.2-0ubuntu1) hardy; urgency=low * New upstream release -- Soren Hansen Fri, 11 Jan 2008 09:44:42 +0100 virtinst (0.300.1+hg20071213-0ubuntu1) hardy; urgency=low * New upstream snapshot. -- Soren Hansen Mon, 17 Dec 2007 14:57:59 +0100 virtinst (0.300.1+hg20071120-0ubuntu1) hardy; urgency=low * Initial release, based on work by Richard W.M. Jones . -- Soren Hansen Tue, 20 Nov 2007 13:40:28 +0100 virtinst (0.300.1-5) unstable; urgency=low * recommend virt-viewer instead of presenting the user with a python exception -- Guido Guenther Tue, 18 Dec 2007 09:56:08 +0100 virtinst (0.300.1-4) unstable; urgency=low * document debian os-variants (Closes: #455861) - Thanks to Trent W. Buck for the patch * Don't require 256MB on Debian installations (Closes: #455860) * fix typo in homepage field * bump standards version * install examples -- Guido Guenther Sat, 15 Dec 2007 18:56:08 +0100 virtinst (0.300.1-3) unstable; urgency=low * debian.diff: add Debian as supported fully virtualized guest * recommend virt-viewer, needed for vnc console access * remove superflous debian/dirs -- Guido Guenther Tue, 11 Dec 2007 12:13:32 +0100 virtinst (0.300.1-2) unstable; urgency=low * virt-clone_sparse.diff: don't fail on sparse files * add watchfile * move to team maintenance -- Guido Guenther Tue, 11 Dec 2007 11:27:34 +0100 virtinst (0.300.1-1) experimental; urgency=low * Initial release (Closes: #452513) -- Guido Guenther Fri, 23 Nov 2007 00:30:45 +0100 debian/control0000664000000000000000000000233612312616004010572 0ustar Source: virtinst Section: admin Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Libvirt Maintainers Uploaders: Guido Günther , Laurent Léonard Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~), quilt, python-libxml2, python-urlgrabber, python-libvirt X-Python-Version: >= 2.6 Homepage: http://virt-manager.et.redhat.com/ Vcs-Git: git://git.debian.org/git/pkg-libvirt/virtinst.git Vcs-Browser: http://git.debian.org/?p=pkg-libvirt/virtinst.git Standards-Version: 3.9.3 DM-Upload-Allowed: yes Package: virtinst Architecture: all Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-libvirt (>= 0.4.6), python-libxml2, python-urlgrabber, qemu-utils, acl Suggests: virt-viewer Recommends: libvirt-bin Description: Programs to create and clone virtual machines Virtinst is a set of commandline tools to create virtual machines using libvirt: . virt-install: provision new virtual machines virt-clone: clone existing virtual machines virt-image: create virtual machines from an image description virt-convert: convert virtual machines between formats debian/virtinst.bug-presubj0000664000000000000000000000044512036575106013231 0ustar When reporting issues regarding virt-install, virt-clone, virt-convert or virt-image please run these programs using the --debug switch and provide the log information. http://wiki.debian.org/libvirt/Debugging has more information on howto provide debugging information for the virt-* tools. debian/compat0000664000000000000000000000000211572761644010403 0ustar 7 debian/pyversions0000664000000000000000000000000512312616004011322 0ustar 2.6- debian/rules0000775000000000000000000000005612312616004010244 0ustar #!/usr/bin/make -f %: dh $@ --with=python2 debian/patches/0000775000000000000000000000000012320672464010625 5ustar debian/patches/0002-Fix-path-to-pygrub.patch0000664000000000000000000000131212271720723015625 0ustar From: Oliver Seufer Date: Sat, 01 Jun 2013 22:41:07 +0200 Subject: Fix path to pygrub Closes: #685749 --- virtinst/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtinst/util.py b/virtinst/util.py index d012692..1d2a1f6 100644 --- a/virtinst/util.py +++ b/virtinst/util.py @@ -397,11 +397,11 @@ def pygrub_path(conn=None): if (cap.host.arch == "i86pc"): return "/usr/lib/xen/bin/pygrub" else: - return "/usr/bin/pygrub" + return "pygrub" if platform.system() == "SunOS": return "/usr/lib/xen/bin/pygrub" - return "/usr/bin/pygrub" + return "pygrub" def uri_split(uri): """ debian/patches/9005_ubuntu_releases.patch0000664000000000000000000001113512312616004015516 0ustar Description: Update list of Ubuntu releases Author: Marc Deslauriers Forwarded: not yet Updated: 2013-10-25 Index: virtinst-0.600.4/man/en/virt-install.1 =================================================================== --- virtinst-0.600.4.orig/man/en/virt-install.1 2013-10-25 16:15:42.492236537 -0400 +++ virtinst-0.600.4/man/en/virt-install.1 2013-10-25 16:15:42.480236537 -0400 @@ -458,18 +458,18 @@ .IX Item "opensuse12 : openSuse 12" .IP "opensuse11 : openSuse 11" 2 .IX Item "opensuse11 : openSuse 11" +.IP "ubuntutrusty : Ubuntu 14.04 \s-1LTS\s0 (Trusty Tahr)" 2 +.IX Item "ubuntutrusty : Ubuntu 14.04 LTS (Trusty Tahr)" +.IP "ubuntusaucy : Ubuntu 13.10 (Saucy Salamander)" 2 +.IX Item "ubuntusaucy : Ubuntu 13.10 (Saucy Salamander)" +.IP "ubunturaring : Ubuntu 13.04 (Raring Ringtail)" 2 +.IX Item "ubunturaring : Ubuntu 13.04 (Raring Ringtail)" .IP "ubuntuquantal : Ubuntu 12.10 (Quantal Quetzal)" 2 .IX Item "ubuntuquantal : Ubuntu 12.10 (Quantal Quetzal)" .IP "ubuntuprecise : Ubuntu 12.04 \s-1LTS\s0 (Precise Pangolin)" 2 .IX Item "ubuntuprecise : Ubuntu 12.04 LTS (Precise Pangolin)" -.IP "ubuntuoneiric : Ubuntu 11.10 (Oneiric Ocelot)" 2 -.IX Item "ubuntuoneiric : Ubuntu 11.10 (Oneiric Ocelot)" -.IP "ubuntunatty : Ubuntu 11.04 (Natty Narwhal)" 2 -.IX Item "ubuntunatty : Ubuntu 11.04 (Natty Narwhal)" .IP "ubuntulucid : Ubuntu 10.04 \s-1LTS\s0 (Lucid Lynx)" 2 .IX Item "ubuntulucid : Ubuntu 10.04 LTS (Lucid Lynx)" -.IP "ubuntuhardy : Ubuntu 8.04 \s-1LTS\s0 (Hardy Heron)" 2 -.IX Item "ubuntuhardy : Ubuntu 8.04 LTS (Hardy Heron)" .RE .RS 2 .PD Index: virtinst-0.600.4/man/en/virt-install.pod =================================================================== --- virtinst-0.600.4.orig/man/en/virt-install.pod 2013-10-25 16:15:42.492236537 -0400 +++ virtinst-0.600.4/man/en/virt-install.pod 2013-10-25 16:15:42.480236537 -0400 @@ -385,18 +385,18 @@ =item opensuse11 : openSuse 11 -=item ubuntuquantal : Ubuntu 12.10 (Quantal Quetzal) +=item ubuntutrusty : Ubuntu 14.04 LTS (Trusty Tahr) -=item ubuntuprecise : Ubuntu 12.04 LTS (Precise Pangolin) +=item ubuntusaucy : Ubuntu 13.10 (Saucy Salamander) + +=item ubunturaring : Ubuntu 13.04 (Raring Ringtail) -=item ubuntuoneiric : Ubuntu 11.10 (Oneiric Ocelot) +=item ubuntuquantal : Ubuntu 12.10 (Quantal Quetzal) -=item ubuntunatty : Ubuntu 11.04 (Natty Narwhal) +=item ubuntuprecise : Ubuntu 12.04 LTS (Precise Pangolin) =item ubuntulucid : Ubuntu 10.04 LTS (Lucid Lynx) -=item ubuntuhardy : Ubuntu 8.04 LTS (Hardy Heron) - =back Index: virtinst-0.600.4/virtinst/osdict.py =================================================================== --- virtinst-0.600.4.orig/virtinst/osdict.py 2013-10-25 16:15:42.492236537 -0400 +++ virtinst-0.600.4/virtinst/osdict.py 2013-10-25 16:16:22.864237571 -0400 @@ -507,7 +507,6 @@ "ubuntuhardy": { "label": "Ubuntu 8.04 LTS (Hardy Heron)", "distro": "ubuntu", - "supported": True, "devices" : { NET : VIRTIO_NET, }, @@ -555,7 +554,6 @@ "ubuntunatty": { "label": "Ubuntu 11.04 (Natty Narwhal)", "distro": "ubuntu", - "supported": True, "devices" : { DISK : VIRTIO_DISK, NET : VIRTIO_NET, @@ -564,7 +562,6 @@ "ubuntuoneiric": { "label": "Ubuntu 11.10 (Oneiric Ocelot)", "distro": "ubuntu", - "supported": True, "devices" : { DISK : VIRTIO_DISK, NET : VIRTIO_NET, @@ -584,6 +581,33 @@ "distro": "ubuntu", "supported": True, "devices" : { + DISK : VIRTIO_DISK, + NET : VIRTIO_NET, + }, + }, + "ubunturaring": { + "label": "Ubuntu 13.04 (Raring Ringtail)", + "distro": "ubuntu", + "supported": True, + "devices" : { + DISK : VIRTIO_DISK, + NET : VIRTIO_NET, + }, + }, + "ubuntusaucy": { + "label": "Ubuntu 13.10 (Saucy Salamander)", + "distro": "ubuntu", + "supported": True, + "devices" : { + DISK : VIRTIO_DISK, + NET : VIRTIO_NET, + }, + }, + "ubuntutrusty": { + "label": "Ubuntu 14.04 LTS (Trusty Tahr)", + "distro": "ubuntu", + "supported": True, + "devices" : { DISK : VIRTIO_DISK, NET : VIRTIO_NET, }, debian/patches/0005-Fix-accessing-disk-page-in-virt-manager-customize-be.patch0000664000000000000000000000604112271720671024157 0ustar From: Cole Robinson Date: Sat, 20 Apr 2013 18:37:34 -0400 Subject: Fix accessing disk page in virt-manager 'customize before install' --- virtinst/VirtualDisk.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/virtinst/VirtualDisk.py b/virtinst/VirtualDisk.py index 3f9bcba..214a978 100644 --- a/virtinst/VirtualDisk.py +++ b/virtinst/VirtualDisk.py @@ -909,7 +909,7 @@ class VirtualDisk(VirtualDevice): xpath="./serial") def _get_iotune_read_bytes_sec(self): - return self._iotune_read_bytes_sec + return self._iotune_read_bytes_sec or 0 def _set_iotune_read_bytes_sec(self, val): if (type(val) is not type(1) or val < 0): raise ValueError(_("IOTune read bytes per second value must be an " @@ -922,7 +922,7 @@ class VirtualDisk(VirtualDevice): set_converter=lambda s, x: int(x)) def _get_iotune_read_iops_sec(self): - return self._iotune_read_iops_sec + return self._iotune_read_iops_sec or 0 def _set_iotune_read_iops_sec(self, val): if (type(val) is not type(1) or val < 0): raise ValueError(_("IOTune read iops per second value must be an " @@ -935,7 +935,7 @@ class VirtualDisk(VirtualDevice): set_converter=lambda s, x: int(x)) def _get_iotune_total_bytes_sec(self): - return self._iotune_total_bytes_sec + return self._iotune_total_bytes_sec or 0 def _set_iotune_total_bytes_sec(self, val): if (type(val) is not type(1) or val < 0): raise ValueError(_("IOTune total bytes per second value must be an " @@ -948,7 +948,7 @@ class VirtualDisk(VirtualDevice): set_converter=lambda s, x: int(x)) def _get_iotune_total_iops_sec(self): - return self._iotune_total_iops_sec + return self._iotune_total_iops_sec or 0 def _set_iotune_total_iops_sec(self, val): if (type(val) is not type(1) or val < 0): raise ValueError(_("IOTune total iops per second value must be an " @@ -961,7 +961,7 @@ class VirtualDisk(VirtualDevice): set_converter=lambda s, x: int(x)) def _get_iotune_write_bytes_sec(self): - return self._iotune_write_bytes_sec + return self._iotune_write_bytes_sec or 0 def _set_iotune_write_bytes_sec(self, val): if (type(val) is not type(1) or val < 0): raise ValueError(_("IOTune write bytes per second value must be an " @@ -974,7 +974,7 @@ class VirtualDisk(VirtualDevice): set_converter=lambda s, x: int(x)) def _get_iotune_write_iops_sec(self): - return self._iotune_write_iops_sec + return self._iotune_write_iops_sec or 0 def _set_iotune_write_iops_sec(self, val): if (type(val) is not type(1) or val < 0): raise ValueError(_("IOTune write iops per second value must be an " debian/patches/series0000664000000000000000000000055612320672473012050 0ustar 0001-fix-path-to-hvmloader.patch 0002-Fix-path-to-pygrub.patch 0003-Fix-path-to-keyboard-configuration.patch 0004-Don-t-fail-if-no-meter-is-used.patch 0005-Fix-accessing-disk-page-in-virt-manager-customize-be.patch 9004_ubuntu_fix_tree_support.patch 9005_ubuntu_releases.patch 9006_fix_path_to_qemu-dm.patch 9007_fix-volume-upload-with-latest-libvirt-bindings.patch debian/patches/9006_fix_path_to_qemu-dm.patch0000664000000000000000000000246212312616004016246 0ustar From: Stefan Bader Date: Thu, 08 Aug 2013 10:43:24 +0200 Subject: Fix path to qemu-dm When creating a configuration we can completely leave out the path to qemu-dm and the Xen tools will extend it to the default path. Though that means that the testing is also broken and I am not sure how that could be fixed. The output of configuration would always be different and also different between Xen releases as those binaries are in per-release version paths. Up to a certain point alternates where used but that is gone. Signed-off-by: Stefan Bader Index: virtinst-0.600.4/virtinst/Guest.py =================================================================== --- virtinst-0.600.4.orig/virtinst/Guest.py 2013-03-22 17:12:13.000000000 +0100 +++ virtinst-0.600.4/virtinst/Guest.py 2013-08-08 10:42:10.248304082 +0200 @@ -896,10 +896,7 @@ class Guest(XMLBuilderDomain.XMLBuilderD if (not self.emulator and self.installer.is_hvm() and self.type == "xen"): - if self._get_caps().host.arch in ("x86_64"): - emulator = "/usr/lib64/xen/bin/qemu-dm" - else: - emulator = "/usr/lib/xen/bin/qemu-dm" + emulator = "qemu-dm" emu_xml = "" if emulator is not None: debian/patches/9007_fix-volume-upload-with-latest-libvirt-bindings.patch0000664000000000000000000000140512320672446023411 0ustar Description: distroinstaller: Fix volume upload with latest libvirt bindings (bz 1058720) cherrypicked from upstream git. Author: Cole Robinson Forwarded: notneeded Index: virtinst-0.600.4/virtinst/DistroInstaller.py =================================================================== --- virtinst-0.600.4.orig/virtinst/DistroInstaller.py 2014-03-26 21:02:50.413897567 -0500 +++ virtinst-0.600.4/virtinst/DistroInstaller.py 2014-04-07 23:01:06.451137536 -0500 @@ -123,7 +123,7 @@ def _upload_file(conn, meter, destpool, offset = 0 length = size flags = 0 - stream.upload(vol, offset, length, flags) + vol.upload(stream, offset, length, flags) # Open source file fileobj = file(src, "r") debian/patches/9004_ubuntu_fix_tree_support.patch0000664000000000000000000000600112312616004017307 0ustar Description: Correctly detect UbuntuDistro in HTTP source When the installation source is the Ubuntu HTTP archive, an ISO or mini ISO mounted (or even cobbler imported ISO, Mini ISO) on a HTTP source (or FTP in such case), the UbuntDistro is not correctly detected causing the installation to fail by not detecting correctly Ubuntu as a source as well as architectures.. This patch fixes the approach to determine whether the source is an Ubuntu source. Author: Andres Rodriguez Bug-Ubuntu: https://bugs.launchpad.net/bugs/884765 Forwarded: no Index: virtinst-0.600.3/virtinst/OSDistro.py =================================================================== --- virtinst-0.600.3.orig/virtinst/OSDistro.py 2013-01-23 11:45:40.284834979 -0500 +++ virtinst-0.600.3/virtinst/OSDistro.py 2013-01-23 11:46:01.348835518 -0500 @@ -923,9 +923,12 @@ def _set_media_paths(self): # Use self._prefix to set media paths self._boot_iso_paths = [ "%s/netboot/mini.iso" % self._prefix ] - hvmroot = "%s/netboot/%s/%s/" % (self._prefix, - self._installer_name, - self._treeArch) + if self._prefix: + hvmroot = "%s/netboot/%s/%s/" % (self._prefix, + self._installer_name, + self._treeArch) + else: + hvmroot = "" xenroot = "%s/netboot/xen/" % self._prefix self._hvm_kernel_paths = [ (hvmroot + "linux", hvmroot + "initrd.gz") ] self._xen_kernel_paths = [ (xenroot + "vmlinuz", @@ -959,16 +962,30 @@ # http://archive.ubuntu.com/ubuntu/dists/natty/main/installer-amd64/ def isValidStore(self, fetcher, progresscb): + # For regular trees if fetcher.hasFile("%s/MANIFEST" % self._prefix): - # For regular trees filename = "%s/MANIFEST" % self._prefix regex = ".*%s.*" % self._installer_name elif fetcher.hasFile("install/netboot/version.info"): # For trees based on ISO's self._prefix = "install" + if fetcher.hasFile("install/netboot/ubuntu-installer/i386"): + self._treeArch = "i386" + elif fetcher.hasFile("install/netboot/ubuntu-installer/amd64"): + self._treeArch = "amd64" self._set_media_paths() filename = "%s/netboot/version.info" % self._prefix regex = "%s*" % self.name + elif fetcher.hasFile("initrd.gz") and fetcher.hasFile("linux"): + # For trees based on mini ISO's + self._prefix = "" + if fetcher.hasFile("boot/grub/x86_64-efi"): + self._treeArch = "amd64" + else: + self._treeArch = "i386" + self._set_media_paths() + filename = "f10.txt" + regex = "%s*" % self.name else: logging.debug("Doesn't look like an %s Distro.", self.name) return False debian/patches/0003-Fix-path-to-keyboard-configuration.patch0000664000000000000000000000137412271720723020773 0ustar From: =?UTF-8?q?Laurent=20L=C3=A9onard?= Date: Thu, 24 Dec 2009 00:07:50 +0100 Subject: Fix path to keyboard configuration. Since console-setup 1.47 the keyboard configuration is in a new package keyboard-configuration and has its own configuration file. --- virtinst/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtinst/util.py b/virtinst/util.py index 1d2a1f6..17e017d 100644 --- a/virtinst/util.py +++ b/virtinst/util.py @@ -44,7 +44,7 @@ import support KEYBOARD_DIR = "/etc/sysconfig/keyboard" XORG_CONF = "/etc/X11/xorg.conf" -CONSOLE_SETUP_CONF = "/etc/default/console-setup" +CONSOLE_SETUP_CONF = "/etc/default/keyboard" def default_route(nic=None): if platform.system() == 'SunOS': debian/patches/0001-fix-path-to-hvmloader.patch0000664000000000000000000000127712271720723016347 0ustar From: Oliver Seufer Date: Sat, 01 Jun 2013 22:41:07 +0200 Subject: fix path to hvmloader Closes: #685749 --- virtinst/Installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtinst/Installer.py b/virtinst/Installer.py index 796cc86..61f6387 100644 --- a/virtinst/Installer.py +++ b/virtinst/Installer.py @@ -325,7 +325,7 @@ class Installer(XMLBuilderDomain.XMLBuilderDomain): hvxen = (hvtype == "xen") if not loader and self.is_hvm() and hvxen: - loader = "/usr/lib/xen/boot/hvmloader" + loader = "hvmloader" # Use older libvirt 'linux' value for back compat if os_type == "xen" and hvxen: debian/patches/0004-Don-t-fail-if-no-meter-is-used.patch0000664000000000000000000000236612271720723017614 0ustar From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Thu, 11 Oct 2012 18:29:17 +0200 Subject: Don't fail if no meter is used like in the other modules --- virtinst/DistroInstaller.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/virtinst/DistroInstaller.py b/virtinst/DistroInstaller.py index a165827..05cda90 100644 --- a/virtinst/DistroInstaller.py +++ b/virtinst/DistroInstaller.py @@ -130,8 +130,9 @@ def _upload_file(conn, meter, destpool, src): # Start transfer total = 0 - meter.start(size=size, - text=_("Transferring %s") % os.path.basename(src)) + if meter: + meter.start(size=size, + text=_("Transferring %s") % os.path.basename(src)) while True: #blocksize = (1024 ** 2) blocksize = 1024 @@ -141,11 +142,13 @@ def _upload_file(conn, meter, destpool, src): safe_send(data) total += len(data) - meter.update(total) + if meter: + meter.update(total) # Cleanup stream.finish() - meter.end(size) + if meter: + meter.end(size) except: if vol: vol.delete(0)