The following commit has been merged in the debian-experimental-3.5 branch:
commit 28237d712cd5cc2ac5048d1012e5deba61044252
Author: Bjoern Michaelsen <[email protected]>
Date: Mon Feb 20 03:23:19 2012 +0100
apply smoketest cleanup fix by Rico Tzschichholz
diff --git a/rules b/rules
index e0e86e4..3ef833a 100755
--- a/rules
+++ b/rules
@@ -1610,8 +1610,10 @@ endif
export SAL_USE_VCLPLUGIN="svp"; \
$(MAKE) check gb_FULLDEPS=
# doesn't get cleaned up.. (at least the dirs, the contents are gone)
- cd $(CURDIR)/debian/smoketest && \
- find . -noleaf -maxdepth 1 ! -name "." -exec rm -rf {} \;
+ if test -d $(CURDIR)/debian/smoketest; then \
+ cd $(CURDIR)/debian/smoketest && \
+ find . -noleaf -maxdepth 1 ! -name "." -exec rm -rf {} \; ; \
+ fi
ifneq (,$(findstring $(DEB_HOST_ARCH),$(OOO_NO_BASE_ARCHS)))
cd $(SOURCE_TREE)/smoketest && \
--
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]