mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 05:29:45 +00:00
* New snapshot release
* Also install clang 3.3 examples (clang-3.3-examples) (Closes: #728260)
This commit is contained in:
parent
cf08ce0b44
commit
673cb02f44
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
llvm-toolchain-snapshot (1:3.4~svn193983-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New snapshot release
|
||||||
|
* Also install clang 3.3 examples (clang-3.3-examples) (Closes: #728260)
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 01 Nov 2013 05:19:55 +0100
|
||||||
|
|
||||||
llvm-toolchain-snapshot (1:3.4~svn193628-1) unstable; urgency=low
|
llvm-toolchain-snapshot (1:3.4~svn193628-1) unstable; urgency=low
|
||||||
|
|
||||||
* New snapshot release
|
* New snapshot release
|
||||||
|
1
debian/clang-3.4-examples.examples
vendored
Normal file
1
debian/clang-3.4-examples.examples
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
clang/examples/*
|
21
debian/control
vendored
21
debian/control
vendored
@ -16,6 +16,8 @@ Homepage: http://www.llvm.org/
|
|||||||
Vcs-Svn: svn://svn.debian.org/svn/pkg-llvm/llvm-toolchain/branches/snapshot/
|
Vcs-Svn: svn://svn.debian.org/svn/pkg-llvm/llvm-toolchain/branches/snapshot/
|
||||||
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-llvm/llvm-toolchain/branches/snapshot/
|
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-llvm/llvm-toolchain/branches/snapshot/
|
||||||
|
|
||||||
|
# ------------- clang -------------
|
||||||
|
|
||||||
Package: clang-3.4
|
Package: clang-3.4
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||||
@ -173,6 +175,22 @@ Description: Clang Python Bindings
|
|||||||
This binding package provides access to the Clang compiler and libraries.
|
This binding package provides access to the Clang compiler and libraries.
|
||||||
|
|
||||||
|
|
||||||
|
Package: clang-3.4-examples
|
||||||
|
Architecture: any
|
||||||
|
Section: doc
|
||||||
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
|
Description: Clang examples
|
||||||
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
|
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
||||||
|
Collection (GCC).
|
||||||
|
.
|
||||||
|
Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
|
||||||
|
a partial support of C++1y.
|
||||||
|
.
|
||||||
|
This package contains the clang examples.
|
||||||
|
|
||||||
|
# ------------- LLVM -------------
|
||||||
|
|
||||||
Package: libllvm3.4
|
Package: libllvm3.4
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libs
|
Section: libs
|
||||||
@ -337,6 +355,9 @@ Description: Modular compiler and toolchain technologies, examples
|
|||||||
This package contains examples for using LLVM, both in developing
|
This package contains examples for using LLVM, both in developing
|
||||||
extensions to LLVM and in using it to compile code.
|
extensions to LLVM and in using it to compile code.
|
||||||
|
|
||||||
|
|
||||||
|
# ------------- lldb -------------
|
||||||
|
|
||||||
Package: lldb-3.4
|
Package: lldb-3.4
|
||||||
Architecture: amd64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 s390x sparc alpha arm64 hppa m68k powerpcspe ppc64 sh4 sparc64 x32
|
Architecture: amd64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 s390x sparc alpha arm64 hppa m68k powerpcspe ppc64 sh4 sparc64 x32
|
||||||
# Only hurd has been removed
|
# Only hurd has been removed
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -306,7 +306,7 @@ override_dh_installdeb:
|
|||||||
dh_installdeb -a
|
dh_installdeb -a
|
||||||
|
|
||||||
rm -f $(CURDIR)/debian/lldb-$(LLVM_VERSION)/usr/lib/python*/dist-packages/lldb/__init__.pyc
|
rm -f $(CURDIR)/debian/lldb-$(LLVM_VERSION)/usr/lib/python*/dist-packages/lldb/__init__.pyc
|
||||||
|
rm -f $(CURDIR)/debian/clang-$(LLVM_VERSION)-examples/usr/share/doc/clang-$(LLVM_VERSION)-examples/examples/*Make*
|
||||||
|
|
||||||
ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
|
ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
|
Loading…
Reference in New Issue
Block a user