[ubuntu/karmic] qemu-kvm 0.11.0~rc2-0ubuntu8 (Accepted)

Loic Minier loic.minier at ubuntu.com
Wed Sep 23 08:20:13 BST 2009


qemu-kvm (0.11.0~rc2-0ubuntu8) karmic; urgency=low

  * Drop awful binary-static target; binary-arch works fine and binary-static
    is not guaranteed to be called (in fact it was only called on the arch:
    all buildd, i.e. i386, even if there are no arch: all packages here).
    Similarly, merge build-static commands with build-arch commands.
    Similarly, merge install-static commands with install commands.
  * Replace configure-static with $(STATIC_BUILDDIR)/config.status which
    matches config.status; let $(STATIC_BUILDDIR)/config.status depend on
    configure.
  * Depending on whether we want to build a qemu-%-static package, as reported
    by dh_listpackages, set DO_STATIC and MAYBE_STATIC_CONFIG to "yes" and
    $(STATIC_BUILDDIR)/config.status (or "no" and empty) and use these vars to
    conditionalize the build.
  * Drop unexisting targets from .PHONY.
  * Let build depend on build-indep and build-arch.
  * Use $(MAKE) -C instead of cd && $(MAKE).
  * Consistenly use $() for make vars instead of mixing with $.
  * Drop conditional for quilt.make being present, it's always satisfied per
    build-deps, and move the include to the top of rules.
  * Remove boilerplate comments from rules.
  * Don't overwrite CFLAGS from the environment and honour DEB_BUILD_OPTIONS
    in a more condensed manner.
  * Use DEB_BUILD_ARCH instead of calling dpkg-architecture repeatedly.
  * Let the config.status targets depend on patch instead of configure.
  * Rename STATIC_BUILDDIR to debian/build-static to avoid clashes with a
    possible qemu-static.
  * No need for build-{arch,indep} to depend on patch, actually they should
    only depend on the -stamp file which itself should depend on
    config.status targets.
  * Drop build-arch/build-indep split in favour of a single build target; the
    split was unused and not supported properly anyway; let install depend on
    build and binary-{indep,arch} depend on install.
  * Also pass -k debian/changelog.qemu debian/changelog.kvm to
    dh_installchangelogs in binary-arch.
  * Drop unused binary-indep commands.
  * Drop -s from dh_testdir/dh_testroot.
  * Test for config-host.mak before calling $(MAKE) in clean: and drop the
    bogus dep on the config.status target.
  * Call unpatch explicitly after distclean instead of using a dep as we don't
    want to run upstream rules unpatched.
  * Rename config.status targets to config-host.mak since it's the actual name
    of the file spit by configure.
  * Rework copying of sources for static build to filter-out the debian and
    potentially the static build dir and hence avoid the || true error
    handler.
  * Install old Debian changelogs debian/changelog.{kvm,qemu} with
    dh_installdocs; drop the dh_installchangelogs hacks, that resurrects the
    actual upstream changelog.
  * Drop bogus debian/qemu-arm-static.install for now as it installs to the
    wrong dir.
  * Rework qemu-arm-static.{postint,prerm} to not hardcode the update-binfmts
    pathname, not do useless tests, and to drop boilerplate.
  * Rework postinst to set -e and to drop boilerplate.
  * Add install-stamp to run install only once; install should really be
    reworked to install to debian/tmp, moving the copying to binary packages
    to binary-%.
  * Add watch file.
  * Add debian/README.source pointing at the quilt one.

Date: Wed, 23 Sep 2009 09:18:41 +0200
Changed-By: Loïc Minier <loic.minier at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Loïc Minier <lool at dooz.org>
https://launchpad.net/ubuntu/karmic/+source/qemu-kvm/0.11.0~rc2-0ubuntu8
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 23 Sep 2009 09:18:41 +0200
Source: qemu-kvm
Binary: qemu-kvm qemu-kvm-extras qemu-arm-static
Architecture: source
Version: 0.11.0~rc2-0ubuntu8
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Loïc Minier <loic.minier at ubuntu.com>
Description: 
 qemu-arm-static - static qemu-arm binary that enables to use arm chroots
 qemu-kvm   - Full virtualization on i386 and amd64 hardware
 qemu-kvm-extras - fast processor emulator for non-x86 architectures
Changes: 
 qemu-kvm (0.11.0~rc2-0ubuntu8) karmic; urgency=low
 .
   * Drop awful binary-static target; binary-arch works fine and binary-static
     is not guaranteed to be called (in fact it was only called on the arch:
     all buildd, i.e. i386, even if there are no arch: all packages here).
     Similarly, merge build-static commands with build-arch commands.
     Similarly, merge install-static commands with install commands.
   * Replace configure-static with $(STATIC_BUILDDIR)/config.status which
     matches config.status; let $(STATIC_BUILDDIR)/config.status depend on
     configure.
   * Depending on whether we want to build a qemu-%-static package, as reported
     by dh_listpackages, set DO_STATIC and MAYBE_STATIC_CONFIG to "yes" and
     $(STATIC_BUILDDIR)/config.status (or "no" and empty) and use these vars to
     conditionalize the build.
   * Drop unexisting targets from .PHONY.
   * Let build depend on build-indep and build-arch.
   * Use $(MAKE) -C instead of cd && $(MAKE).
   * Consistenly use $() for make vars instead of mixing with $.
   * Drop conditional for quilt.make being present, it's always satisfied per
     build-deps, and move the include to the top of rules.
   * Remove boilerplate comments from rules.
   * Don't overwrite CFLAGS from the environment and honour DEB_BUILD_OPTIONS
     in a more condensed manner.
   * Use DEB_BUILD_ARCH instead of calling dpkg-architecture repeatedly.
   * Let the config.status targets depend on patch instead of configure.
   * Rename STATIC_BUILDDIR to debian/build-static to avoid clashes with a
     possible qemu-static.
   * No need for build-{arch,indep} to depend on patch, actually they should
     only depend on the -stamp file which itself should depend on
     config.status targets.
   * Drop build-arch/build-indep split in favour of a single build target; the
     split was unused and not supported properly anyway; let install depend on
     build and binary-{indep,arch} depend on install.
   * Also pass -k debian/changelog.qemu debian/changelog.kvm to
     dh_installchangelogs in binary-arch.
   * Drop unused binary-indep commands.
   * Drop -s from dh_testdir/dh_testroot.
   * Test for config-host.mak before calling $(MAKE) in clean: and drop the
     bogus dep on the config.status target.
   * Call unpatch explicitly after distclean instead of using a dep as we don't
     want to run upstream rules unpatched.
   * Rename config.status targets to config-host.mak since it's the actual name
     of the file spit by configure.
   * Rework copying of sources for static build to filter-out the debian and
     potentially the static build dir and hence avoid the || true error
     handler.
   * Install old Debian changelogs debian/changelog.{kvm,qemu} with
     dh_installdocs; drop the dh_installchangelogs hacks, that resurrects the
     actual upstream changelog.
   * Drop bogus debian/qemu-arm-static.install for now as it installs to the
     wrong dir.
   * Rework qemu-arm-static.{postint,prerm} to not hardcode the update-binfmts
     pathname, not do useless tests, and to drop boilerplate.
   * Rework postinst to set -e and to drop boilerplate.
   * Add install-stamp to run install only once; install should really be
     reworked to install to debian/tmp, moving the copying to binary packages
     to binary-%.
   * Add watch file.
   * Add debian/README.source pointing at the quilt one.
Checksums-Sha1: 
 0966960b4401d608c32055ab344bdc6f9cde5040 1401 qemu-kvm_0.11.0~rc2-0ubuntu8.dsc
 9034b3f0a07c10c8808320a775aeda1dd257effe 41728 qemu-kvm_0.11.0~rc2-0ubuntu8.diff.gz
Checksums-Sha256: 
 ec28bc5d817baf5f37e066028327f83ed3ff40abd089acb79fc48a991e7f708a 1401 qemu-kvm_0.11.0~rc2-0ubuntu8.dsc
 c489c53cf00f5079c945f9c09930e4d2bc6e52c426dc435df7e7696aa3ff1560 41728 qemu-kvm_0.11.0~rc2-0ubuntu8.diff.gz
Files: 
 629673a7c6e12aac728543fa41c8f216 1401 misc optional qemu-kvm_0.11.0~rc2-0ubuntu8.dsc
 6e2e17d047a04a5ce5161d6dcad70059 41728 misc optional qemu-kvm_0.11.0~rc2-0ubuntu8.diff.gz

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

iEYEARECAAYFAkq5y/wACgkQ4VUX8isJIMBaYACgvgbTZd6mIa78v8BFUYhomz04
6w0AnieT6RRIgX719kjK4jDbRF/2DKN8
=mAoN
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list