[ubuntu/saucy-proposed] xen 4.3.0-0ubuntu4 (Accepted)

Stefan Bader stefan.bader at canonical.com
Fri Sep 20 16:45:14 UTC 2013


xen (4.3.0-0ubuntu4) saucy; urgency=low

  * Re-introduce xen-hypervisor-amd64 for i386 builds. Otherwise i386
    would be rendered uninstallable.

xen (4.3.0-0ubuntu3) saucy; urgency=low

  * Avoid building libxenlight with blktap support (at least for now).
    - ubuntu-tools-force-build-without-blktap2.patch
    - debian/rules.real: Do not install libblktapctl
    - debian/libxen-dev.install: Do not package libblktapctl

xen (4.3.0-0ubuntu2) saucy; urgency=low

  * debian/rules.real: Avoid ocaml install and trying to strip hvmload
    which does not exist on Arm.
  * debian/rules.gen: Remove i386 related rules for arch-flavour which
    would try to build the hypervisor (not supported anymore).
  * debian/rules.gen: Add rules for armhf builds.
  * debian/control: Add armhf to packages (except ocaml related) and
    create hypervisor and system-meta package.

xen (4.3.0-0ubuntu1) saucy; urgency=low

  * debian/rules.real: Drop installing pdf for docs. Upstream dropped
    the xen-abi documentation.
  * debian/rules.real: Add --prefix=/usr to configure calls.
    (Default prefix is now /usr/local)
  * debian/rules -> debian/rules.real: Move modification of LDFLAGS as
    the latter does the compile and since 4.2.2 includes default.mk
    which would set the values back (either to the gcc version or
    to nothing).
  * debian/rules.real: Hack around checks for wget which the Debian build
    does not allow to use.
  * debian/control: Drop i386 versions of xen-hypervisor and xen-system.
    Upstream dropped i386 support for those.
  * debian/control: Add recommends for qemu-system-x86 to xen-utils-4.3.
    Utils (xl stack) will use the generic qemu-system-i386 when being
    told to use qemu-xen and qemu-dm for qemu-xen-traditional.
  * xen-utils-common.xen.init: Create /var/run/xen if not present on
    startup (this directory is used by libxl for qmp sockets).
  * Add support to allow libvirt to build the libxl driver:
    - tools/libxl: Create versioned variants of libxenlight.so and
      libblktapctl.so
    - debian/rules.real: Add packaging dependency on libxenstore to
      libxen (otherwise libtool fails to find references).
    - debian/libxen-dev.install: Package headers and library files
      of libxenlight.
  * Carried over from previous versions:
    - Keep qemu-dm for now (upstream qemu would not support
      migration, yet). Forward-port some patches from the old Debian
      package which still included qemu-dm:
      - qemu-prefix (modify LDFLAGS to point to lib dir for qemu-dm)
      - qemu-disable-blktap (this is not present in upstream)
      - ubuntu-qemu-disable-qemu-upstream (breaks build and also should
        be provided by qemu/kvm package)

Date: Thu, 19 Sep 2013 15:28:06 -0500
Changed-By: Stefan Bader <stefan.bader at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Andy Whitcroft <apw at canonical.com>
https://launchpad.net/ubuntu/saucy/+source/xen/4.3.0-0ubuntu4
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 19 Sep 2013 15:28:06 -0500
Source: xen
Binary: xen-docs-4.3 libxen-4.3 libxenstore3.0 libxen-dev xenstore-utils libxen-ocaml libxen-ocaml-dev xen-utils-common xen-utils-4.3 xen-hypervisor-4.3-amd64 xen-system-amd64 xen-hypervisor-4.3-armhf xen-system-armhf
Architecture: source
Version: 4.3.0-0ubuntu4
Distribution: saucy
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Stefan Bader <stefan.bader at canonical.com>
Description: 
 libxen-4.3 - Public libs for Xen
 libxen-dev - Public headers and libs for Xen
 libxen-ocaml - OCaml libraries for controlling Xen
 libxen-ocaml-dev - OCaml libraries for controlling Xen (devel package)
 libxenstore3.0 - Xenstore communications library for Xen
 xen-docs-4.3 - Documentation for Xen
 xen-hypervisor-4.3-amd64 - Xen Hypervisor on AMD64
 xen-hypervisor-4.3-armhf - Xen Hypervisor on Arm v7/v8
 xen-system-amd64 - Xen System on AMD64 (meta-package)
 xen-system-armhf - Xen System on Arm  v7/v8 (meta-package)
 xen-utils-4.3 - XEN administrative tools
 xen-utils-common - Xen administrative tools - common files
 xenstore-utils - Xenstore utilities for Xen
Changes: 
 xen (4.3.0-0ubuntu4) saucy; urgency=low
 .
   * Re-introduce xen-hypervisor-amd64 for i386 builds. Otherwise i386
     would be rendered uninstallable.
 .
 xen (4.3.0-0ubuntu3) saucy; urgency=low
 .
   * Avoid building libxenlight with blktap support (at least for now).
     - ubuntu-tools-force-build-without-blktap2.patch
     - debian/rules.real: Do not install libblktapctl
     - debian/libxen-dev.install: Do not package libblktapctl
 .
 xen (4.3.0-0ubuntu2) saucy; urgency=low
 .
   * debian/rules.real: Avoid ocaml install and trying to strip hvmload
     which does not exist on Arm.
   * debian/rules.gen: Remove i386 related rules for arch-flavour which
     would try to build the hypervisor (not supported anymore).
   * debian/rules.gen: Add rules for armhf builds.
   * debian/control: Add armhf to packages (except ocaml related) and
     create hypervisor and system-meta package.
 .
 xen (4.3.0-0ubuntu1) saucy; urgency=low
 .
   * debian/rules.real: Drop installing pdf for docs. Upstream dropped
     the xen-abi documentation.
   * debian/rules.real: Add --prefix=/usr to configure calls.
     (Default prefix is now /usr/local)
   * debian/rules -> debian/rules.real: Move modification of LDFLAGS as
     the latter does the compile and since 4.2.2 includes default.mk
     which would set the values back (either to the gcc version or
     to nothing).
   * debian/rules.real: Hack around checks for wget which the Debian build
     does not allow to use.
   * debian/control: Drop i386 versions of xen-hypervisor and xen-system.
     Upstream dropped i386 support for those.
   * debian/control: Add recommends for qemu-system-x86 to xen-utils-4.3.
     Utils (xl stack) will use the generic qemu-system-i386 when being
     told to use qemu-xen and qemu-dm for qemu-xen-traditional.
   * xen-utils-common.xen.init: Create /var/run/xen if not present on
     startup (this directory is used by libxl for qmp sockets).
   * Add support to allow libvirt to build the libxl driver:
     - tools/libxl: Create versioned variants of libxenlight.so and
       libblktapctl.so
     - debian/rules.real: Add packaging dependency on libxenstore to
       libxen (otherwise libtool fails to find references).
     - debian/libxen-dev.install: Package headers and library files
       of libxenlight.
   * Carried over from previous versions:
     - Keep qemu-dm for now (upstream qemu would not support
       migration, yet). Forward-port some patches from the old Debian
       package which still included qemu-dm:
       - qemu-prefix (modify LDFLAGS to point to lib dir for qemu-dm)
       - qemu-disable-blktap (this is not present in upstream)
       - ubuntu-qemu-disable-qemu-upstream (breaks build and also should
         be provided by qemu/kvm package)
Checksums-Sha1: 
 300430eeea37e01240bf1bd24fb3de574dd18d98 3193 xen_4.3.0-0ubuntu4.dsc
 ea7b2ca52e0b9cf847ad18df6aa2fc8acbecd323 3725260 xen_4.3.0.orig-qemu.tar.gz
 16428d3602e0cd225b06cb57fe2922bd1830eb44 5356756 xen_4.3.0.orig.tar.gz
 513fc7a7d1c177b27fad55c7e7af9636b32da033 68553 xen_4.3.0-0ubuntu4.debian.tar.gz
Checksums-Sha256: 
 45f6a732aeb2c54f5f320f323e4a33be99425dbee34ce04d354aee4afa5701b0 3193 xen_4.3.0-0ubuntu4.dsc
 48510c0294d7cee7640921a39e80c224dc316d3ed6714cc4bf0a33644cb12804 3725260 xen_4.3.0.orig-qemu.tar.gz
 d903957be5e48e967eb9bd2dd073ef05a9379fde437982b73abb676a0ce21c2f 5356756 xen_4.3.0.orig.tar.gz
 4be11db6206d774b345d433dd099621bc040613d982b5aed1d111c27763c6bda 68553 xen_4.3.0-0ubuntu4.debian.tar.gz
Files: 
 abd74ebd74d4deee138dad9177da8065 3193 kernel optional xen_4.3.0-0ubuntu4.dsc
 0347a8cf949ef74c6035958abb60c28d 3725260 kernel optional xen_4.3.0.orig-qemu.tar.gz
 f6152068ee49df9a36536221cb381b87 5356756 kernel optional xen_4.3.0.orig.tar.gz
 b259c2d083fab6e1acb5c82ce648e6b3 68553 kernel optional xen_4.3.0-0ubuntu4.debian.tar.gz
Original-Maintainer: Debian Xen Team <pkg-xen-devel at lists.alioth.debian.org>

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

iQIcBAEBCgAGBQJSPHp+AAoJEE/75Oku/epyrM4P/3TA7+9F7mQ/uIF3Cd9oeOVI
m/2WFEybwTh5lwNXgNX7c6NA4ep6SsITzZsayrIH5RVb3U6idrcrch8EUOH37EIi
foHuMhfOQM51wlcds70/Ry+hcR2rD92IqqPQLuObZBcoM2G+6HjksKc7pGpH6H8G
75KJIBhYEVG/CmPY4R5l2MKe2DufJquvZn6FfYUKnSaKHoH9sC4tNWzLFz7Y3wS5
EM5VmphPNFnFitBJijsZhR1UFJHzJZjgIXwZxlOuA+c2/95aUsJcfp3x+6LeP3HD
plRhPPFhF0FS7kqVVjg16P1HKIyRPFHXayIHDqXJ0SZ7FPKLDLkc9s5QKn9IhA8t
bnajblcL8Y3wJoKp6mxKixUtS/svczZuaO+ske49xLdx7ITKUIO5Wqka1ejuIQUV
CerRQ97OBkY/sRTVJyEIhEr8NArQi3IEqF4dL5sDKV6gjMwR7LCNaxKmcLojKiax
VWMocP7wi8TnZEJEFDJa2UMkvus3UdFCxW1616hrBPnoMu50gsTq48qVxvDkySuQ
a//JswHB4wRbJ6A1Nz7CBuml51Wro6IATYVIcEnMbE1akRNyp/6DHD1+qVvy/rUZ
AUAMBs3Olt2JBA7GZWoGzq1+gaZAILibE7bxKCCsoU+fIPLYBYzu7ECgNDq68a29
bhULXZ1CswI40OxFuPfu
=RqLz
-----END PGP SIGNATURE-----


More information about the Saucy-changes mailing list