Change logs for schroot source package in Dapper

  • schroot (0.2.8-1ubuntu1) dapper; urgency=low
    
      * weaken build dependency on libpam, Version 0.79-3ubuntu6 has the fix we
        need.
    
    schroot (0.2.8-1) unstable; urgency=low
    
      * New upstream release.
    
    schroot (0.2.7-2) unstable; urgency=low
    
      * schroot/dchroot-session.cc (run_impl): Correctly chain up to the
        parent method.  This prevents the infinite recursion which caused
        dchroot to crash when using dchroot.conf (Closes: #355880).
    
    schroot (0.2.7-1) unstable; urgency=low
    
      * New upstream release.
    
    schroot (0.2.6-1) unstable; urgency=low
    
      * New upstream release.
      * Remove bashisms in all setup and run shell scripts (test "-o" and
        "function" in shell functions).  Thanks to Clint Adams for this patch
        (Closes: #354526).
      * Allow all commands run inside the chroot to be prefixed by another
        command (Closes: #354513).
      * Clean up the current session when SIGHUP is caught (Closes: #354780).
      * Move 50sbuild from /etc/schroot/run.d to /etc/schroot/setup.d.
      * Move 00check from /etc/schroot/run.d to /etc/schroot/exec.d.
      * debian/preinst:
        - Remove /etc/schroot/run.d/50sbuild if not modified locally.
        - Remove /etc/schroot/run.d/00check if not modified locally.
      * debian/postinst:
        - Move /etc/schroot/run.d/50sbuild to /etc/schroot/setup.d/50sbuild if
          modified locally.
        - Move /etc/schroot/run.d/00check to /etc/schroot/exec.d/00check if
          modified locally.
      * debian/schroot.init:
        - Rename $DAEMON to $SCHROOT.
        - Don't exit with an error if session recovery for an individual chroot
          fails.
    
    schroot (0.2.5-1) unstable; urgency=low
    
      * New upstream release.
      * schroot/run/50sbuild: Create ${CHROOT_PATH}/var/lib/sbuild/srcdep-lock
        and set ownership and permissions of all files under
        ${CHROOT_PATH}/var/lib/sbuild to root:sbuild and 02775, respectively.
        Thanks to Adeodato Simó for this patch (Closes: #354462).
      * schroot/schroot.1.in: Correct mistakes in --help options.  Thanks to
        Clint Adams for this patch (Closes: #354477).
    
    schroot (0.2.4-1) unstable; urgency=low
    
      * New upstream release.
      * Allow multiple chroots on a single filesystem for "block-device" and
        "lvm-snapshot" chroots.  Thanks to Adeodato Simó and Steve Langasek
        for this idea (Closes: #354237).
      * Allow basic session management when "run-session-scripts" is enabled
        for "plain" chroots, by using bind mounts.  This enables the setup
        scripts to run properly.  Thanks to Adeodato Simó for this idea
        (Closes: #354257).
    
    schroot (0.2.3-2) unstable; urgency=low
    
      * debian/rules: dchroot must be installed setuid root.
      * debian/schroot.lintian-overrides: Add dchroot.
    
    schroot (0.2.3-1) unstable; urgency=low
    
      * New upstream release.
      * debian/control:
        - Provide, Conflict and Replace dchroot.
        - Enhances sbuild.
        - Suggest lvm-common for LVM support.
        - Update description.
      * debian/rules: Add --enable-dchroot to configure, to package the dchroot
        wrapper.
      * debian/README.Debian: Update dchroot notes.
    
     -- Reinhard Tartler <email address hidden>   Wed,  5 Apr 2006 21:21:39 +0200
  • schroot (0.2.2-2ubuntu1) dapper; urgency=low
    
      * adjusted build dependency on libpam. ubuntu has the required fix
        backported. (This change can be dropped as soon ubuntu merges new
        pam from debian)
    
    schroot (0.2.2-2) unstable; urgency=low
    
      * debian/control: Add pkg-config build dependency.
    
    schroot (0.2.2-1) unstable; urgency=low
    
      * New upstream release.
      * debian/control: Remove Glib from the build dependencies.
      * debian/control: Add versioned depends on libpam0g-dev >= 0.79-3.1,
        because earlier versions have broken headers, due to redefining
        internal glibc/libstdc++ types.
    
    schroot (0.2.1-1) unstable; urgency=low
    
      * New upstream release.
    
    schroot (0.2.0-1) unstable; urgency=low
    
      * New upstream release.
      * debian/control: Suggest unzip, for use with file chroots.
      * debian/rules: Don't run the testsuite, which requires root to run
        successfully.
    
     -- Reinhard Tartler <email address hidden>   Mon, 13 Feb 2006 00:09:42 +0100
  • schroot (0.1.7-3) unstable; urgency=low
    
    
      * debian/schroot.init: Remove "function" bashism.  Applied patch
        from upstream CVS (Closes: #337761).  Thanks to Robert Luberda
        for the patch.
    
     -- Roger Leigh <email address hidden>  Mon,  7 Nov 2005 19:46:36 +0000