debian/changelog | 8 ++++++++ debian/control | 2 +- debian/source/local-options | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-)
New commits: commit 9d11043149f3d9e988793156e0589029a4a51207 Author: Andreas Boll <[email protected]> Date: Mon Oct 24 13:52:03 2016 +0200 source/local-options: Update extend-diff-ignore. diff --git a/debian/changelog b/debian/changelog index b9037f1..3fd63f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ mesa (13.0.0~rc1-1) UNRELEASED; urgency=medium * mesa-common-dev: Remove mesa_glinterop.h, upstream doesn't install it anymore. * Update libgles2-mesa.symbols. + * source/local-options: Update extend-diff-ignore. -- Andreas Boll <[email protected]> Fri, 21 Oct 2016 10:06:56 +0200 diff --git a/debian/source/local-options b/debian/source/local-options index 34888df..c024e86 100644 --- a/debian/source/local-options +++ b/debian/source/local-options @@ -13,4 +13,4 @@ extend-diff-ignore = \.clang-format|\.dir-locals\.el|\.mailmap|\.travis\.yml|app extend-diff-ignore = src/compiler/nir/README|src/gallium/drivers/vc4/kernel/README|REVIEWERS|scripts/get_reviewer\.pl|bin/\.cherry-ignore|bin/bugzilla_mesa\.sh|bin/get-extra-pick-list\.sh|bin/get-pick-list\.sh|bin/perf-annotate-jit|bin/shortlog_mesa\.sh|src/mapi/glapi/gen/next_available_offset\.sh|src/mesa/drivers/dri/gen-symbol-redefs\.py|src/mesa/drivers/dri/r200/Doxyfile # dead code -extend-diff-ignore = m4/ax_check_compile_flag.m4|src/gallium/auxiliary/gallivm/f.cpp|src/mapi/mapi.c|src/mapi/mapi.h +extend-diff-ignore = src/gallium/auxiliary/gallivm/f.cpp|src/mapi/mapi.c|src/mapi/mapi.h commit 89a48341da0903774b354072712829327787b7f2 Author: Andreas Boll <[email protected]> Date: Mon Oct 24 13:36:10 2016 +0200 Fix typo in changelog. diff --git a/debian/changelog b/debian/changelog index d32cb36..eebba38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ mesa (12.0.3-3) unstable; urgency=medium - * Limit libgbm1 dependency to any (Closes: #841774). Thanks, Samuel - Thibault! + * Limit libgbm1 dependency to !hurd-any (Closes: #841774). Thanks, + Samuel Thibault! -- Andreas Boll <[email protected]> Mon, 24 Oct 2016 10:18:09 +0200 commit 415c7dc2f8fe0f0f3bb4a80eb76f33a780e3abbb Author: Andreas Boll <[email protected]> Date: Mon Oct 24 10:18:20 2016 +0200 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index 3a5b5ad..d32cb36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -mesa (12.0.3-3) UNRELEASED; urgency=medium +mesa (12.0.3-3) unstable; urgency=medium * Limit libgbm1 dependency to any (Closes: #841774). Thanks, Samuel Thibault! - -- Andreas Boll <[email protected]> Mon, 24 Oct 2016 09:57:55 +0200 + -- Andreas Boll <[email protected]> Mon, 24 Oct 2016 10:18:09 +0200 mesa (12.0.3-2) unstable; urgency=medium commit 7848a80eb323183cff439b4748c27d4b34c8f894 Author: Andreas Boll <[email protected]> Date: Mon Oct 24 09:58:07 2016 +0200 Limit libgbm1 dependency to any (Closes: #841774). Thanks, Samuel Thibault! diff --git a/debian/changelog b/debian/changelog index 7d1b842..3a5b5ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mesa (12.0.3-3) UNRELEASED; urgency=medium + + * Limit libgbm1 dependency to any (Closes: #841774). Thanks, Samuel + Thibault! + + -- Andreas Boll <[email protected]> Mon, 24 Oct 2016 09:57:55 +0200 + mesa (12.0.3-2) unstable; urgency=medium * control: Add libtxc-dxtn-s2tc as an alternative in libgl1-mesa-dri's diff --git a/debian/control b/debian/control index e451997..6e1d8c4 100644 --- a/debian/control +++ b/debian/control @@ -120,7 +120,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libgbm1 (= ${binary:Version}), + libgbm1 (= ${binary:Version}) [!hurd-any], libudev1 [linux-any], Provides: libegl1-x11 Conflicts: libegl1-x11

