[med-svn] [castxml] 05/06: d/p/clang-3.8..: remove prerelease patch, now fixed upstream

Gert Wollny gewo at moszumanska.debian.org
Mon Jan 30 11:23:11 UTC 2017


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

gewo pushed a commit to branch master
in repository castxml.

commit e3d68f1fc701b9c52c023f83f21453d0f40371cc
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Thu Dec 15 08:03:51 2016 +0000

    d/p/clang-3.8..: remove prerelease patch, now fixed upstream
---
 ...ng-3.8-inject-make_integer_seq-on-prerelease.patch | 19 -------------------
 debian/patches/series                                 |  1 -
 2 files changed, 20 deletions(-)

diff --git a/debian/patches/clang-3.8-inject-make_integer_seq-on-prerelease.patch b/debian/patches/clang-3.8-inject-make_integer_seq-on-prerelease.patch
deleted file mode 100644
index 8e0ecef..0000000
--- a/debian/patches/clang-3.8-inject-make_integer_seq-on-prerelease.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Author: Gert Wollny <gw.fossdev at gmail.com>
-Description:  Work around the use of clang-3.8 prerelease on armel
- On armel Debian is still on a clang-3.8 prerelease because the actual 
- release FTBFS. Since the pre-release doesn't implement __make_integer_seq
- castxml provieds it, but only tests for the major and minor version
- This patch adds a test against the patch level to identfy the pre-release. 
-Forwarded: not-needed
---- a/src/RunClang.cxx
-+++ b/src/RunClang.cxx
-@@ -240,7 +240,8 @@
-       }
- 
- #if LLVM_VERSION_MAJOR < 3 \
-- || LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR < 8
-+ || LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR < 8 \
-+ || LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR == 8 && LLVM_VERSION_PATCH < 1
-       // Clang 3.8 and above provide a __make_integer_seq builtin needed
-       // in C++14 mode.  Provide it ourselves for older Clang versions.
-       if (CI.getLangOpts().CPlusPlus14) {
diff --git a/debian/patches/series b/debian/patches/series
index 13cbef2..3ffb461 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-clang-3.8-inject-make_integer_seq-on-prerelease.patch
 0001-fix-version-test-to-allow-text-before-clang.patch
 0002-dont-install-license-file.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/castxml.git



More information about the debian-med-commit mailing list