debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-)
New commits: commit 7fbcb3f1ecafb6115a3c773b6050e37172e55e03 Author: Maarten Lankhorst <[email protected]> Date: Thu Dec 19 19:13:21 2013 +0100 add changelog entry diff --git a/debian/changelog b/debian/changelog index 22eebc9..159b636 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mesa (10.0.1-1ubuntu2) UNRELEASED; urgency=medium + + * Build using llvm-3.4. + + -- Matthias Klose <[email protected]> Wed, 18 Dec 2013 15:12:29 +0100 + mesa (10.0.1-1ubuntu1) trusty; urgency=low * New upstream release. commit 65f8fee60a9cad1679a6ddc89721693a247ead49 Author: Matthias Klose <[email protected]> Date: Wed Dec 18 15:12:29 2013 +0100 Build using llvm-3.4. diff --git a/debian/control b/debian/control index cd1d170..28cf7aa 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Build-Depends: libudev-dev [linux-any], flex, bison, - llvm-3.3-dev (>= 1:3.3-4) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf powerpc], + llvm-3.4-dev (>= 1:3.3-4) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf powerpc], libelf-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf], libwayland-dev (>= 1.0.2) [linux-any], libmirclient-dev [!arm64 !powerpc !ppc64 !ppc64el], diff --git a/debian/rules b/debian/rules index c4f7556..6b9bfc4 100755 --- a/debian/rules +++ b/debian/rules @@ -165,7 +165,7 @@ $(STAMP)-build-%: configure --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \ --localstatedir=/var --disable-silent-rules \ $(confflags) $(confflags-$*) \ - ac_cv_path_LLVM_CONFIG=llvm-config-3.3 + ac_cv_path_LLVM_CONFIG=llvm-config-3.4 cd $(DEB_BUILD_DIR)/$* && $(MAKE) >$@ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

