[ubuntu/quantal] lxc 0.8.0~rc1-4ubuntu1 (Accepted)

Serge Hallyn serge.hallyn at ubuntu.com
Mon Apr 30 13:28:22 UTC 2012


lxc (0.8.0~rc1-4ubuntu1) quantal; urgency=low

  * Merge from unstable.  Remaining changes:
    - control:
      - update maintainer
      - Build-Depends: add dh-apparmor and libapparmor-dev
      - lxc Depends: add bridge-utils, dnsmasq-base, iptables, rsync
      - lxc Recommends: add cgroup-lite | cgroup-bin, openssl
      - lxc Suggests: add btrfs-tools, lvm2, qemu-user-static
      - lxc Conflicts: remove (cgroup-bin)
    - Add lxc-start-ephemeral and lxc-wait to debian/local
    - apparmor:
      - add lxc.apparmor, lxc-containers.apparmor,
        lxc-default.apparmor, and new lxc.apparmor.in
    - add debian/lxc.conf (default container creation config file)
    - debian/lxc.install.in:
      * add lxc-start-ephemeral
      * add debian/lxc.conf
      * skip lxc-debconf*
      * skip lxc-ls (Use upstream's)
    - debian/lxc*.install.in: use '*', not @DEB_HOST_MULTIARCH@
    - Use our own completely different lxc.postinst and lxc.postrm
    - remove lxc.templates
    - debian/rules:
      * add DEB_DH_INSTALLINIT_ARGS = --upstart-only
      * don't do debconf stuff
      * add debian/*.apparmor.in to files processed under
        override_dh_auto_clean
      * don't comment out ubuntu or busybox templates
      * do apparmor stuff and install our own lxc-wait under override_dh_install
      * install our upstart scripts in override_dh_installinit
    - add lxc.default, lxc.lxc-net.upstart, lxc.upstart under
      debian/

  * patches kept:
    - 0013-lxc-create-use-default-config.patch (needed manual rebase)
    - 0030-ubuntu-template-fail.patch
    - 0031-ubuntu-template-resolvconf.patch
    - 0044-lxc-destroy-rm-autos
    - debian/patches/0045-fix-other-templates
    - debian/patches/0046-lxc-clone-change-hwaddr
    - debian/patches/0047-bindhome-check-shell
    - debian/patches/0049-ubuntu-template-sudo-and-cleanup
    - debian/patches/0050-clone-lvm-sizes
    - debian/patches/0052-ubuntu-bind-user-conflict
    - debian/patches/0053-lxc-start-pin-rootfs
    - debian/patches/0054-ubuntu-debug
    - debian/patches/0055-ubuntu-handle-badgrp
    - debian/patches/0056-dont-watch-utmp
    - debian/patches/0057-update-manpages
    - debian/patches/0058-fixup-ubuntu-cloud
    - debian/patches/0059-reenable-daily-cloudimg
    - debian/patches/0060-lxc-shutdown
    - debian/patches/0061-lxc-start-apparmor
    - debian/patches/0062-templates-relative-paths
    - debian/patches/0063-check-apparmor-enabled
    - debian/patches/0064-apparmor-mount-proc
    - debian/patches/0065-fix-bindhome-relpath
    - debian/patches/0066-confile-typo
    - debian/patches/0067-templates-lxc-profile
    - debian/patches/0068-fix-lxc-config-layout
    - debian/patches/0069-ubuntu-cloud-fix
    - debian/patches/0070-templates-rmdir-dev-shm
    - debian/patches/0071-ubuntu-cloud-fix-image-extraction
    - debian/patches/0072-lxc-shutdown-help
    - debian/patches/0073-lxc-destroy-waits-before-destroy
    - mark all patches which have been forwarded as such, refresh all
  * 0074-lxc-execute-find-init: lxc-init had moved.  Introduce a function in
    lxc-execute to go find it.  Otherwise lxc-execute for any older releases
    will fail.
  * 0075-lxc-ls-bash: lxc-ls needs bash, not sh
  * add debian/lxc.apparmor.in so DEB_HOST_MULTIARCH can be expanded
  * 0076-fix-sprintfs:  - check return values for all sprintfs and snprintfs
    which could overflow (LP: #988918)
  * 0077-execute-without-rootfs: let lxc-execute succeed with no rootfs
    (LP: #981955)

Date: Thu, 26 Apr 2012 15:18:35 -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/lxc/0.8.0~rc1-4ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 26 Apr 2012 15:18:35 -0500
Source: lxc
Binary: lxc lxc-dbg lxc-dev
Architecture: source
Version: 0.8.0~rc1-4ubuntu1
Distribution: quantal
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Description: 
 lxc        - Linux Containers userspace tools
 lxc-dbg    - Linux Containers userspace tools (debug)
 lxc-dev    - Linux Containers userspace tools (development)
Launchpad-Bugs-Fixed: 981955 988918
Changes: 
 lxc (0.8.0~rc1-4ubuntu1) quantal; urgency=low
 .
   * Merge from unstable.  Remaining changes:
     - control:
       - update maintainer
       - Build-Depends: add dh-apparmor and libapparmor-dev
       - lxc Depends: add bridge-utils, dnsmasq-base, iptables, rsync
       - lxc Recommends: add cgroup-lite | cgroup-bin, openssl
       - lxc Suggests: add btrfs-tools, lvm2, qemu-user-static
       - lxc Conflicts: remove (cgroup-bin)
     - Add lxc-start-ephemeral and lxc-wait to debian/local
     - apparmor:
       - add lxc.apparmor, lxc-containers.apparmor,
         lxc-default.apparmor, and new lxc.apparmor.in
     - add debian/lxc.conf (default container creation config file)
     - debian/lxc.install.in:
       * add lxc-start-ephemeral
       * add debian/lxc.conf
       * skip lxc-debconf*
       * skip lxc-ls (Use upstream's)
     - debian/lxc*.install.in: use '*', not @DEB_HOST_MULTIARCH@
     - Use our own completely different lxc.postinst and lxc.postrm
     - remove lxc.templates
     - debian/rules:
       * add DEB_DH_INSTALLINIT_ARGS = --upstart-only
       * don't do debconf stuff
       * add debian/*.apparmor.in to files processed under
         override_dh_auto_clean
       * don't comment out ubuntu or busybox templates
       * do apparmor stuff and install our own lxc-wait under override_dh_install
       * install our upstart scripts in override_dh_installinit
     - add lxc.default, lxc.lxc-net.upstart, lxc.upstart under
       debian/
 .
   * patches kept:
     - 0013-lxc-create-use-default-config.patch (needed manual rebase)
     - 0030-ubuntu-template-fail.patch
     - 0031-ubuntu-template-resolvconf.patch
     - 0044-lxc-destroy-rm-autos
     - debian/patches/0045-fix-other-templates
     - debian/patches/0046-lxc-clone-change-hwaddr
     - debian/patches/0047-bindhome-check-shell
     - debian/patches/0049-ubuntu-template-sudo-and-cleanup
     - debian/patches/0050-clone-lvm-sizes
     - debian/patches/0052-ubuntu-bind-user-conflict
     - debian/patches/0053-lxc-start-pin-rootfs
     - debian/patches/0054-ubuntu-debug
     - debian/patches/0055-ubuntu-handle-badgrp
     - debian/patches/0056-dont-watch-utmp
     - debian/patches/0057-update-manpages
     - debian/patches/0058-fixup-ubuntu-cloud
     - debian/patches/0059-reenable-daily-cloudimg
     - debian/patches/0060-lxc-shutdown
     - debian/patches/0061-lxc-start-apparmor
     - debian/patches/0062-templates-relative-paths
     - debian/patches/0063-check-apparmor-enabled
     - debian/patches/0064-apparmor-mount-proc
     - debian/patches/0065-fix-bindhome-relpath
     - debian/patches/0066-confile-typo
     - debian/patches/0067-templates-lxc-profile
     - debian/patches/0068-fix-lxc-config-layout
     - debian/patches/0069-ubuntu-cloud-fix
     - debian/patches/0070-templates-rmdir-dev-shm
     - debian/patches/0071-ubuntu-cloud-fix-image-extraction
     - debian/patches/0072-lxc-shutdown-help
     - debian/patches/0073-lxc-destroy-waits-before-destroy
     - mark all patches which have been forwarded as such, refresh all
   * 0074-lxc-execute-find-init: lxc-init had moved.  Introduce a function in
     lxc-execute to go find it.  Otherwise lxc-execute for any older releases
     will fail.
   * 0075-lxc-ls-bash: lxc-ls needs bash, not sh
   * add debian/lxc.apparmor.in so DEB_HOST_MULTIARCH can be expanded
   * 0076-fix-sprintfs:  - check return values for all sprintfs and snprintfs
     which could overflow (LP: #988918)
   * 0077-execute-without-rootfs: let lxc-execute succeed with no rootfs
     (LP: #981955)
Checksums-Sha1: 
 97b96df29fbb61cb56a6a29d7de894f448d395c3 1689 lxc_0.8.0~rc1-4ubuntu1.dsc
 6e9a641b3ca06ad034712ecf437588c4585ff40e 301029 lxc_0.8.0~rc1.orig.tar.gz
 a3f4258f79a6385731a72cdf7dfb7564fab82518 98312 lxc_0.8.0~rc1-4ubuntu1.debian.tar.gz
Checksums-Sha256: 
 0212d7ba0aaf1a4b67b0d521c26fcf59732fba6295cddb209ab65e9a3d58ea8a 1689 lxc_0.8.0~rc1-4ubuntu1.dsc
 32bf83902c07387646c55de440d6d12cf61bd54c97417109c2d1ac47d17cb911 301029 lxc_0.8.0~rc1.orig.tar.gz
 3299d018ffa988e05e0bc61aada41d3be24053cb5cf5d3f98bace04493bcab7e 98312 lxc_0.8.0~rc1-4ubuntu1.debian.tar.gz
Files: 
 b135e6d8c7da3ca6a2db134dd69f5ffd 1689 admin optional lxc_0.8.0~rc1-4ubuntu1.dsc
 06ceecf4dbe1be988fc903ad8dd34d29 301029 admin optional lxc_0.8.0~rc1.orig.tar.gz
 0cae3eb80cbba907b61881d32dc8febb 98312 admin optional lxc_0.8.0~rc1-4ubuntu1.debian.tar.gz
Original-Maintainer: Daniel Baumann <daniel.baumann at progress-technologies.net>


More information about the Quantal-changes mailing list