Comment 13 for bug 157763

Revision history for this message
Michael Vogt (mvo) wrote :

Diff for the changes:

diff -u util-linux-2.13.1/debian/changelog util-linux-2.13.1/debian/changelog
--- util-linux-2.13.1/debian/changelog
+++ util-linux-2.13.1/debian/changelog
@@ -1,3 +1,11 @@
+util-linux (2.13.1-5ubuntu2) hardy-proposed; urgency=low
+
+ * debian/control:
+ - add a conflict against "libnfsidmap1" to "mount" to help the
+ apt resolver calculate dapper->hardy upgrades (LP: #157763)
+
+ -- Michael Vogt <email address hidden> Tue, 29 Apr 2008 12:25:51 +0200
+
 util-linux (2.13.1-5ubuntu1) hardy; urgency=low

   * New Debian version: remaining ubuntu changes:
diff -u util-linux-2.13.1/debian/control util-linux-2.13.1/debian/control
--- util-linux-2.13.1/debian/control
+++ util-linux-2.13.1/debian/control
@@ -45,6 +45,7 @@
 Pre-Depends: ${shlibs:Depends}
 Suggests: nfs-common (>=1:1.1.0-13)
 Breaks: nfs-common (<<1:1.1.0-7)
+Conflicts: libnfsidmap1
 Description: Tools for mounting and manipulating filesystems
  This package provides the mount(8), umount(8), swapon(8),
  swapoff(8), and losetup(8) commands.