[cppunit] 17/38: Import Debian changes 1.12.0-3

Rene Engelhard rene at moszumanska.debian.org
Sun May 14 10:57:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch experimental
in repository cppunit.

commit 4619950daa64102468ada0490b58c934a90c3092
Author: Steve M. Robbins <smr at debian.org>
Date:   Wed Feb 28 23:54:41 2007 -0600

    Import Debian changes 1.12.0-3
    
    cppunit (1.12.0-3) unstable; urgency=low
    
      * debian/rules: Build with -O0 on alpha.  This should work around
      FTBFS on alpha (#410537).
---
 debian/changelog | 7 +++++++
 debian/rules     | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 934b6c3..21652f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cppunit (1.12.0-3) unstable; urgency=low
+
+  * debian/rules: Build with -O0 on alpha.  This should work around
+  FTBFS on alpha (#410537).
+
+ -- Steve M. Robbins <smr at debian.org>  Wed, 28 Feb 2007 23:54:41 -0600
+
 cppunit (1.12.0-2) unstable; urgency=low
 
   * src/cppunit/TestAssert.cpp:
diff --git a/debian/rules b/debian/rules
index 91dbd5b..8f23604 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,9 @@ export CXXFLAGS
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
     CXXFLAGS += -O0
 else
-ifeq (m68k,$(DEB_HOST_ARCH))
+    ifeq (m68k,$(DEB_HOST_ARCH))
+        CXXFLAGS += -O0
+    else ifeq (alpha,$(DEB_HOST_ARCH))
         CXXFLAGS += -O0
     else
         CXXFLAGS += -O2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/cppunit.git



More information about the Pkg-openoffice-commits mailing list