[graphite2] 19/38: Import Debian changes 1.12.1-1.1

Rene Engelhard rene at moszumanska.debian.org
Sun May 14 10:53:44 UTC 2017


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

rene pushed a commit to branch experimental
in repository graphite2.

commit b27e368052065c045839d02f631e2ce0bd91a91d
Author: Nobuhiro Iwamatsu <iwamatsu at debian.org>
Date:   Tue Jan 25 12:55:46 2011 +0900

    Import Debian changes 1.12.1-1.1
    
    cppunit (1.12.1-1.1) unstable; urgency=low
    
      * Non-maintainer upload.
      * Add support Renesas SH(sh4). Closes: #531584.
        - Add -mieee option to CXXFLAGS in debian/rules.
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 325181d..0f16095 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cppunit (1.12.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add support Renesas SH(sh4). Closes: #531584.
+    - Add -mieee option to CXXFLAGS in debian/rules.
+
+ -- Nobuhiro Iwamatsu <iwamatsu at debian.org>  Tue, 25 Jan 2011 12:55:46 +0900
+
 cppunit (1.12.1-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index fd2eb11..4e6ccce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,8 @@ else
         CXXFLAGS += -O0
     else ifeq (alpha,$(DEB_HOST_ARCH))
         CXXFLAGS += -O0
+    else ifeq (sh4,$(DEB_HOST_ARCH))
+        CXXFLAGS += -O2 -mieee
     else
         CXXFLAGS += -O2
     endif

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



More information about the Pkg-openoffice-commits mailing list