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

./packages/openofficeorg/3.2.1/unstable r2017: fix logic error; actually disable smoketest on armel only; not on all archs



------------------------------------------------------------
revno: 2017
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Sun 2010-06-06 17:05:24 +0200
message:
  fix logic error; actually disable smoketest on armel only; not on all archs
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2010-06-05 16:29:48 +0000
+++ b/changelog	2010-06-06 15:05:24 +0000
@@ -5,8 +5,11 @@
     
   * debian/control.in:
     - update Vcs-Bzr: 
+  * debian/rules:
+    - fix logic error; actually disable smoketest on armel only; not on
+      all archs
 
- -- Rene Engelhard <rene@debian.org>  Sat, 05 Jun 2010 18:28:30 +0200
+ -- Rene Engelhard <rene@debian.org>  Sun, 06 Jun 2010 17:01:41 +0200
 
 openoffice.org (1:3.2.1-1) unstable; urgency=medium
 

=== modified file 'rules'
--- a/rules	2010-06-05 05:20:14 +0000
+++ b/rules	2010-06-06 15:05:24 +0000
@@ -543,7 +543,7 @@
 
 # error: Database: Database Insert record into Database -> error
 # but also already in older versions, so...
-ifeq (armel,$(findstring armel,$(OOO_JAVA_ARCHS)))
+ifeq "$(ARCH)" "armel"
 	RUN_SMOKETEST=n
 endif
 


Reply to: