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

./packages/libreoffice/3.3.0/unstable r2368: explicitely set export HOME=$(CURDIR)/debian/smoketest for the smoketest



------------------------------------------------------------
revno: 2368
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Wed 2011-02-09 01:23:30 +0100
message:
  explicitely set export HOME=$(CURDIR)/debian/smoketest for the smoketest
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2011-02-08 21:41:05 +0000
+++ b/changelog	2011-02-09 00:23:30 +0000
@@ -1,11 +1,14 @@
 libreoffice (1:3.3.0-3) UNRELEASED; urgency=low
 
   * debian/rules:
-    - allow squeeze backports 
+    - allow squeeze backports
+    - explicitely set export HOME=$(CURDIR)/debian/smoketest for the
+      smoketest, as it otherwise fails if $HOME is not there/broken (as on
+      buildds)
   * debian/control.sdk.in:
     - conflict against openoffice.org-dev-doc (closes: #612494) 
 
- -- Rene Engelhard <rene@debian.org>  Tue, 08 Feb 2011 22:37:50 +0100
+ -- Rene Engelhard <rene@debian.org>  Tue, 08 Feb 2011 22:51:32 +0000
 
 libreoffice (1:3.3.0-2) unstable; urgency=low
 

=== modified file 'rules'
--- a/rules	2011-02-07 19:12:27 +0000
+++ b/rules	2011-02-09 00:23:30 +0000
@@ -1793,6 +1793,7 @@
 		export TMPDIR=$(CURDIR)/debian/smoketest; \
 		export JAVA_HOME=$(TEST_JAVA_HOME); \
 		export SAL_USE_VCLPLUGIN="svp"; \
+		export HOME=$(CURDIR)/debian/smoketest; \
 		 ../solenv/bin/build.pl
 	# doesn't get cleaned up.. (at least the dirs, the contents are gone)
 	cd $(CURDIR)/debian/smoketest && \


Reply to: