[ubuntu/precise] util-linux 2.20.1-1ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Sat Dec 17 07:30:20 UTC 2011


util-linux (2.20.1-1ubuntu1) precise; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Build for multiarch.
    - Add pre-depends on multiarch-support.
    - 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.
    - Fix up the .pc.in files to know about libexecdir, so our substitutions
      don't leave us with unusable pkg-config files.
    - Install custom blkid.conf to use /dev/.blkid.tab since we don't
      expect device names to survive a reboot
    - Mention mountall(8) in fstab(5) manpages, along with its special
      options.
    - Since upstart is required in Ubuntu, the hwclock.sh init script is not
      called on startup and the hwclockfirst.sh init script is removed.
    - Drop depends on initscripts for the above.
    - Replace hwclock udev rule with an Upstart job.
    - 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.
    - Use canonicalize_spec in getmntdevbackward. proc should not be
      interpreted as a non-canonical-path.
  * Dropped changes, superseded upstream:
    - shlibs/mount/src/tab_update.c: don't refuse to update mtab when source
      is 'none'.

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

  * New upstream

  [Roger Leigh]

  * Various merge fixes [with edits - lamont]
    - drop old unused patches
    - cleanup debian/rules
    - updated symbols files for lib{blkid,mount,uuid}1

  [LaMont Jones]

  * merge in 2.19.1-{3..5}
  * deliver /etc/fstab.d

  [김종규]

  * add korean debconf pofile.  Closes: #632421, #632425

  [Niels Thykier]

  * Add build-arch and build-indep targets.  Closes: #648467

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

  * Conflict/Replace fstrim to provide smooth upgrades (closes: #627579)
  * Don't run hwclock-set when running under systemd (closes: #629811)
  * Switch to using linux-any in place of lists (closes: #635530, #634722)

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

  * Add missing patch from #631468 to fix agetty linkage on k*bsd

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

  * Apply two patches from Michael Biebl <biebl at debian.org>:
    - disable libmount on !linux, fixing kfreebsd FTBFS (closes: #631468)
    - remove empty /usr/share/locale/ from util-linux (closes: #633412)
  * Apply patch from Roger Leigh <rleigh at debian.org> to make hwclock.sh
    correctly support /run/udev in addition to /dev/.udev (closes: #629274)
  * Build with arch:all to resurrect util-linux-locales (closes: #630859)
  * Add myself to Uploaders, following a short conversation with LaMont.

Date: Fri, 16 Dec 2011 22:53:42 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/util-linux/2.20.1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 16 Dec 2011 22:53:42 -0800
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-1ubuntu1
Distribution: precise
Urgency: low
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: 627579 629274 629811 630859 631468 632421 632425 633412 634722 635530 648467
Changes: 
 util-linux (2.20.1-1ubuntu1) precise; urgency=low
 .
   * Merge from Debian unstable, remaining changes:
     - Build for multiarch.
     - Add pre-depends on multiarch-support.
     - 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.
     - Fix up the .pc.in files to know about libexecdir, so our substitutions
       don't leave us with unusable pkg-config files.
     - Install custom blkid.conf to use /dev/.blkid.tab since we don't
       expect device names to survive a reboot
     - Mention mountall(8) in fstab(5) manpages, along with its special
       options.
     - Since upstart is required in Ubuntu, the hwclock.sh init script is not
       called on startup and the hwclockfirst.sh init script is removed.
     - Drop depends on initscripts for the above.
     - Replace hwclock udev rule with an Upstart job.
     - 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.
     - Use canonicalize_spec in getmntdevbackward. proc should not be
       interpreted as a non-canonical-path.
   * Dropped changes, superseded upstream:
     - shlibs/mount/src/tab_update.c: don't refuse to update mtab when source
       is 'none'.
 .
 util-linux (2.20.1-1) unstable; urgency=low
 .
   * New upstream
 .
   [Roger Leigh]
 .
   * Various merge fixes [with edits - lamont]
     - drop old unused patches
     - cleanup debian/rules
     - updated symbols files for lib{blkid,mount,uuid}1
 .
   [LaMont Jones]
 .
   * merge in 2.19.1-{3..5}
   * deliver /etc/fstab.d
 .
   [김종규]
 .
   * add korean debconf pofile.  Closes: #632421, #632425
 .
   [Niels Thykier]
 .
   * Add build-arch and build-indep targets.  Closes: #648467
 .
 util-linux (2.19.1-5) unstable; urgency=low
 .
   * Conflict/Replace fstrim to provide smooth upgrades (closes: #627579)
   * Don't run hwclock-set when running under systemd (closes: #629811)
   * Switch to using linux-any in place of lists (closes: #635530, #634722)
 .
 util-linux (2.19.1-4) unstable; urgency=low
 .
   * Add missing patch from #631468 to fix agetty linkage on k*bsd
 .
 util-linux (2.19.1-3) unstable; urgency=low
 .
   * Apply two patches from Michael Biebl <biebl at debian.org>:
     - disable libmount on !linux, fixing kfreebsd FTBFS (closes: #631468)
     - remove empty /usr/share/locale/ from util-linux (closes: #633412)
   * Apply patch from Roger Leigh <rleigh at debian.org> to make hwclock.sh
     correctly support /run/udev in addition to /dev/.udev (closes: #629274)
   * Build with arch:all to resurrect util-linux-locales (closes: #630859)
   * Add myself to Uploaders, following a short conversation with LaMont.
Checksums-Sha1: 
 641d461f7b8078ea7acaf351880fd2944046563f 2968 util-linux_2.20.1-1ubuntu1.dsc
 d1dcff8d39e1a821cb0efda31a38452d12fd6b52 6174190 util-linux_2.20.1.orig.tar.gz
 dd69bef2fd5de5e079b45df377eed4ca43bc62e8 100671 util-linux_2.20.1-1ubuntu1.diff.gz
Checksums-Sha256: 
 5456086fdff9ac0870e1b495c1c1deff45031c56d6427da101bfa32a270f5409 2968 util-linux_2.20.1-1ubuntu1.dsc
 951055ee9b084c337427f34997da5b7dc321daf1b6433c78ef763ed906711fbb 6174190 util-linux_2.20.1.orig.tar.gz
 ca88dcc83853c33f93b89667d973c6fb20db408e3c4e17550b2f13cbff025afa 100671 util-linux_2.20.1-1ubuntu1.diff.gz
Files: 
 1bc39c51b3c8b85a7451167085b85ea9 2968 base required util-linux_2.20.1-1ubuntu1.dsc
 00bbf6e9698a713a9452c91b76eda756 6174190 base required util-linux_2.20.1.orig.tar.gz
 88a4dba0e1ab0ddd9fc1a0f7d9badfad 100671 base required util-linux_2.20.1-1ubuntu1.diff.gz
Original-Maintainer: LaMont Jones <lamont at debian.org>

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

iQIVAwUBTuw8ilaNMPMhshM9AQh7GQ/9FQ6mTfFsT4FiK0nGxBj2l5dVe936Uiwu
3w0umWPRQ5P2uEuim6+eJm2qd/aLRAanRNxPzzUP+9e9bnC8urrNDNGuK3xi+vCv
j1zju4pZwTKE9IcF5t0eSdXKFFUILXP07DRoBPxS84XEHIPeeFo8j2VFx4+4G/Yz
gQujYa8btatnmRu/vmIbbG9cGm5fXO0PGhL/aY2lhwnxZ+RDkVjwGdnohxmUAi1h
L9vVCkP2todVv6Aq9Chzht09z+mXm72BpwaCM3cbL/fYLUxsFkYy5r//IwPgUO2J
2t1lwc4sTO5hxj1kUQ4f7+AHPN0MYI4vmBhW1B3oPXsWGuCuQJmxfmBhDNOUoU8Z
6LhblQaSiopFQi9FB1UZaxow6SKzxf0r74HBf2r7MjbExdwrLYILp0IPEt3dIBEj
jh4mUffWCKhVcdiiL4cqc5sptCFSmiOXc4vTu8YN08OaYja7gQfMHdKARrfLceGl
4yOTIuSIWF5FHrOYyt3Mi6aJz+6EHDKWX44yhXtaov5uehvtGw9HDKYg5oB7gboM
VsGFzai7LDXYDt3a+mOyiduqr+j61t6MhVrNXGKIGf8BKs5Z+QHLlZt+nvjBKjcK
s1Uxs8WH72gYv/DRXJdK2APTnzaFbWaEP43qsAEENF4Wm/1bHtSvFLjCFwJTvCQj
OCyGGx41uSE=
=sUip
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list