Package: util-linux
Version: 2.12r-19etch1
Severity: normal
Tags: patch

Fails to build with -j2 due to wrong dependencies in debian/rules.  See 
attached patch.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)

Versions of packages util-linux depends on:
ii  lib 2.3.6.ds1-13etch5                    GNU C Library: Shared libraries
ii  lib 5.5-5                                Shared libraries for terminal hand
ii  lib 2.0.6-4                              The S-Lang programming library - r
ii  lib 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 universally unique id library
ii  lsb 3.1-23.2etch1                        Linux Standard Base 3.1 init scrip
ii  tzd 2007j-1etch1                         Time Zone and Daylight Saving Time
ii  zli 1:1.2.3-13                           compression library - runtime

util-linux recommends no packages.

-- no debconf information
--- debian/rules~       2008-06-22 01:52:10.000000000 +0200
+++ debian/rules        2008-06-22 10:18:41.000000000 +0200
@@ -46,8 +46,8 @@
        ./configure $(CONFOPTS) $(CROSS)
        touch configure-stamp
 
-build: configure-stamp build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: configure-stamp
        dh_testdir
        $(MAKE) all CPU=$(arch) arch=$(arch)
        touch build-stamp

Reply via email to