[ubuntu/quantal-proposed] util-linux 2.20.1-5.1ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Fri Jun 29 04:00:43 UTC 2012


util-linux (2.20.1-5.1ubuntu1) quantal-proposed; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Install custom blkid.conf to use /dev/.blkid.tab since we don't
      expect device names to survive a reboot
    - Build-depend on gettext:any for cross-building support.
    - Mark libmount1 Multi-Arch: same.
    - Replace hwclock udev rule with an Upstart job.
    - Since upstart is required in Ubuntu, the hwclock.sh init script is not
      called on startup.
    - Drop depends on initscripts for the above.
    - Mention mountall(8) in fstab(5) manpages, along with its special
      options.
    - For the case where mount is called with a directory to mount, look
      that directory up in mountall's /lib/init/fstab if we couldn't find
      it mentioned anywhere else.  This means "mount /proc", "mount /sys",
      etc. work.
    - mount.8 points to the cifs-utils package, not the obsolete smbfs one.
  * Dropped changes, included in Debian:
    - Build for multiarch.
    - Add pre-depends on multiarch-support.
    - Use canonicalize_spec in getmntdevbackward. proc should not be
      interpreted as a non-canonical-path.
    - term-utils/agetty.c: allow getty to work on /dev/pts/N
    - Fix up the .pc.in files to know about libexecdir, so our substitutions
      don't leave us with unusable pkg-config files.
    - configure.ac: don't try to be clever about extracting a path name from
      $libdir to append to /usr in a way that's not overridable; instead,
      reuse the built-in configurable libexecdir.
    - Remove the hwclockfirst.sh init script.
  * Do not replace /etc/default/rcS with /etc/adjtime.  This has already
    been analyzed carefully in Ubuntu, and /etc/adjtime is not beneficial
    at all.

util-linux (2.20.1-5.1) unstable; urgency=low

  * Non-maintainer upload.
  * agetty: don't use log_err() for non-fatal errors
  * agetty: Eliminate another log_err() call. Closes: #675569
  * Fix watch file

util-linux (2.20.1-5) unstable; urgency=low

  [Petr Uzel]

  * sfdisk: fix calculation due to type mismatch (ix86)  Closes: #670127

  [Eduard Bloch]

  * Make sure we have non-null mount options.  Closes: #632118

  [Francesco Del Degan]

  * tries to umount /proc when told to umount /some/dir/proc without an
    /etc/mtab entry.  Closes: #634107

  [Pino Toscano]

  * Deliver {c,}fdisk-udeb on hurd.  Closes: #672551

  [Roger Leigh]

  * Improve handling of the hardware clock
    - Remove redundant hwclockfirst.sh and hwclock.sh.  The reason for
      this redundant script existing (/etc/localtime not being present
      until after /usr was mounted AFAICT) no longer exists.  The
      hwclock script has been adjusted to run before checkroot.
      Closes: #660365
    - Migrate existing
      UTC= setting in /etc/default/rcS to UTC/LOCAL in /etc/adjtime.
      This removes needless duplication of the setting, and prevents the
      behaviour of hwclock being overridden, and its configuration
      overwritten every shutdown.  Closes: #554345
    - The hwclock init scripts now use /etc/adjtime instead of the
      --utc and --localtime options (based on the UTC setting).
    - Add /etc/default/hwclock and hwclock(5) which permit
      configuration without editing the initscript, and also document
      all the undocumented variables used by the scripts.
      Closes: #481357, #659654
    - The udev hwclock-set script runs hwclock --tzset unconditionally
      in all cases (it's a no-op for UTC).
    - The user running "hwclock --systohc (--utc|--localtime)" is now
      handled correctly.  The clock state is recorded in /etc/adjtime
      and correctly handled on system restart.  This means the UTC
      setting in /etc/default/rcS doesn't create problems by requiring
      two separate changes (changing the UTC setting and running
      hwclock) to do the same thing.
    - Comment out the now-obsolete UTC= setting in /etc/default/rcS,
      with a reference to /etc/adjtime and hwclock(8).
    - systemd uses /etc/adjtime as for hwclock to store the hardware
      clock UTC/LOCAL configuration.  This change means there's a
      single place to store the hardware clock configuration for all
      init systems.

util-linux (2.20.1-4) unstable; urgency=low

  [Michał Kułach]

  * Polish Debconf Translation.  Closes: #658507

  [LaMont Jones]

  * fix lintian error
  * Drop broken Pre-Depends: multiarch-support on udeb.  Closes: #661562

  [Roger Leigh]

  * Support /etc/default/hwclock.  Closes: #659654

util-linux (2.20.1-3) unstable; urgency=low

  * fix lintian error

util-linux (2.20.1-2) unstable; urgency=low

  [Reuben Thomas]

  * Better english in mount.8.  Closes: #603096

  [Steve Langasek]

  * Multiarch support in util-linux build.  Closes: #631175

  [LaMont Jones]

  * Drop ancient and technically incorrect workaround for hwclock ordering in
    postinst.  Closes: #195720
  * Re-enable ddate, disabled by default upstream in 2.20.  Closes: #650321
  * Ack 2.20.1-1.2
  * Re-enable ddate.  Closes: #650321
  * reenable line.  Closes: #653414
  * Deliver the correct upstream changelog.  Closes: #656228

  [Christoph Biedl]

  * Fix typo in misc-utils/blkid.c.  Closes: #655127

  [Samuel Thibault]

  * fix FTBFS on !linux-any.  Closes: #650185

  [Andrew Pollock]

  * Preserve the ACPI wakeup time when updating the hardware clock.
    Closes: #505138

  [Jakub Wilk]

  * Fix typo in unshare manpage.  Closes: #619666

  [Moritz Muehlenhoff]

  * Enable hardened build flags.  Closes: #653856

util-linux (2.20.1-1.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fixing FTBFS on !linux (Closes: #650185)
    * Only enable partx where it is supported
    * Handle vc flags missing on FreeBSD
    * Fix tty creation on kFreeBSD taking patch from 2.19

util-linux (2.20.1-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * Fix FTBFS by running autoreconf -vfi before calling ./configure, which
    looks better than patching Makefile.in's manually. Thanks to Thorsten
    Glaser for reporting, and to Simon Ruderich for suggesting a patch
    (Closes: #650534).
  * Add autoconf, automake, autopoint, and libtool to Build-Depends
    accordingly.
  * Set severity to “high” for the RC bug fix.

Date: Fri, 29 Jun 2012 03:14:53 +0000
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/util-linux/2.20.1-5.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 29 Jun 2012 03:14:53 +0000
Source: util-linux
Binary: util-linux util-linux-locales mount bsdutils fdisk-udeb cfdisk-udeb libblkid1 libblkid1-udeb libblkid-dev libmount1 libmount1-udeb libmount-dev libuuid1 uuid-runtime libuuid1-udeb uuid-dev util-linux-udeb
Architecture: source
Version: 2.20.1-5.1ubuntu1
Distribution: quantal-proposed
Urgency: high
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description: 
 bsdutils   - Basic utilities from 4.4BSD-Lite
 cfdisk-udeb - Manually partition a hard drive (cfdisk) (udeb)
 fdisk-udeb - Manually partition a hard drive (fdisk) (udeb)
 libblkid-dev - block device id library - headers and static libraries
 libblkid1  - block device id library
 libblkid1-udeb - block device id library (udeb)
 libmount-dev - block device id library - headers and static libraries
 libmount1  - block device id library
 libmount1-udeb - block device id library (udeb)
 libuuid1   - Universally Unique ID library
 libuuid1-udeb - stripped down universally unique id library, for debian-installer (udeb)
 mount      - Tools for mounting and manipulating filesystems
 util-linux - Miscellaneous system utilities
 util-linux-locales - Locales files for util-linux
 util-linux-udeb - Miscellaneous system utilities (udeb)
 uuid-dev   - universally unique id library - headers and static libraries
 uuid-runtime - runtime components for the Universally Unique ID library
Closes: 195720 481357 505138 554345 603096 619666 631175 632118 634107 650185 650321 650534 653414 653856 655127 656228 658507 659654 660365 661562 670127 672551 675569
Changes: 
 util-linux (2.20.1-5.1ubuntu1) quantal-proposed; urgency=low
 .
   * Merge from Debian unstable, remaining changes:
     - Install custom blkid.conf to use /dev/.blkid.tab since we don't
       expect device names to survive a reboot
     - Build-depend on gettext:any for cross-building support.
     - Mark libmount1 Multi-Arch: same.
     - Replace hwclock udev rule with an Upstart job.
     - Since upstart is required in Ubuntu, the hwclock.sh init script is not
       called on startup.
     - Drop depends on initscripts for the above.
     - Mention mountall(8) in fstab(5) manpages, along with its special
       options.
     - For the case where mount is called with a directory to mount, look
       that directory up in mountall's /lib/init/fstab if we couldn't find
       it mentioned anywhere else.  This means "mount /proc", "mount /sys",
       etc. work.
     - mount.8 points to the cifs-utils package, not the obsolete smbfs one.
   * Dropped changes, included in Debian:
     - Build for multiarch.
     - Add pre-depends on multiarch-support.
     - Use canonicalize_spec in getmntdevbackward. proc should not be
       interpreted as a non-canonical-path.
     - term-utils/agetty.c: allow getty to work on /dev/pts/N
     - Fix up the .pc.in files to know about libexecdir, so our substitutions
       don't leave us with unusable pkg-config files.
     - configure.ac: don't try to be clever about extracting a path name from
       $libdir to append to /usr in a way that's not overridable; instead,
       reuse the built-in configurable libexecdir.
     - Remove the hwclockfirst.sh init script.
   * Do not replace /etc/default/rcS with /etc/adjtime.  This has already
     been analyzed carefully in Ubuntu, and /etc/adjtime is not beneficial
     at all.
 .
 util-linux (2.20.1-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * agetty: don't use log_err() for non-fatal errors
   * agetty: Eliminate another log_err() call. Closes: #675569
   * Fix watch file
 .
 util-linux (2.20.1-5) unstable; urgency=low
 .
   [Petr Uzel]
 .
   * sfdisk: fix calculation due to type mismatch (ix86)  Closes: #670127
 .
   [Eduard Bloch]
 .
   * Make sure we have non-null mount options.  Closes: #632118
 .
   [Francesco Del Degan]
 .
   * tries to umount /proc when told to umount /some/dir/proc without an
     /etc/mtab entry.  Closes: #634107
 .
   [Pino Toscano]
 .
   * Deliver {c,}fdisk-udeb on hurd.  Closes: #672551
 .
   [Roger Leigh]
 .
   * Improve handling of the hardware clock
     - Remove redundant hwclockfirst.sh and hwclock.sh.  The reason for
       this redundant script existing (/etc/localtime not being present
       until after /usr was mounted AFAICT) no longer exists.  The
       hwclock script has been adjusted to run before checkroot.
       Closes: #660365
     - Migrate existing
       UTC= setting in /etc/default/rcS to UTC/LOCAL in /etc/adjtime.
       This removes needless duplication of the setting, and prevents the
       behaviour of hwclock being overridden, and its configuration
       overwritten every shutdown.  Closes: #554345
     - The hwclock init scripts now use /etc/adjtime instead of the
       --utc and --localtime options (based on the UTC setting).
     - Add /etc/default/hwclock and hwclock(5) which permit
       configuration without editing the initscript, and also document
       all the undocumented variables used by the scripts.
       Closes: #481357, #659654
     - The udev hwclock-set script runs hwclock --tzset unconditionally
       in all cases (it's a no-op for UTC).
     - The user running "hwclock --systohc (--utc|--localtime)" is now
       handled correctly.  The clock state is recorded in /etc/adjtime
       and correctly handled on system restart.  This means the UTC
       setting in /etc/default/rcS doesn't create problems by requiring
       two separate changes (changing the UTC setting and running
       hwclock) to do the same thing.
     - Comment out the now-obsolete UTC= setting in /etc/default/rcS,
       with a reference to /etc/adjtime and hwclock(8).
     - systemd uses /etc/adjtime as for hwclock to store the hardware
       clock UTC/LOCAL configuration.  This change means there's a
       single place to store the hardware clock configuration for all
       init systems.
 .
 util-linux (2.20.1-4) unstable; urgency=low
 .
   [Michał Kułach]
 .
   * Polish Debconf Translation.  Closes: #658507
 .
   [LaMont Jones]
 .
   * fix lintian error
   * Drop broken Pre-Depends: multiarch-support on udeb.  Closes: #661562
 .
   [Roger Leigh]
 .
   * Support /etc/default/hwclock.  Closes: #659654
 .
 util-linux (2.20.1-3) unstable; urgency=low
 .
   * fix lintian error
 .
 util-linux (2.20.1-2) unstable; urgency=low
 .
   [Reuben Thomas]
 .
   * Better english in mount.8.  Closes: #603096
 .
   [Steve Langasek]
 .
   * Multiarch support in util-linux build.  Closes: #631175
 .
   [LaMont Jones]
 .
   * Drop ancient and technically incorrect workaround for hwclock ordering in
     postinst.  Closes: #195720
   * Re-enable ddate, disabled by default upstream in 2.20.  Closes: #650321
   * Ack 2.20.1-1.2
   * Re-enable ddate.  Closes: #650321
   * reenable line.  Closes: #653414
   * Deliver the correct upstream changelog.  Closes: #656228
 .
   [Christoph Biedl]
 .
   * Fix typo in misc-utils/blkid.c.  Closes: #655127
 .
   [Samuel Thibault]
 .
   * fix FTBFS on !linux-any.  Closes: #650185
 .
   [Andrew Pollock]
 .
   * Preserve the ACPI wakeup time when updating the hardware clock.
     Closes: #505138
 .
   [Jakub Wilk]
 .
   * Fix typo in unshare manpage.  Closes: #619666
 .
   [Moritz Muehlenhoff]
 .
   * Enable hardened build flags.  Closes: #653856
 .
 util-linux (2.20.1-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fixing FTBFS on !linux (Closes: #650185)
     * Only enable partx where it is supported
     * Handle vc flags missing on FreeBSD
     * Fix tty creation on kFreeBSD taking patch from 2.19
 .
 util-linux (2.20.1-1.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Fix FTBFS by running autoreconf -vfi before calling ./configure, which
     looks better than patching Makefile.in's manually. Thanks to Thorsten
     Glaser for reporting, and to Simon Ruderich for suggesting a patch
     (Closes: #650534).
   * Add autoconf, automake, autopoint, and libtool to Build-Depends
     accordingly.
   * Set severity to “high” for the RC bug fix.
Checksums-Sha1: 
 0438383d9e0cdf37d499ce8d0ab8630ac73aca6e 3028 util-linux_2.20.1-5.1ubuntu1.dsc
 702be541f70aaa99457fe53b70603366885447a5 105619 util-linux_2.20.1-5.1ubuntu1.diff.gz
Checksums-Sha256: 
 ed3bb4e74bc3b276f4896126feeed7b205116c6c3b7d3161917831d88f8b3b62 3028 util-linux_2.20.1-5.1ubuntu1.dsc
 60e409b33bfc445bf90a0bbe720b6d84a93f793d26610cc2825858253eb00f4f 105619 util-linux_2.20.1-5.1ubuntu1.diff.gz
Files: 
 ca27601c1603f8d73f689eaf2cf2d928 3028 base required util-linux_2.20.1-5.1ubuntu1.dsc
 5ab063f12cabdc11455a45b056641b56 105619 base required util-linux_2.20.1-5.1ubuntu1.diff.gz
Original-Maintainer: LaMont Jones <lamont at debian.org>

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

iQIcBAEBCAAGBQJP7ScPAAoJEFaNMPMhshM9lE4P/3Ru9yYsEUE3eCP9V2tdYbX6
wPvqqMA7E0tqOtIdJEZ+9OWRsdedSEgF7OjHGZCi4IBunt+khzF4yrOnsAcQoqz5
u8G3g+bwWUB9mNFvXv48YS/1oEx3GBDyd5/H0buG0P5xCUbiwjS7dadTjrw6vBwN
Ld3bxhn2VOaVpOVRsm6xeT3VR0zBiCCe+CWIKcy66/j9DsRJdElF7FTqblJ4cM3V
IS/2NCWy/yDOYeJ1znSPQ0UXAXE9UxFSQO/IrM9ECOUBSwCK+nZLvy2U7X7xzBia
qLiHYsSfVFC24jVtGIY2pphPbxf16iyf3Xg1R2QdvqevaquN4Q0TkF+WNJuSbIc2
pZUKhS+3r6ox/OpldaRpAacOfK+OWfiphKFAXzk5RHchArcl1Y9wHIQx1tFxcw/b
7P00m8VQvums/IlMLIKB2ZRjcVM7YHKbdiLLYKFlr/oAa8i4D2Bs72Dp0Ut2cV+d
zXDveX6kMJe1DlwJykDDaoCGM6a7V7lnGSWzTKNdSWjbFy3OOYbwQuLMzqTRc1rT
16HYqhttAJctiU8jx6DY2axKGu8z3LIMfOwv5J/hCsk0DBjFmJus2a4ITheY88Y+
uFDa4LEH+G1WpPvvsayYdgPOqRZ9rJK16nGmP8N7EyQDkAgHN7UKk2bvWFhxbGPF
jpR6Y5Zn+jOZo7b2eFh1
=ajG/
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list