[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#396192: marked as done (Typo in find command in debian/rules)



Your message dated Sat, 13 Jan 2007 18:13:08 +0100
with message-id <1168708389.3330.17.camel@darwin.os9.nl>
and subject line Typo in find command in debian/rules
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: apache2
Version: 2.2.3-2

Hi,

The latest release has this line in debian/rules:

        for pkg in `awk '/^Package:/ { print $$2 }' debian/control`; do \
                find debian/$$pkg/ -name .svn -exec rm -rf {} + ; \
        done

Unless I'm missing some strange new-fashioned find syntax, the find
command should instead be sth like
(at least the above didn't work with findutils_4.1.20-6):

                find debian/$$pkg/ -name .svn -exec rm -rf {} \; ; \

Regards,
Wolfram.



--- End Message ---
--- Begin Message ---
Hi,

> Unless I'm missing some strange new-fashioned find syntax, the find
> command should instead be sth like
> (at least the above didn't work with findutils_4.1.20-6):

Well, you are indeed missing 'new-fashioned' find syntax: Etch contains
findutils 4.2.28-1 which supports such use. The manual page even
documents it. The package is therefore buildable within the release it's
contained in, so I'm closing the bug.


Thijs

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply to: