[clasp] 01/01: Bug fix: "fix up TBB handling for ppc64el", thanks to Colin Watson (Closes: #742514).

Thomas Krennwallner tkren-guest at moszumanska.debian.org
Tue Mar 25 07:00:02 UTC 2014


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

tkren-guest pushed a commit to branch master
in repository clasp.

commit 2d1e2558eacde0904c9cde2ca6df4f27038eccae
Author: Thomas Krennwallner <tkren at kr.tuwien.ac.at>
Date:   Tue Mar 25 07:29:03 2014 +0100

    Bug fix: "fix up TBB handling for ppc64el", thanks to Colin Watson (Closes: #742514).
---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7727f10..30cbfd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+clasp (3.0.2-2) unstable; urgency=low
+
+  * Bug fix: "fix up TBB handling for ppc64el", thanks to Colin Watson
+    (Closes: #742514).
+
+ -- Thomas Krennwallner <tkren at kr.tuwien.ac.at>  Tue, 25 Mar 2014 07:27:42 +0100
+
 clasp (3.0.2-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 28798dc..67cb0d2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
 Uploaders: Thomas Krennwallner <tkren at kr.tuwien.ac.at>
 Build-Depends: debhelper (>= 9),
  dpkg-dev (>= 1.16.1~),
- libtbb-dev (>= 4.0+r233) [amd64 ia64 ppc64]
+ libtbb-dev (>= 4.0+r233) [amd64 ia64 ppc64 ppc64el]
 Standards-Version: 3.9.5
 Vcs-Git: git://git.debian.org/git/debian-science/packages/clasp.git
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/clasp.git
diff --git a/debian/rules b/debian/rules
index f6af254..d1abb3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
 # or compatible hardware, this package only supports Pentium4-compatible
 # and higher processors.
 #
-arch = $(shell dpkg-architecture -qDEB_BUILD_ARCH | egrep "(amd64|ia64|ppc64)")
+arch = $(shell dpkg-architecture -qDEB_BUILD_ARCH | egrep -x "(amd64|ia64|ppc64|ppc64el)")
 os = $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS | grep linux)
 
 # use hardening config flags for compiling clasp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clasp.git



More information about the debian-science-commits mailing list