]> err.no Git - util-linux/commitdiff
changelog, and fix rules check for distro
authorLaMont Jones <lamont@mmjgroup.com>
Wed, 15 Aug 2007 06:17:40 +0000 (00:17 -0600)
committerLaMont Jones <lamont@mmjgroup.com>
Wed, 15 Aug 2007 06:32:49 +0000 (00:32 -0600)
debian/changelog
debian/rules

index d60a397908ee834e6ab93ebce2918c64310252a8..d5d8a5633d902aec3effb31b3cdd844821770678 100644 (file)
@@ -1,3 +1,10 @@
+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:
index 11d029d9f771e1f07776ca924daa7007baf6e652..9dc9afa3ee3145ee1da637ba4be59e88fc4a1597 100755 (executable)
@@ -3,7 +3,7 @@
 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)
@@ -61,7 +61,7 @@ clean:
        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
@@ -237,7 +237,7 @@ ifeq ($(DEB_HOST_ARCH_OS),linux)
 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