debian/changelog | 7 +++++++ debian/rules | 2 +- debian/source/format | 1 + 3 files changed, 9 insertions(+), 1 deletion(-)
New commits: commit 64fb7967021115934dc36df445c0e9e870b6f26f Author: Andreas Boll <[email protected]> Date: Thu Dec 15 16:42:40 2016 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index 6d50a56..f5ba6d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -mesa (13.0.2-3) UNRELEASED; urgency=medium +mesa (13.0.2-3) unstable; urgency=medium * Fix typo to correctly disable asm on x32. Should fix FTBFS on x32. * Add debian/source/format file. - -- Andreas Boll <[email protected]> Thu, 15 Dec 2016 16:38:14 +0100 + -- Andreas Boll <[email protected]> Thu, 15 Dec 2016 16:42:25 +0100 mesa (13.0.2-2) unstable; urgency=medium commit cd8fa45917dbbf23a317cbb546fd73147ad733ff Author: Andreas Boll <[email protected]> Date: Thu Dec 15 16:40:54 2016 +0100 Add debian/source/format file. diff --git a/debian/changelog b/debian/changelog index b0a417c..6d50a56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mesa (13.0.2-3) UNRELEASED; urgency=medium * Fix typo to correctly disable asm on x32. Should fix FTBFS on x32. + * Add debian/source/format file. -- Andreas Boll <[email protected]> Thu, 15 Dec 2016 16:38:14 +0100 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 commit 97f8c14a63f57a191ab744d9787ff65ebac56e6b Author: Andreas Boll <[email protected]> Date: Thu Dec 15 16:38:32 2016 +0100 Fix typo to correctly disable asm on x32. Should fix FTBFS on x32. diff --git a/debian/changelog b/debian/changelog index 932bdc9..b0a417c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mesa (13.0.2-3) UNRELEASED; urgency=medium + + * Fix typo to correctly disable asm on x32. Should fix FTBFS on x32. + + -- Andreas Boll <[email protected]> Thu, 15 Dec 2016 16:38:14 +0100 + mesa (13.0.2-2) unstable; urgency=medium * Bump llvm/libclang build-deps to >= 1:3.9.1. diff --git a/debian/rules b/debian/rules index 1b92aa1..71bbd7a 100755 --- a/debian/rules +++ b/debian/rules @@ -107,7 +107,7 @@ endif # Disable assembly usage on x32 otherwise Mesa defaults to x86_64 assembly # which doesn't work on x32 (see #758094) ifneq (,$(filter $(DEB_HOST_ARCH), x32)) - confflags += disable-asm + confflags += --disable-asm endif confflags_EGL = --with-egl-platforms="$(EGL_DISPLAYS)"

