On Fri, September 10, 2010 08:43, Mathieu Parent wrote:
> The upload fixes PHP deprecated warnings that causes kolabmailboxfilter
> script to fail because of too strict error handling. The upload also
> ignore any not-already-known E_DEPRECATED warning (Closes: #594541).
>
> The upload also include a tiny fix to "Use DEB_COMPRESS_EXCLUDE_ALL
> instead of deprecated DEB_COMPRESS_EXCLUDE" during the build of this pear
> package.

It also includes this undocumented change:

+       # remove empty directory
+       rm -rf $(DEB_DESTDIR)usr/share/php/.registry/.channel.doc.php.net
        # move man pages to correct location
        mv $(DEB_DESTDIR)usr/share/doc/php-kolab-filter/man
$(DEB_DESTDIR)usr/share/
-       # remove empty directory
-       rmdir $(DEB_DESTDIR)usr/share/php/.registry/.channel.doc.php.net ||:

If the directory's empty, why the change to use "rm -rf" instead of "rmdir"?

Regards,

Adam




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

Reply via email to