[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mesa: Changes to 'debian-experimental'



 debian/changelog            |    2 ++
 debian/source/local-options |   17 ++++++++++++++++-
 2 files changed, 18 insertions(+), 1 deletion(-)

New commits:
commit 5d78739d385eb45fcab7312dc5f7184a40d238f7
Author: Andreas Boll <andreas.boll.dev@gmail.com>
Date:   Wed Jul 20 13:13:21 2016 +0200

    source/local-options: Add more files to extend-diff-ignore option
    
    Fixes 87 patch-system-but-direct-changes-in-diff lintian warnings.

diff --git a/debian/changelog b/debian/changelog
index d976418..b8416f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ mesa (12.0.1-4) UNRELEASED; urgency=medium
     drivers.triggers.
   * control: Only build-dep on libgcrypt20-dev on architectures where we
     build mesa-vulkan-drivers.
+  * source/local-options: Add more files to extend-diff-ignore option.
+    Fixes 87 patch-system-but-direct-changes-in-diff lintian warnings.
 
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Tue, 19 Jul 2016 11:04:19 +0200
 
diff --git a/debian/source/local-options b/debian/source/local-options
index 6903db4..34888df 100644
--- a/debian/source/local-options
+++ b/debian/source/local-options
@@ -1 +1,16 @@
---extend-diff-ignore=src/mesa/drivers/dri/r200/.*radeon_.*
+# ignore symlinks from git, use source files from the tarball
+extend-diff-ignore = src/mesa/drivers/dri/r200/.*radeon_.*
+
+## The following files aren't shipped in the upstream tarball
+
+# Android Makefiles
+extend-diff-ignore = Android.*mk|CleanSpec\.mk
+
+# coding-style and other config files
+extend-diff-ignore = \.clang-format|\.dir-locals\.el|\.mailmap|\.travis\.yml|appveyor\.yml
+
+# misc. files and scripts used by Mesa developers but not required for the build
+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


Reply to: