Package: coreutils
Version: 6.10-6
Severity: normal
Tags: patch

See attached patch, it fixes a race that breaks parallel builds.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-6-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages coreutils depends on:
ii  libacl1                       2.2.47-2   Access control list shared library
ii  libc6                         2.7-16     GNU C Library: Shared libraries
ii  libselinux1                   2.0.65-5   SELinux shared libraries

coreutils recommends no packages.

coreutils suggests no packages.

-- no debconf information
--- debian/rules~       2009-01-07 04:22:18.000000000 +0100
+++ debian/rules        2009-01-07 04:23:14.000000000 +0100
@@ -58,8 +58,8 @@
 
        touch configure-stamp
 
-build: configure-stamp build-stamp
-build-stamp: $(patched)
+build: build-stamp
+build-stamp: $(patched) configure-stamp
        dh_testdir
 
        cd $(BUILD_TREE) && $(MAKE)

Reply via email to