Change logs for coreutils source package in Wily

  • coreutils (8.23-4ubuntu2) wily; urgency=medium
    
      * debian/patches/33_chroot_always.dpatch:
        - Update Debian's patch to also comment out the tests that are made
          obsolete by the same patch.  We no longer have non-root support
          for "chroot /". Fixes FTBFS.
    
     -- Michael Terry <email address hidden>  Wed, 14 Oct 2015 15:44:28 -0400
  • coreutils (8.23-4ubuntu1) wily; urgency=low
    
      [ Michael Terry ]
      * Merge from Debian unstable.  Remaining changes:
        - debian/rules: Let it cross build:
          + Preseed some autoconf tests.
          + Don't rebuild the man pages.
        - debian/control:
          + Depend on acl and strace for autopkgtests.
        - debian/tests/upstream:
          + Adjust for changed test layout in 8.20.
          + Update list of autopkgtest-runnable unit tests (LP: #1246805).
        - debian/patches/80_fedora_sysinfo.dpatch
          + Make 'uname -i -p' return the real processor/hardware,
            instead of unknown.
        - debian/patches/99_float_endian_detection:
          + Fix detection of floating point endianness.
    
      [ Dave Chiluk ]
      * Add support for correctly processing /proc/self/mountinfo.
      * Fix df to prioritize mounts of the root of a device over bind mounts.
        (LP: #1432871)
    
    coreutils (8.23-4) unstable; urgency=low
    
      * [33] remove chroot optimization that avoids the actual chroot when
        running "chroot /". The intent was to allow "chroot / true" to
        work in all cases on all platforms even for non-root users, but
        has caused problems with bind mounts. Upstream has added a new
        option to chroot, but I'll wait for the new upstream version for
        that. (Closes: #765514)
      * remove spurious file addition in patch [31] that did not affect
        built package
    
     -- Michael Terry <email address hidden>  Wed, 14 Oct 2015 13:04:46 -0400
  • coreutils (8.23-3ubuntu1) vivid; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - debian/rules: Let it cross build:
          + Preseed some autoconf tests.
          + Don't rebuild the man pages.
        - debian/control:
          + Depend on acl and strace for autopkgtests.
        - debian/tests/upstream:
          + Adjust for changed test layout in 8.20.
          + Update list of autopkgtest-runnable unit tests (LP: #1246805).
        - debian/patches/80_fedora_sysinfo.dpatch
          + Make 'uname -i -p' return the real processor/hardware,
            instead of unknown.
        - debian/patches/99_float_endian_detection:
          + Fix detection of floating point endianness.
      * update "Remaining changes" to reflect current status
      * drop debian/patches/99_test_nohup_tty.dpatch as its upstream
      * remove leftover ".failed" patch files from some earlier merge
    
    coreutils (8.23-3) unstable; urgency=low
    
      * Standards version 3.9.6.0
      * build with verbose make (Closes: #751132)
      * add numfmt to package description (Closes: #764698)
      * [31] show duplicate remote mounts in df (Closes: #737399)
      * [32] cherry pick upstream fix to make info doc references
        more reliable (Closes: #760861)
     -- Michael Vogt <email address hidden>   Mon, 03 Nov 2014 08:08:11 +0100