mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 10:40:59 +00:00
* New testing upstream release
* 0047-version-name.diff ocamldoc.diff removed (applied upstream)
This commit is contained in:
parent
675894d19a
commit
c4b98a5f0f
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
llvm-toolchain-3.4 (1:3.4~+rc2-1) unstable; urgency=low
|
||||
|
||||
* New testing upstream release
|
||||
* 0047-version-name.diff ocamldoc.diff removed (applied upstream)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 03 Dec 2013 10:25:59 +0100
|
||||
|
||||
llvm-toolchain-3.4 (1:3.4~+rc1-3) unstable; urgency=low
|
||||
|
||||
* Remove the usage of --with-c-include-dirs, --with-cxx-include-root,
|
||||
|
1
debian/orig-tar.sh
vendored
1
debian/orig-tar.sh
vendored
@ -24,6 +24,7 @@ fi
|
||||
|
||||
if test -n "$1" -a -n "$2"; then
|
||||
# http://llvm.org/svn/llvm-project/{cfe,llvm,compiler-rt,...}/tags/RELEASE_34/rc1/
|
||||
# For example: sh 3.4/debian/orig-tar.sh RELEASE_34 rc2
|
||||
BRANCH=$1
|
||||
TAG=$2
|
||||
RCRELEASE="true"
|
||||
|
28
debian/patches/0047-version-name.diff
vendored
28
debian/patches/0047-version-name.diff
vendored
@ -1,28 +0,0 @@
|
||||
Index: llvm-toolchain-snapshot_3.4~svn188990/autoconf/configure.ac
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.4~svn188990.orig/autoconf/configure.ac 2013-08-22 09:07:31.936608673 +0200
|
||||
+++ llvm-toolchain-snapshot_3.4~svn188990/autoconf/configure.ac 2013-08-22 09:07:31.928608673 +0200
|
||||
@@ -31,7 +31,7 @@
|
||||
dnl===-----------------------------------------------------------------------===
|
||||
dnl Initialize autoconf and define the package name, version number and
|
||||
dnl address for reporting bugs.
|
||||
-AC_INIT([LLVM],[3.4svn],[http://llvm.org/bugs/])
|
||||
+AC_INIT([LLVM],[3.4],[http://llvm.org/bugs/])
|
||||
AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API])
|
||||
AC_DEFINE([LLVM_VERSION_MINOR], [4], [Minor version of the LLVM API])
|
||||
|
||||
Index: llvm-toolchain-snapshot_3.4~svn188990/configure
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.4~svn188990.orig/configure 2013-08-22 09:07:31.936608673 +0200
|
||||
+++ llvm-toolchain-snapshot_3.4~svn188990/configure 2013-08-22 09:07:31.932608673 +0200
|
||||
@@ -561,8 +561,8 @@
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='LLVM'
|
||||
PACKAGE_TARNAME='llvm'
|
||||
-PACKAGE_VERSION='3.4svn'
|
||||
-PACKAGE_STRING='LLVM 3.4svn'
|
||||
+PACKAGE_VERSION='3.4'
|
||||
+PACKAGE_STRING='LLVM 3.4'
|
||||
PACKAGE_BUGREPORT='http://llvm.org/bugs/'
|
||||
|
||||
ac_unique_file="lib/IR/Module.cpp"
|
15
debian/patches/ocamldoc.diff
vendored
15
debian/patches/ocamldoc.diff
vendored
@ -1,15 +0,0 @@
|
||||
Index: llvm-toolchain-snapshot_3.5~svn195268/bindings/ocaml/backends/Makefile
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.5~svn195268.orig/bindings/ocaml/backends/Makefile (révision 195335)
|
||||
+++ llvm-toolchain-snapshot_3.5~svn195268/bindings/ocaml/backends/Makefile (révision 195336)
|
||||
@@ -53,4 +53,9 @@
|
||||
$(MAKE) -f Makefile.$$i uninstall; \
|
||||
done
|
||||
|
||||
-.PHONY: all-backends clean-backends install-backends uninstall-backends
|
||||
+ocamldoc: stubs
|
||||
+ $(Verb) for i in $(TARGETS_TO_BUILD); do \
|
||||
+ $(MAKE) -f Makefile.$$i ocamldoc; \
|
||||
+ done
|
||||
+
|
||||
+.PHONY: all-backends clean-backends install-backends uninstall-backends ocamldoc
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -10,7 +10,6 @@ profile_rt.diff
|
||||
0021-shared-lib-debian.patch
|
||||
0023-link-libopagent.patch
|
||||
0044-soname.diff
|
||||
0047-version-name.diff
|
||||
scan-build-clang-path.diff
|
||||
0050-powerpcspe-fp.diff
|
||||
declare_clear_cache.diff
|
||||
@ -26,7 +25,6 @@ atomic_library_1.diff
|
||||
atomic_library_2.diff
|
||||
python-clangpath.diff
|
||||
removeduplicatedeclaration.diff
|
||||
ocamldoc.diff
|
||||
silent-swig-warning.diff
|
||||
silent-MCJIIT-tests.diff
|
||||
include-target.diff
|
||||
|
Loading…
Reference in New Issue
Block a user