------------------------------------------------------------ revno: 885 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: debian timestamp: Tue 2007-09-11 00:28:42 +0200 message: update ooo-build modified: changelog rules
=== modified file 'changelog' --- a/changelog 2007-09-07 18:02:05 +0000 +++ b/changelog 2007-09-10 22:28:42 +0000 @@ -1,3 +1,15 @@ +openoffice.org (1:2.3.0~rc2-1.2pre) experimental; urgency=low + + * ooo-build: + - update (r10255) + + build with hash-style=both + + (temporarily) disables SELinux patch again (closes: #441380) + * debian/rules: + - add support to build/run unit tests. For now, ignore all errors + (bugs in the build); disable per default + + -- Rene Engelhard <[EMAIL PROTECTED]> Mon, 10 Sep 2007 22:06:54 +0200 + openoffice.org (1:2.3.0~rc2-1) experimental; urgency=low * OpenOffice.org 2.3.0rc2 (OOG680_m4)
=== modified file 'rules' --- a/rules 2007-09-07 06:14:55 +0000 +++ b/rules 2007-09-10 22:28:42 +0000 @@ -131,6 +131,7 @@ USE_OOO_BUILD_DESKTOPS=n PACKAGE_SDK=y RUN_SMOKETEST=n +RUN_UNIT_TESTS=n USE_LIBCURL4=y USE_SYSTEM_LIBSVG=y USE_SYSTEM_DMAKE=y @@ -1275,6 +1276,13 @@ test: $(STAMP_DIR)/test $(STAMP_DIR)/test: $(STAMP_DIR)/build +ifeq "$(RUN_UNIT_TESTS)" "y" + # build/run unit tests + cd $(SOURCE_TREE)/instsetoo_native; \ + . $(CURDIR)/$(SOURCE_TREE)/*.sh; \ + PATH=$(BUILD_PATH) DPKG="dpkg" PKGFORMAT="deb" NO_PKG_MANGLE=go-away \ + ../solenv/bin/build.pl --ignore --all check +endif ifeq "$(RUN_SMOKETEST)" "y" # smoketest cd $(SOURCE_TREE)/smoketestoo_native && \