Package: gimp
Version: 2.2.14-2
Severity: serious
Justification: no longer builds from source

The source package for "gimp-2.2.15" compiles on my computer, but the
build stalls during the packaging phase. The problem is with the
following debian/rules line (may be mangled by the webmail program):

find /mnt/bogus/build/Pre-Purge/gimp-2.2.15/debian/tmp -name
"*.py[co]" -exec xargs rm '{}' ';'

The "problem" is fixed when I change the line to:
find /mnt/bogus/build/Pre-Purge/gimp-2.2.15/debian/tmp -name
"*.py[co]" -exec rm '{}' ';'

I am curious about the double use of "-exec" and "xargs".

-- System Information:
Debian Release: lenny/sid
 APT prefers testing
 APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


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

Reply via email to