diff --git a/debian/changelog b/debian/changelog index a2a84511..52e4cbd2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 01 Nov 2013 05:19:55 +0100 + llvm-toolchain-snapshot (1:3.4~svn193628-1) unstable; urgency=low * New snapshot release diff --git a/debian/clang-3.4-examples.examples b/debian/clang-3.4-examples.examples new file mode 100644 index 00000000..49cbc5fe --- /dev/null +++ b/debian/clang-3.4-examples.examples @@ -0,0 +1 @@ +clang/examples/* diff --git a/debian/control b/debian/control index 02042692..3f833533 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,8 @@ Homepage: http://www.llvm.org/ 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/ +# ------------- clang ------------- + Package: clang-3.4 Architecture: any 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. +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 Architecture: any Section: libs @@ -337,6 +355,9 @@ Description: Modular compiler and toolchain technologies, examples This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. + +# ------------- lldb ------------- + 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 # Only hurd has been removed diff --git a/debian/rules b/debian/rules index 9a358566..e8f89a0a 100755 --- a/debian/rules +++ b/debian/rules @@ -306,7 +306,7 @@ override_dh_installdeb: dh_installdeb -a 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))) override_dh_auto_test: