Trent W. Buck wrote:
> I don't know.
> 
> You can see that dh_clean doesn't remove debian/x in the attached
> typescript, which just calls "fakeroot dh install" instead of
> dpkg-buildpackage.

[EMAIL PROTECTED]:~/src/debhelper>dh_clean -v
        rm -f debian/debhelper.substvars
        rm -f debian/debhelper.*.debhelper
        rm -f debian/debhelper.debhelper.log
        rm -rf debian/debhelper/
        rm -f debian/files
        find . ! \( -regex .\*CVS.\* -or -regex .\*\\.svn.\* -or -regex 
.\*\\.git.\* \) -a \( \( -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' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} \; \) -o \
                \( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) 
\)
        rm -f *-stamp

If your dh_clean does not do this, something must be badly busted over there.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to