diff -u gparted-0.3.5/debian/changelog gparted-0.3.5/debian/changelog --- gparted-0.3.5/debian/changelog +++ gparted-0.3.5/debian/changelog @@ -1,3 +1,10 @@ +gparted (0.3.5-1ubuntu5) hardy-proposed; urgency=low + + * debian/gparted.hal-lock-wrapper.sh: Fix typo in the interface name, so + that the fix actually works. + + -- Martin Pitt Thu, 12 Feb 2009 19:02:38 +0000 + gparted (0.3.5-1ubuntu4) hardy-proposed; urgency=low * Add debian/gparted.hal-lock-wrapper.sh: Run real gparted under hal-lock if diff -u gparted-0.3.5/debian/gparted.hal-lock-wrapper.sh gparted-0.3.5/debian/gparted.hal-lock-wrapper.sh --- gparted-0.3.5/debian/gparted.hal-lock-wrapper.sh +++ gparted-0.3.5/debian/gparted.hal-lock-wrapper.sh @@ -30,7 +30,7 @@ # Use hal-lock for invocation if it exists, otherwise simply run gpartedbin # if test "x$HAVE_HAL_LOCK" = "xyes"; then - hal-lock --interface org.freedeskdesktop.Hal.Device.Storage --exclusive \ + hal-lock --interface org.freedesktop.Hal.Device.Storage --exclusive \ --run "/usr/bin/gparted.real $*" else /usr/bin/gparted.real $*