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

./packages/openofficeorg/3.1.1/unstable r1819: build without VERBOSE=true (normal) mode on all buildds now in a try to mitigate buildd log size



------------------------------------------------------------
revno: 1819
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Mon 2010-01-18 03:04:26 +0100
message:
  build without VERBOSE=true (normal) mode on all buildds now in a try to mitigate buildd log size
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2010-01-18 01:22:29 +0000
+++ b/changelog	2010-01-18 02:04:26 +0000
@@ -3,8 +3,10 @@
   * debian/rules:
     - also exclude /var/lib/openoffice/basisX.Y/program/services.rdb at
       dh_md5sums
+    - build without VERBOSE=true (normal) mode on all buildds now in a try
+      to mitigate buildd log size
 
- -- Rene Engelhard <rene@debian.org>  Sun, 17 Jan 2010 01:01:32 +0100
+ -- Rene Engelhard <rene@debian.org>  Mon, 18 Jan 2010 03:03:37 +0100
 
 openoffice.org (1:3.1.1-14) unstable; urgency=medium
 

=== modified file 'rules'
--- a/rules	2010-01-18 01:22:29 +0000
+++ b/rules	2010-01-18 02:04:26 +0000
@@ -1746,12 +1746,8 @@
 	fi
 endif
 
-ifeq "$(ARCH)" "ia64"
-  ifeq (buildd,$(shell whoami))
+ifeq (buildd,$(shell whoami))
 	cd ooo-build ; PATH=$(BUILD_PATH) LD_LIBRARY_PATH=$(BUILD_LD_LIBRARY_PATH) DEFAULT_TO_ENGLISH_FOR_PACKING=1 ARCH_FLAGS=$(ARCH_FLAGS) $(MAKE)
-  else
-	cd ooo-build ; PATH=$(BUILD_PATH) LD_LIBRARY_PATH=$(BUILD_LD_LIBRARY_PATH) DEFAULT_TO_ENGLISH_FOR_PACKING=1 VERBOSE=true ARCH_FLAGS=$(ARCH_FLAGS) $(MAKE)
-  endif
 else
 	cd ooo-build ; PATH=$(BUILD_PATH) LD_LIBRARY_PATH=$(BUILD_LD_LIBRARY_PATH) DEFAULT_TO_ENGLISH_FOR_PACKING=1 VERBOSE=true ARCH_FLAGS=$(ARCH_FLAGS) $(MAKE)
 endif


Reply to: