Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package util-linux, it fixes an RC-bug (#676454) by not touching another package configuration file on upgrade (keeping duplicate information since it is used by other packages). It also includes translation updates dropped from the attached debdiff. Thanks in advance, regards David unblock util-linux/2.20.1-5.2 -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru --exclude po util-linux-2.20.1/debian/changelog util-linux-2.20.1/debian/changelog --- util-linux-2.20.1/debian/changelog 2012-09-09 16:09:16.000000000 -0400 +++ util-linux-2.20.1/debian/changelog 2012-09-09 16:09:17.000000000 -0400 @@ -1,3 +1,16 @@ +util-linux (2.20.1-5.2) unstable; urgency=low + + * Non-maintainer upload. + * Drop the /etc/default/rcS update from postinst. (Closes: #676454) + + [ Translation update ] + * French, David Prévot. Closes: #684225, #270584 + * Vietnamese, Trần Ngọc Quân. + * Dutch, Benno Schulenberg. + * Polish, Michał Kułach. Closes: #685785 + + -- David Prévot <taf...@debian.org> Sun, 09 Sep 2012 15:52:17 -0400 + util-linux (2.20.1-5.1) unstable; urgency=low * Non-maintainer upload. diff -Nru --exclude po util-linux-2.20.1/debian/util-linux.postinst util-linux-2.20.1/debian/util-linux.postinst --- util-linux-2.20.1/debian/util-linux.postinst 2012-09-09 16:09:16.000000000 -0400 +++ util-linux-2.20.1/debian/util-linux.postinst 2012-09-09 16:09:17.000000000 -0400 @@ -45,9 +45,6 @@ else sed -i -e 's:^LOCAL$:UTC:' /etc/adjtime fi - if [ -f /etc/default/rcS ]; then - sed -i -e 's:^\(UTC=.*\)$:#\1 # OBSOLETE; see /etc/adjtime and hwclock(8).:' /etc/default/rcS - fi fi if [ -x /usr/sbin/update-mime ]; then