Package: debhelper
Version: 4.9.10
Severity: normal

Hi,

dh_clean exists unsuccessfully sometimes when used inside AFS-namespace (AFS is
a distributed filesystem - see http://www.openafs.org). Problem is 'find' which
counts hard links to directories and doesn't get the results it expects.
Calling find with '-noleaf'-option solves the problem:

<patch>
--- /usr/bin/dh_clean.orig      2005-10-08 11:08:12.000000000 +0200
+++ /usr/bin/dh_clean   2005-10-08 11:08:12.000000000 +0200
@@ -91,7 +91,7 @@
        }
 
        # Remove other temp files.
-       complex_doit("find . -type f -a \\
+       complex_doit("find . -noleaf -type f -a \\
                \\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \\
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \\
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \\
</patch>

Regards,

Frank Burkhardt

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-f4p
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_DE)

Versions of packages debhelper depends on:
ii  binutils             2.16.1cvs20050902-1 The GNU assembler, linker and bina
ii  coreutils [fileutils 5.2.1-2.1           The GNU core utilities
ii  debconf-utils        1.4.58              debconf utilities
ii  dpkg-dev             1.13.11             package building tools for Debian
ii  file                 4.12-1              Determines file type using "magic"
ii  fileutils            5.2.1-2.1           The GNU file management utilities 
ii  html2text            1.3.2a-3            An advanced HTML to text converter
ii  perl                 5.8.7-5             Larry Wall's Practical Extraction 
ii  po-debconf           0.9.0               manage translated Debconf template

debhelper recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to