[ubuntu/precise] libvirt 0.9.6-1ubuntu1 (Accepted)

Chuck Short zulcss at ubuntu.com
Thu Oct 20 17:25:27 UTC 2011


libvirt (0.9.6-1ubuntu1) precise; urgency=low

  * Merged from debian unstable, remaning changes are:
    - debian/control:
      * set X-Python-Version to 2.7, as 2.6 is not in oneiric.
      * set ubuntu maintainer
      * Build-Depends:
        - remove [linux-any] from all dependencies
        - remove [!linux-any] deps
        - swap  qemu to qemu-kvm and open-iscsi to
          open-iscsi-utils in Build-Depends
        - remove virtualbox-ose Build-Depends
        - add parted and libapparmor-dev Build-Depends
      * convert Vcs-Git to Xs-Debian-Vcs-Git
      * libvirt-bin Depends: move netcat-openbsd, bridge-utils, dnsmasq-base
        (>= 2.46-1), and iptables from Recommends to Depends
      * libvirt-bin Recommends: move qemu to Suggests
      * libvirt-bin Suggests: add apparmor
      * libvirt0 Recommands: move lvm2 to Suggests
    - keep debian/libvirt-bin.apport
    - keep debian/libvirt-bin.cron.daily
    - debian/libvirt-bin.dirs:
      * add apparmor, cron.daily, and apport dirs
    - debian/libvirt-bin.examples:
      * add debian/libvirt-suspendonreboot
    - debian/libvirt-bin.install:
      * add /etc/apparmor.d files
      * add apport hook
    - debian/libvirt-bin.manpages:
      * add debian/libvirt-migrate-qemu-disks.1
    - debian/libvirt-bin.postinst:
      * replace libvirt groupname with libvirtd
      * add each admin user to libvirtd group
      * call apparmor_parser on usr.sbin.libvirtd and
        usr.lib.libvirt.virt-aa-helper
      * call 'libvirt-migrate-qemu-disks -a' after
        libvirt-bin has started if migrating from
        older than 0.8.3-1ubuntu1
    - debian/libvirt-bin.postrm:
      * replace libvirt groupname with libvirtd
      * remove usr.sbin.libvirtd and
        usr.lib.libvirt.virt-aa-helper
    - keep added files under debian/:
      * libvirt-bin.upstart
      * libvirt-migrate-qemu-disks
      * libvirt-migrate-qemu-disks.1
      * libvirt-suspendonreboot
      * apparmor profiles
    - debian/README.Debian:
      * add 'Apparmor Profile' section
      * add 'Disk migration' section
    - debian/rules:
      * move include of debhelper.mk to top of file so DEB_HOST_ARCH_OS
        is defined.
      * don't build with vbox since virtualbox-ose is in universe
        - remove WITH_VBOX, add explicit --without-vbox
      * add --with-apparmor to DEB_CONFIGURE_EXTRA_FLAGS
      * set DEB_DH_INSTALLINIT_ARGS to '--upstart-only'
      * remove unneeded binary-install/libvirt-bin:: and clean::
        sections (they only deal with sysvinit stuff)
      * add build/libvirt-bin:: section to install
        - apparmor files
        - apport hooks
        - libvirt-migrate-qemu-disks
      * dont ship libvirt-guests init script for now.
  * debian/patches/9029-skip-tests.patch: Skip broken tests on ubuntu.
  * debian/patches/series:
    - don't apply Debian-specific Debianize-libvirt-guests.patch (sysvinit only)
    - don't apply Disable qemu-disable-network.diff.patch
  * debian/patches:
    - dropped patches:
      * 9001-dont_clobber_existing_bridges.patch
      * 9026-lp795800.patch
      * 9027-move-apparmor-load-to-genlabel.patch
      * 9028-linux-3-0-no-micro.patch
      * lp810270.patch
      * CVE-2011-2511.patch
      * lxc-do-not-require-ifconfig-or-ip-commands-in-guest.patch
      * 0001-make-ptmx-a-bind-mount-rather-than-symlink.patch
      * arm-startup-fixes.patch
    - keep patches:
      * 9000-delayed_iff_up_bridge.patch
      * 9001-dont_clobber_existing_bridges.patch
      * 9002-better_default_uri_virsh.patch
      * 9003-better-default-arch.patch
      * 9004-libvirtd-group-name.patch
      * 9005-increase-unix-socket-timeout.patch
      * 9006-default-config-test-case.patch
      * 9011-move-ebtables-script.patch
      * 9014-skip-nodeinfotest.patch
      * 9020-lp545795.patch
      * 9021-fix-uint64_t.patch
      * 9026-lp795800.patch
      * libnl3.patch
      * arm-gcc-workaround.patch
      * Disable-gnulib-s-test-nonplocking-pipe.sh.patch

Date: Mon, 17 Oct 2011 12:19:15 +0000
Changed-By: Chuck Short <zulcss at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/libvirt/0.9.6-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 17 Oct 2011 12:19:15 +0000
Source: libvirt
Binary: libvirt-bin libvirt0 libvirt0-dbg libvirt-doc libvirt-dev python-libvirt
Architecture: source
Version: 0.9.6-1ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Chuck Short <zulcss at ubuntu.com>
Description: 
 libvirt-bin - programs for the libvirt library
 libvirt-dev - development files for the libvirt library
 libvirt-doc - documentation for the libvirt library
 libvirt0   - library for interfacing with different virtualization systems
 libvirt0-dbg - library for interfacing with different virtualization systems
 python-libvirt - libvirt Python bindings
Changes: 
 libvirt (0.9.6-1ubuntu1) precise; urgency=low
 .
   * Merged from debian unstable, remaning changes are:
     - debian/control:
       * set X-Python-Version to 2.7, as 2.6 is not in oneiric.
       * set ubuntu maintainer
       * Build-Depends:
         - remove [linux-any] from all dependencies
         - remove [!linux-any] deps
         - swap  qemu to qemu-kvm and open-iscsi to
           open-iscsi-utils in Build-Depends
         - remove virtualbox-ose Build-Depends
         - add parted and libapparmor-dev Build-Depends
       * convert Vcs-Git to Xs-Debian-Vcs-Git
       * libvirt-bin Depends: move netcat-openbsd, bridge-utils, dnsmasq-base
         (>= 2.46-1), and iptables from Recommends to Depends
       * libvirt-bin Recommends: move qemu to Suggests
       * libvirt-bin Suggests: add apparmor
       * libvirt0 Recommands: move lvm2 to Suggests
     - keep debian/libvirt-bin.apport
     - keep debian/libvirt-bin.cron.daily
     - debian/libvirt-bin.dirs:
       * add apparmor, cron.daily, and apport dirs
     - debian/libvirt-bin.examples:
       * add debian/libvirt-suspendonreboot
     - debian/libvirt-bin.install:
       * add /etc/apparmor.d files
       * add apport hook
     - debian/libvirt-bin.manpages:
       * add debian/libvirt-migrate-qemu-disks.1
     - debian/libvirt-bin.postinst:
       * replace libvirt groupname with libvirtd
       * add each admin user to libvirtd group
       * call apparmor_parser on usr.sbin.libvirtd and
         usr.lib.libvirt.virt-aa-helper
       * call 'libvirt-migrate-qemu-disks -a' after
         libvirt-bin has started if migrating from
         older than 0.8.3-1ubuntu1
     - debian/libvirt-bin.postrm:
       * replace libvirt groupname with libvirtd
       * remove usr.sbin.libvirtd and
         usr.lib.libvirt.virt-aa-helper
     - keep added files under debian/:
       * libvirt-bin.upstart
       * libvirt-migrate-qemu-disks
       * libvirt-migrate-qemu-disks.1
       * libvirt-suspendonreboot
       * apparmor profiles
     - debian/README.Debian:
       * add 'Apparmor Profile' section
       * add 'Disk migration' section
     - debian/rules:
       * move include of debhelper.mk to top of file so DEB_HOST_ARCH_OS
         is defined.
       * don't build with vbox since virtualbox-ose is in universe
         - remove WITH_VBOX, add explicit --without-vbox
       * add --with-apparmor to DEB_CONFIGURE_EXTRA_FLAGS
       * set DEB_DH_INSTALLINIT_ARGS to '--upstart-only'
       * remove unneeded binary-install/libvirt-bin:: and clean::
         sections (they only deal with sysvinit stuff)
       * add build/libvirt-bin:: section to install
         - apparmor files
         - apport hooks
         - libvirt-migrate-qemu-disks
       * dont ship libvirt-guests init script for now.
   * debian/patches/9029-skip-tests.patch: Skip broken tests on ubuntu.
   * debian/patches/series:
     - don't apply Debian-specific Debianize-libvirt-guests.patch (sysvinit only)
     - don't apply Disable qemu-disable-network.diff.patch
   * debian/patches:
     - dropped patches:
       * 9001-dont_clobber_existing_bridges.patch
       * 9026-lp795800.patch
       * 9027-move-apparmor-load-to-genlabel.patch
       * 9028-linux-3-0-no-micro.patch
       * lp810270.patch
       * CVE-2011-2511.patch
       * lxc-do-not-require-ifconfig-or-ip-commands-in-guest.patch
       * 0001-make-ptmx-a-bind-mount-rather-than-symlink.patch
       * arm-startup-fixes.patch
     - keep patches:
       * 9000-delayed_iff_up_bridge.patch
       * 9001-dont_clobber_existing_bridges.patch
       * 9002-better_default_uri_virsh.patch
       * 9003-better-default-arch.patch
       * 9004-libvirtd-group-name.patch
       * 9005-increase-unix-socket-timeout.patch
       * 9006-default-config-test-case.patch
       * 9011-move-ebtables-script.patch
       * 9014-skip-nodeinfotest.patch
       * 9020-lp545795.patch
       * 9021-fix-uint64_t.patch
       * 9026-lp795800.patch
       * libnl3.patch
       * arm-gcc-workaround.patch
       * Disable-gnulib-s-test-nonplocking-pipe.sh.patch
Checksums-Sha1: 
 ef2e455e7d679b93b8e331026a45ddac21cce957 2219 libvirt_0.9.6-1ubuntu1.dsc
 9fd108e1a351d191c5d7f89458096fb35bd6413e 17326676 libvirt_0.9.6.orig.tar.gz
 0707fec18a610704bfa34d17f656da47d9f3c3ff 70246 libvirt_0.9.6-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 067d1a5141f631b4e66b7d87b928d70bbd340910f97f8c5dbf465660b2e31f78 2219 libvirt_0.9.6-1ubuntu1.dsc
 ce29b1cd3067b224aa834fec2a93d7613c0e72bc035760ad536a2142430bc02b 17326676 libvirt_0.9.6.orig.tar.gz
 3e7b6e8b1a7df8407cb39a7591610de931d2911a9a837516c6431565de6e22f7 70246 libvirt_0.9.6-1ubuntu1.debian.tar.gz
Files: 
 c238587955ce85799e4fcf25847a755f 2219 libs optional libvirt_0.9.6-1ubuntu1.dsc
 b74df374b524d00a22a6c89cfc23099f 17326676 libs optional libvirt_0.9.6.orig.tar.gz
 32c021926db3534bfafa3f8682713d45 70246 libs optional libvirt_0.9.6-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers at lists.alioth.debian.org>

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

iEYEARECAAYFAk6gWFgACgkQIHZ33voUATvU+gCeNted2yHs8ZJ2ETC/gnP2j+t9
WV0An1tfqTvM/T4XBXw4YM37q4S+NSon
=bVL1
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list