Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package util-linux The new revision of the package fixes a typo in the 2.25.2-4.1 NMU (currently in testing) as well as works around problems in live-tools and prevents partial upgrades vs grml-debootstrap. Please note that the initramfs-tools version pulling in parts of hwclock into the initramfs never made it into jessie. Hopefully we can improve the situation so that it's not necessary again during the Stretch development timeframe. See attached git diff debian/2.25.2-4.1..debian/2.25.2-5 unblock util-linux/2.25.2-5 Thanks to both NMUers and all bug reporters for their interest in improving the package. -- System Information: Debian Release: 8.0 APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff --git a/debian/changelog b/debian/changelog index be2bc1b..7850238 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +util-linux (2.25.2-5) unstable; urgency=medium + + * Revert "Trigger update of initramfs on upgrades" (Closes: #773354) + * Revert "Add Breaks: live-tools (<<4.0~alpha17-1)" + - No longer needed since dropping the update-initramfs call. + * Fix typo in symlink_to_dir and bump prior-version + - in other words, fix 2.25.2-4.1 upload. (Closes: #775350) + * Add Breaks: grml-debootstrap (<< 0.68) + - previous versions does not work properly with new util-linux which + always identifies atleast one label for every partition (PARTUUID) + so lets prevent partial upgrades. (Closes: #772846) + + -- Andreas Henriksson <andr...@fatal.se> Tue, 03 Feb 2015 20:55:38 +0100 + +util-linux (2.25.2-4.2) unstable; urgency=medium + + * Non-maintainer upload. + * Add Breaks: live-tools (<<4.0~alpha17-1) (Closes: #773354) + + -- Gaudenz Steinlin <gaud...@debian.org> Sun, 01 Feb 2015 13:16:26 +0100 + util-linux (2.25.2-4.1) unstable; urgency=medium * Non-maintainer upload. diff --git a/debian/control b/debian/control index b829251..c92a833 100644 --- a/debian/control +++ b/debian/control @@ -38,7 +38,7 @@ Pre-Depends: ${misc:Pre-Depends}, ${shlibs:Depends} Depends: initscripts, lsb-base (>= 3.0-6), tzdata (>=2006c-2), ${misc:Depends} Suggests: dosfstools, kbd | console-tools, util-linux-locales Replaces: bash-completion (<< 1:2.1-3) -Breaks: bash-completion (<< 1:2.1-3) +Breaks: bash-completion (<< 1:2.1-3), grml-debootstrap (<< 0.68) Multi-Arch: foreign Description: Miscellaneous system utilities This package contains a number of important utilities, most of which diff --git a/debian/libblkid-dev.maintscript b/debian/libblkid-dev.maintscript index 3512d75..c43ec7d 100644 --- a/debian/libblkid-dev.maintscript +++ b/debian/libblkid-dev.maintscript @@ -1 +1 @@ -symlink_to_dir /usr/share/doc/libblkid-dev /usr/share/doc/libblkid 2.25.2-4 +symlink_to_dir /usr/share/doc/libblkid-dev /usr/share/doc/libblkid1 2.25.2-5~ diff --git a/debian/util-linux.postinst b/debian/util-linux.postinst index 222491d..e9f2a69 100644 --- a/debian/util-linux.postinst +++ b/debian/util-linux.postinst @@ -21,10 +21,4 @@ if [ -L /usr/doc/util-linux ]; then rm -f /usr/doc/util-linux fi -# (hwclock-related) parts of this package are being pulled into initramfs, -# so trigger an update of the initramfs. -if [ -x /usr/sbin/update-initramfs ]; then - /usr/sbin/update-initramfs -u -fi - #DEBHELPER#