Package: gimp
Version: 2.3.14-3
Severity: normal

debian/rules contains the following line:

  find $(CURDIR)/debian/tmp -name "*.py[co]" -exec xargs rm '{}' ';'

Unless I change this line to either of:

  find $(CURDIR)/debian/tmp -name "*.py[co]" -exec rm '{}' ';'

or:

  find $(CURDIR)/debian/tmp -name "*.py[co]" | xargs rm

This package never finishes building.

Severity normal since it's a package from experimental.


Regards: David
-- 
 /) David Weinehall <[EMAIL PROTECTED]> /) Rime on my window           (\
//  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   //  Diamond-white roses of fire //
\)  http://www.acc.umu.se/~tao/    (/   Beautiful hoar-frost       (/


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

Reply via email to