Package: lufs-source
Version: 0.9.7-7
Severity: normal

As subject says, clean targets must never fail, but kdist_clean target
fails if no *.o found.

The attached patch fixes this.


 - Jonas

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-powerpc
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1)

Versions of packages lufs-source depends on:
ii  bzip2                         1.0.2-11   high-quality block-sorting file co
ii  debhelper                     5.0.7      helper programs for debian/rules
ii  module-assistant              0.10.2     tool to make module package creati

lufs-source recommends no packages.

-- no debconf information
--- rules.orig  2005-06-13 23:19:25.000000000 +0200
+++ rules       2005-12-03 14:32:51.000000000 +0100
@@ -162,7 +162,7 @@
 
 kdist_clean:
        dh_clean
-       find -name '*.o' | xargs rm -f
+       find -name '*.o' -exec rm -f '{}' ';'
 
 kdist_config: prep-deb-files
 

Reply via email to