Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Please unblock package util-linux

This fixes bug #773354. Sorry I forgot to close the bug report in the
changelog. Will do that manually.

The breaks is necessary because live-tools in wheezy is broken. It
misses a dependency on initramfs-tools. live-tools diverts
update-initramfs and calls the original update-initramfs from
initramfs-tools in it's version unconditionally, but without having a
dependency on initramfs-tools. This dependency was added in version
4.0~alpha17-1, thus fixing the underlying bug.

Recent versions of util-linux call update-initramfs in their postinst
and without the breaks the postinst may be called before live-tools is
updated and thus before initramfs-tools is unpacked. Then the postinst
fails.

Adding a breaks on the earlier versions of live-tools to util-linux
ensures the correct unpack order on upgrades and solves the problem.

unblock util-linux/2.25.2-4.2

-- System Information:
Debian Release: 8.0
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing'), (100, 
'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru util-linux-2.25.2/debian/changelog util-linux-2.25.2/debian/changelog
--- util-linux-2.25.2/debian/changelog	2015-01-17 17:17:42.000000000 +0100
+++ util-linux-2.25.2/debian/changelog	2015-02-01 13:19:10.000000000 +0100
@@ -1,3 +1,10 @@
+util-linux (2.25.2-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add Breaks: live-tools (<<4.0~alpha17-1)
+
+ -- 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 -Nru util-linux-2.25.2/debian/control util-linux-2.25.2/debian/control
--- util-linux-2.25.2/debian/control	2015-01-17 17:06:40.000000000 +0100
+++ util-linux-2.25.2/debian/control	2015-02-01 13:18:52.000000000 +0100
@@ -38,7 +38,7 @@
 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), live-tools (<< 4.0~alpha17-1)
 Multi-Arch: foreign
 Description: Miscellaneous system utilities
  This package contains a number of important utilities, most of which

Reply via email to