diff --git a/debian/changelog b/debian/changelog index 42d7da86..8fe8e165 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-snapshot (1:3.4~svn183554-1~exp1) experimental; urgency=low + + * New snapshot release + + -- Sylvestre Ledru Tue, 11 Jun 2013 14:42:37 +0200 + llvm-toolchain-snapshot (1:3.4~svn182733-1~exp1) experimental; urgency=low * New snapshot release (3.4 release) diff --git a/debian/control b/debian/control index bfc827ec..e63402ea 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl8.5, expect, sharutils, autotools-dev (>= 20060702.1), libffi-dev (>= 3.0.9), lsb-release, patchutils, diffstat, xz-utils, chrpath, python-dev, libedit-dev, swig, python-sphinx, ocaml-nox, binutils-dev, libcloog-isl-dev, - libisl-dev (>= 0.11.1), binutils-gold [amd64 armel armhf i386 powerpc powerpcspe ppc64 sparc sparc64 x32], + libisl-dev (>= 0.11.1), binutils-gold (>= 2.23.52.20130522) + [amd64 armel armhf i386 powerpc powerpcspe ppc64 sparc sparc64 x32], lcov, procps Build-Conflicts: oprofile, ocaml Standards-Version: 3.9.4 @@ -23,8 +24,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libclang1-3.4 (= ${binary:Version}) Provides: c-compiler, objc-compiler, c++-compiler Recommends: llvm-3.4-dev, python -Replaces: clang (<< 1:3.4), clang-3.1, clang-3.2, compiler-rt -Breaks: clang (<< 1:3.4), clang-3.1, clang-3.2, compiler-rt +Replaces: clang (<< 1:3.4), clang-3.1, clang-3.2, clang-3.3, compiler-rt +Breaks: clang (<< 1:3.4), clang-3.1, clang-3.2, clang-3.3, compiler-rt Description: C, C++ and Objective-C compiler (LLVM based) Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Some of its goals include the following: diff --git a/debian/patches/series b/debian/patches/series index ec5162fb..3d0db8a7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -22,4 +22,3 @@ declare_clear_cache.diff ia64-fix.diff clang-format-version.diff kfreebsd.diff - diff --git a/debian/rules b/debian/rules index f89624a4..87ad9ea8 100755 --- a/debian/rules +++ b/debian/rules @@ -232,10 +232,10 @@ override_dh_auto_test: # lldb tests cd $(TARGET_BUILD)/Release/lib/python2.7/site-packages/lldb && if test ! -h _lldb.so -o ! -f _lldb.so; then ln -s ../../../liblldb.so _lldb.so; fi cd $(TARGET_BUILD)/Release/lib/python2.7/site-packages/lldb && if test ! -h libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT) -o ! -f _lldb.so; then ln -s ../../../libLLVM-$(LLVM_VERSION).so libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT); fi - cd $(TARGET_BUILD)/ && $(MAKE) -C tools/lldb/test || true - if test -d $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/; then \ - cat $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/*; \ - fi +# cd $(TARGET_BUILD)/ && $(MAKE) -C tools/lldb/test || true +# if test -d $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/; then \ +# cat $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/*; \ +# fi # Managed by debian build system rm -f $(CURDIR)/$(TARGET_BUILD)/Release/lib/python*/site-packages/lldb/_lldb.so