The following commit has been merged in the debian-experimental-3.4.0 branch:
commit 44ba4c1cc464ee8cf4cbe8a9567bc26875fee0bb
Author: Rene Engelhard <[email protected]>
Date:   Wed Jul 6 13:18:46 2011 +0000

    fix clean

diff --git a/rules b/rules
index 56b19bd..8521eac 100755
--- a/rules
+++ b/rules
@@ -1292,6 +1292,7 @@ endif
 
        rm -f $(OOO_BUILD_TREE)/src/libreoffice-$(OOO_BUILD_TARBAL_VERSION)*
        rm -f $(OOO_BUILD_TREE)/src/GSI*
+       rm -f $(OOO_BUILD_TREE)/src/*.log
 
        for i in ext-sources-$(OOO_BUILD_TREE)/*; do \
                rm -f $(OOO_BUILD_TREE)/src/`basename $$i`; \
@@ -1307,6 +1308,11 @@ endif
        rm -f $(OOO_BUILD_TREE)/download
        rm -f $(OOO_BUILD_TREE)/distro-configs/*.conf
        rm -f $(OOO_BUILD_TREE)/patches/apply.pl
+       find $(OOO_BUILD_TREE) -name "Makefile" | xargs rm -f
+       rm -f $(OOO_BUILD_TREE)/intltool-extract \
+               $(OOO_BUILD_TREE)/intltool-merge \
+               $(OOO_BUILD_TREE)/intltool-update
+       rm -f $(OOO_BUILD_TREE)/scratch/place
 
        # left-over from ooo-pack-sources
        rm -rf .releases

-- 
LibreOffice packaging repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to