Your message dated Mon, 20 Feb 2006 16:43:19 -0500
with message-id <[EMAIL PROTECTED]>
and subject line already fixed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: debhelper
Version: 4.2.21
Severity: normal

Hi,

dh_install -Xfoo generates a find statement containing .*foo.*, which
interferes with shell globbing:

[9/[EMAIL PROTECTED] sid]:~/rrfw/trunk$ DH_VERBOSE=1 dh_install -X/CVS/ -A
        cp -a ./debian/rrfw-apache.conf debian/rrfw-apache//etc/rrfw/
        cp -a ./debian/rrfw-apache2.conf debian/rrfw-apache2//etc/rrfw/
        cd ./debian/tmp/usr/.. && find usr ! \( -regex .*/CVS/.* \) \( -type f 
-or -type l \) -exec cp --parents -dp {} 
/home/mh/rrfw/trunk/debian/rrfw-common// \;
find: paths must precede expression
Usage: find [path...] [expression]
dh_install: command returned error code
[10/[EMAIL PROTECTED] sid]:~/rrfw/trunk$ cd ./debian/tmp
[13/[EMAIL PROTECTED] sid]:~/rrfw/trunk/debian/tmp$ find usr ! \( -regex 
.*/CVS/.* \) \( -type f -or -type l \)
find: paths must precede expression
Usage: find [path...] [expression]
[14/[EMAIL PROTECTED] sid]:~/rrfw/trunk/debian/tmp$ find usr ! \( -regex 
'.*/CVS/.*' \) \( -type f -or -type l \)
usr/sbin/rrfw_acledit
usr/sbin/rrfw_action_printemail
usr/sbin/rrfw_action_snmptrap
usr/sbin/rrfw_action_snmpv1trap
usr/sbin/rrfw_cleanup

I think that debhelper should quote the asterisks.

Greetings
Marc


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1-janeway
Locale: LANG=C, LC_CTYPE=de_DE

Versions of packages debhelper depends on:
ii  binutils                      2.15-4     The GNU assembler, linker and bina
ii  coreutils [fileutils]         5.2.1-2    The GNU core utilities
ii  debconf-utils                 1.4.39     debconf utilities
ii  dpkg-dev                      1.10.23    Package building tools for Debian
ii  file                          4.10-3     Determines file type using "magic"
ii  html2text                     1.3.2a-1   An advanced HTML to text converter
ii  perl                          5.8.4-2.3  Larry Wall's Practical Extraction 
ii  po-debconf                    0.8.14     Manage translated Debconf template

-- no debconf information


--- End Message ---
--- Begin Message ---
This was fixed some time ago.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to