[pkg-fgfs-crew] [simgear] 01/01: * Keep using strict-aliasing on mipsel. * Finalize 2.10.0-6 for upload to unstable.

Markus Wanner markus_wanner-guest at alioth.debian.org
Fri Sep 20 21:07:32 UTC 2013


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

markus_wanner-guest pushed a commit to branch master
in repository simgear.

commit b7d8ce9484a7e5ad0f285352ce4a3b3648275d56
Author: Markus Wanner <markus at bluegap.ch>
Date:   Fri Sep 20 23:04:48 2013 +0200

    * Keep using strict-aliasing on mipsel.
    * Finalize 2.10.0-6 for upload to unstable.
---
 debian/changelog |    6 ++++++
 debian/rules     |    5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1fd3b57..bef9d17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+simgear (2.10.0-6) unstable; urgency=low
+
+  * Keep using strict-aliasing on mipsel.
+
+ -- Markus Wanner <markus at bluegap.ch>  Fri, 20 Sep 2013 23:04:01 +0200
+
 simgear (2.10.0-5) unstable; urgency=low
 
   * Drop a superfluous ${shlibs:Depends}.
diff --git a/debian/rules b/debian/rules
index 376645e..cd1d05b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,9 @@
 
 #http://wiki.debian.org/Hardening#Notes_for_packages_using_CMake
 CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
-ifneq (,$(findstring $(DEB_HOST_ARCH), \
-       amd64 i386 mipsel ia64 armel armhf arm64))
+ifneq (,$(findstring $(DEB_HOST_ARCH) , amd64 i386 mipsel ia64 armel armhf arm64 ))
+# Note the spaces in the condition above. They stop 'mips' from
+# matching 'mipsel'
 CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
 CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
 else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/simgear.git



More information about the pkg-fgfs-crew mailing list