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

./packages/openofficeorg/3.3.0/experimental r2115: remove apparently obsolete hack for subsequenttests



------------------------------------------------------------
revno: 2115
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Sun 2010-10-03 23:59:40 +0200
message:
  remove apparently obsolete hack for subsequenttests
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2010-09-26 16:27:23 +0000
+++ b/changelog	2010-10-03 21:59:40 +0000
@@ -54,7 +54,7 @@
     installed/updated
   * debian/control.in, debian/rules: stop building industrial package 
 
- -- Rene Engelhard <rene@debian.org>  Wed, 22 Sep 2010 09:43:06 +0200
+ -- Rene Engelhard <rene@debian.org>  Sun, 03 Oct 2010 23:59:19 +0200
 
 openoffice.org (1:3.2.1-7) unstable; urgency=low
 

=== modified file 'rules'
--- a/rules	2010-09-20 22:46:57 +0000
+++ b/rules	2010-10-03 21:59:40 +0000
@@ -2127,13 +2127,8 @@
 	cd $(SOURCE_TREE) && \
 		export PATH=$(BUILD_PATH); \
 		. $(CURDIR)/$(SOURCE_TREE)/*Env*.sh; \
-		if echo $(CURDIR)/ | grep -q ~; then \
-			cd instsetoo_native && \
-			OOO_SUBSEQUENT_TESTS=x ../solenv/bin/build.pl --all; \
-		else \
-			chmod 755 solenv/bin/subsequenttests && \
-			solenv/bin/subsequenttests; \
-		fi
+		chmod 755 solenv/bin/subsequenttests && \
+		solenv/bin/subsequenttests
 endif
 
 install: $(STAMP_DIR)/install


Reply to: