[ubuntu/quantal] qemu-kvm 1.1~rc+dfsg-1ubuntu1 (Accepted)
Serge Hallyn
serge.hallyn at ubuntu.com
Mon Jun 18 17:10:22 UTC 2012
qemu-kvm (1.1~rc+dfsg-1ubuntu1) quantal; urgency=low
* Merge from debian. Remaining changes:
- update maintainer
- debian/optional-features: disable libiscsi, vde and spice
- debian/control:
* remove libiscsi-dev, spice and vde2 depends and build-deps (not in main)
* remove qemu-keymaps depends (offered by qemu-common, and conflicts with
binary package in universe from qemu-linaro)
* remove ipxe-qemu depends for qemu-kvm
* qemu-kvm: add qemu-common depends, tie qemu-utils depends to same version,
set architecture any, add Provides: qemu
* remove qemu-kvm-dbg: dbgsym will end up in ddebs anyway
* add qemu-utils package, which in debian comes from qemu source package
* add qemu-common package (doesn't exist in debian, provides shared bits
used by qemu-linaro)
* add qemu transitional package, qemu-common, and substitude our own kvm
transitional package (more architectures)
- debian/rules:
* change --audio-drv-list order to make pa the default (see lp #304649)
* add --enable-docs
* remove powerpc section (for now)
* add i386 and linux-user to QEMU_TARGET
* remove override_dh_strip
* set confsuffix to /qemu
* add -fno-var-tracking for arm
* set --disable-kvm for arches other than amd64, i386
* install roms, bios', and utils into right package
* build pc-bios/optionrom
* install kvm-if{up,down} as /etc/qemu-if*
* create directory links (/etc/kvm, /usr/share/kvm, /usr/share/qemu-kvm)
* install qemu-kvm apport hook
* set DEB_BUILD_HARDENING
* set options for handling DEB_BUILD_OPTIONS=parallel=N
* add --no-restart-on-upgrade to dh_installinit args
* do a make install in override_dh_auto_install
* remove manual install of kvm binary
- qemu-kvm.postinst and prerm: remove the /usr/share/kvm/keymaps logic
- add
* qemu-kvm.links
* qemu-utils.dirs, qemu-utils.links
* qemu-common.install, qemu-common.doc, qemu-common.links, qemu-common.dirs
* source_qemu-kvm.py (apport hook)
* qemu-kvm.upstart and qemu-kvm.default
- debian/kvm-ifup: source qemu-kvm.default and honor its $TAPBR
- debian/kvm-ifdown: keep old ubuntu version
- push (refreshed) ubuntu patches:
* ubuntu/CVE-2011-2212-virtqueue-indirect-overflow.patch
* ubuntu/define_AT_EMPTY_PATH.patch (until LP: 1010069 is fixed)
* ubuntu/dont-try-to-hotplug-cpu.patch
* ubuntu/expose_vmx_qemu64cpu.patch
* ubuntu/fallback-to-tcg.patch
* ubuntu/fix-vmware-vga-negative-vals
* ubuntu/larger_default_ram_size.patch
Date: Fri, 15 Jun 2012 08:06:23 -0500
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/qemu-kvm/1.1~rc+dfsg-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 15 Jun 2012 08:06:23 -0500
Source: qemu-kvm
Binary: qemu-kvm qemu-utils qemu-common kvm qemu
Architecture: source
Version: 1.1~rc+dfsg-1ubuntu1
Distribution: quantal
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-kvm
qemu - dummy transitional package from qemu to qemu-kvm
qemu-common - qemu common functionality (bios, documentation, etc)
qemu-kvm - Full virtualization on x86 hardware
qemu-utils - qemu utilities
Changes:
qemu-kvm (1.1~rc+dfsg-1ubuntu1) quantal; urgency=low
.
* Merge from debian. Remaining changes:
- update maintainer
- debian/optional-features: disable libiscsi, vde and spice
- debian/control:
* remove libiscsi-dev, spice and vde2 depends and build-deps (not in main)
* remove qemu-keymaps depends (offered by qemu-common, and conflicts with
binary package in universe from qemu-linaro)
* remove ipxe-qemu depends for qemu-kvm
* qemu-kvm: add qemu-common depends, tie qemu-utils depends to same version,
set architecture any, add Provides: qemu
* remove qemu-kvm-dbg: dbgsym will end up in ddebs anyway
* add qemu-utils package, which in debian comes from qemu source package
* add qemu-common package (doesn't exist in debian, provides shared bits
used by qemu-linaro)
* add qemu transitional package, qemu-common, and substitude our own kvm
transitional package (more architectures)
- debian/rules:
* change --audio-drv-list order to make pa the default (see lp #304649)
* add --enable-docs
* remove powerpc section (for now)
* add i386 and linux-user to QEMU_TARGET
* remove override_dh_strip
* set confsuffix to /qemu
* add -fno-var-tracking for arm
* set --disable-kvm for arches other than amd64, i386
* install roms, bios', and utils into right package
* build pc-bios/optionrom
* install kvm-if{up,down} as /etc/qemu-if*
* create directory links (/etc/kvm, /usr/share/kvm, /usr/share/qemu-kvm)
* install qemu-kvm apport hook
* set DEB_BUILD_HARDENING
* set options for handling DEB_BUILD_OPTIONS=parallel=N
* add --no-restart-on-upgrade to dh_installinit args
* do a make install in override_dh_auto_install
* remove manual install of kvm binary
- qemu-kvm.postinst and prerm: remove the /usr/share/kvm/keymaps logic
- add
* qemu-kvm.links
* qemu-utils.dirs, qemu-utils.links
* qemu-common.install, qemu-common.doc, qemu-common.links, qemu-common.dirs
* source_qemu-kvm.py (apport hook)
* qemu-kvm.upstart and qemu-kvm.default
- debian/kvm-ifup: source qemu-kvm.default and honor its $TAPBR
- debian/kvm-ifdown: keep old ubuntu version
- push (refreshed) ubuntu patches:
* ubuntu/CVE-2011-2212-virtqueue-indirect-overflow.patch
* ubuntu/define_AT_EMPTY_PATH.patch (until LP: 1010069 is fixed)
* ubuntu/dont-try-to-hotplug-cpu.patch
* ubuntu/expose_vmx_qemu64cpu.patch
* ubuntu/fallback-to-tcg.patch
* ubuntu/fix-vmware-vga-negative-vals
* ubuntu/larger_default_ram_size.patch
Checksums-Sha1:
662c1402194a4c2a0d43eb61b3866694c6fe20c7 2227 qemu-kvm_1.1~rc+dfsg-1ubuntu1.dsc
627b4677fe769eab01a88c87eb99f6ceb937c607 3730752 qemu-kvm_1.1~rc+dfsg.orig.tar.xz
20e8a22abb5176b9b6027b86a54b4dbbfcb005e3 36568 qemu-kvm_1.1~rc+dfsg-1ubuntu1.debian.tar.gz
Checksums-Sha256:
a4ccce299d0884324e16f1a36b4d43cf1699f803be35d169205ed9e8d1a71ef9 2227 qemu-kvm_1.1~rc+dfsg-1ubuntu1.dsc
e6f2418da6e032c80f406b7f6f8f31a3c5c9b98e71758f3feaaf818c665df1c4 3730752 qemu-kvm_1.1~rc+dfsg.orig.tar.xz
fea2fe6c479884aa9f9f1b9b1dc407eda06d74b6f595069ed74f08b0ec37f45a 36568 qemu-kvm_1.1~rc+dfsg-1ubuntu1.debian.tar.gz
Files:
1d4722e2acaf5e63be45b7a478bad18e 2227 misc optional qemu-kvm_1.1~rc+dfsg-1ubuntu1.dsc
c0a6dbca48779b1e49935b2e3053bf7c 3730752 misc optional qemu-kvm_1.1~rc+dfsg.orig.tar.xz
ea2854f1a9d547d8566210bf99924afd 36568 misc optional qemu-kvm_1.1~rc+dfsg-1ubuntu1.debian.tar.gz
Original-Maintainer: Michael Tokarev <mjt at tls.msk.ru>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAEBAgAGBQJP32AVAAoJEOn+6gaoXj+d5I0H/AmCvmp6du92/WrhTmxifY+h
0aC/PkWNdAey3HfHkMdHRUrYQPvvvOie4XOd3X1UrXce9faWAjCNquv7aZVbMhtc
O7T+e34j7ce2DRgjbu+eErv5dy+/ZZoQvGmQkkjsA9vMjHYcskuroe/G2BmZf/9K
2yhMECjTOyK26ZPWaU+FymxGv+j4Fr0Ap6NrGrqpq9xcL30cKcc2eHep4KUn8T7K
3AapCLFz9QF0lR6J88I4MGg1nZsrREtyDSF00G1Y/rHQI6JoX6c4EdSd9OwSuNqi
3ilgUPGzyHK0qCl49X1TVpEhUltZB044qcMRXT8qhqpkaR9ZRRbuDtdTi23mkQQ=
=/r2O
-----END PGP SIGNATURE-----
More information about the Quantal-changes
mailing list