diff -ru util-linux-2.13.1.old/debian/changelog util-linux-2.13.1/debian/changelog --- util-linux-2.13.1.old/debian/changelog 2008-07-17 12:04:14.000000000 -0400 +++ util-linux-2.13.1/debian/changelog 2008-07-17 12:03:43.882531490 -0400 @@ -1,3 +1,11 @@ +util-linux (2.13.1-5ubuntu2.1) intrepid; urgency=low + + * Use the blkid package, NOT volume ID library. The volume ID library + doesn't take into account newly created filesystems or swap devices, + and it doesn't understand ext4dev filesystems. + + -- Theodore Y. Ts'o Thu, 17 Jul 2008 11:59:41 -0400 + util-linux (2.13.1-5ubuntu2) hardy-proposed; urgency=low * debian/control: diff -ru util-linux-2.13.1.old/debian/rules util-linux-2.13.1/debian/rules --- util-linux-2.13.1.old/debian/rules 2008-07-17 12:04:14.000000000 -0400 +++ util-linux-2.13.1/debian/rules 2008-07-17 11:59:33.915154316 -0400 @@ -36,9 +36,9 @@ ifeq ($(DEB_HOST_ARCH_OS),linux) CONFOPTS += --with-selinux endif -ifneq ($(DISTRO),Debian) -CONFOPTS += --with-fsprobe=volume_id -endif +#ifneq ($(DISTRO),Debian) +#CONFOPTS += --with-fsprobe=volume_id +#endif configure: configure-stamp configure-stamp: Only in util-linux-2.13.1.old/docs: v2.13.1-ReleaseNotes~ Only in util-linux-2.13.1.old/sys-utils: i386.8 Only in util-linux-2.13.1.old/sys-utils: linux32.8 Only in util-linux-2.13.1.old/sys-utils: linux64.8