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

[SCM] LibreOffice packaging repository branch, debian-experimental-4.1, updated. libreoffice_4.0.3_rc1-3-109-g06e0022



The following commit has been merged in the debian-experimental-4.1 branch:
commit 06e002222afc0d5bfd304ee43b021986ee2e6f47
Author: Rene Engelhard <rene@debian.org>
Date:   Tue May 7 22:36:39 2013 +0200

    get rid of pyc once for all

diff --git a/rules b/rules
index 58aaa7c..135feb9 100755
--- a/rules
+++ b/rules
@@ -1367,8 +1367,7 @@ clean:
 		$(MAKE) distclean; \
 		rm -f config.status; \
 	fi
-	find $(SOURCE_TREE)/solenv/gdb -name "*.pyc" -exec rm {} \;
-	find $(SOURCE_TREE)/unotest/source/python/org -name "*.pyc" -exec rm {} \;
+	find $(SOURCE_TREE) -name "*.pyc" -exec rm {} \;
 	rm -rf */*.pro.obsolete
 
 	rm -rf $(SOURCE_TREE)/file-lists

-- 
LibreOffice packaging repository


Reply to: