+util-linux (2.13~rc3-5) unstable; urgency=low
+
+ * Fix distro check in debian/rules
+ * Use Breaks: on distros that support that in the previous release.
+
+ -- LaMont Jones <lamont@debian.org> Wed, 15 Aug 2007 00:32:12 -0600
+
util-linux (2.13~rc3-4) unstable; urgency=low
* Changes from upstream:
SHELL = bash
PACKAGE = util-linux
-DISTRO=$(shell lsb_release -is 2>/dev/null || echo Debian);
+DISTRO=$(shell lsb_release -is 2>/dev/null || echo Debian)
ifndef DEB_HOST_ARCH
DEB_BUILD_ARCH := $(shell dpkg --print-installation-architecture)
find . -name '*.rej' -print0 | xargs -0r rm
rm -rf debian/tmp* debian/files* debian/substvars po/messages
rm -rf $(CFDISK_PO_DIR)
-ifeq ($(DISTRO),"Debian")
+ifeq ($(DISTRO),Debian)
sed '/^Breaks:/d' debian/control.in > debian/control
else
cp debian/control.in debian/control
ifneq ($(arch),$(nohwclock))
install -m 644 debian/conffiles debian/tmp/DEBIAN/
-ifneq ($(DISTRO),"Debian")
+ifneq ($(DISTRO),Debian)
install -d -m 755 debian/tmp/lib/udev
install -m 755 debian/hwclock.udev debian/tmp/lib/udev/set_hwclock