The following commit has been merged in the debian-experimental-3.4.0 branch:
commit 2cf29ba9047b12aa60e1dda866c172bac4854ee5
Author: Rene Engelhard <[email protected]>
Date:   Fri Aug 12 08:19:52 2011 +0200

    fix syntax of graphite removal from SYSTEM_STUFF (forgot s/+=/:=/)

diff --git a/changelog b/changelog
index 227c41f..38ea298 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+libreoffice (1:3.4.2-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - fix syntax of graphite removal from SYSTEM_STUFF (forgot s/+=/:=/)
+
+ -- Rene Engelhard <[email protected]>  Fri, 12 Aug 2011 08:18:41 +0200
+
 libreoffice (1:3.4.2-1) experimental; urgency=low
 
   * new upstream release
diff --git a/rules b/rules
index 495b93c..4283a10 100755
--- a/rules
+++ b/rules
@@ -521,11 +521,11 @@ endif
 # fails their tests
 ifeq "$(ARCH)" "armel"
 ENABLE_GRAPHITE=n
-SYSTEM_STUFF += $(filter-out graphite, $(SYSTEM_STUFF))
+SYSTEM_STUFF := $(filter-out graphite, $(SYSTEM_STUFF))
 endif
 ifeq "$(ARCH)" "sparc"
 ENABLE_GRAPHITE=n
-SYSTEM_STUFF += $(filter-out graphite, $(SYSTEM_STUFF))
+SYSTEM_STUFF := $(filter-out graphite, $(SYSTEM_STUFF))
 endif
 
 ifeq "$(ENABLE_GRAPHITE)" "y"

-- 
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]

Reply via email to