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

Re: Please unblock pyxine/0.1alpha2-5



On Wed, Oct 22, 2008 at 11:23, Adeodato Simó <dato@net.com.org.es> wrote:
> * Sandro Tosi [Tue, 21 Oct 2008 14:56:08 +0200]:
>
>> Hello,
>> please unblock pyxine/0.1alpha2-5, here below the changelog entry for
>> this upload:
...
> Unblocked.

thanks!

>> + find debian/python-pyxine-dbg -depth -empty -exec rmdir {} \;
>
> I think this would remove empty files as well (or, rather, rmdir would
> fail). Not that it's likely that there'll be any. (For a future upload,
> I mean.)

Thanks for this, fixed in SVN with:

-	find debian/python-pyxine-dbg -depth -empty -exec rmdir {} \;
+	find debian/python-pyxine-dbg -type d -depth -empty -exec rmdir {} \;

for empty files rmdir fails with

$ touch a
$ rmdir a
rmdir: failed to remove `a': Not a directory

Cheers,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


Reply to: