Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
source/local-options: Remove meson build files from extend-diff-ignore.
· cdeb785f
Andreas Boll
authored
Mar 02, 2019
cdeb785f
Really upload to unstable.
· 08249ea2
Andreas Boll
authored
Mar 02, 2019
08249ea2
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
08249ea2
...
...
@@ -5,8 +5,10 @@ mesa (18.3.4-2) unstable; urgency=medium
switching to meson (Closes: #922807).
* rules: Add meson option -Db_ndebug=true to disable assertions
(Related bugs: #920462, #922162, #922346).
* source/local-options: Remove meson build files from extend-diff-
ignore.
-- Andreas Boll <aboll@debian.org> Sat, 02 Mar 2019 13:
1
1:
2
9 +0100
-- Andreas Boll <aboll@debian.org> Sat, 02 Mar 2019 13:
2
1:
5
9 +0100
mesa (18.3.4-1) unstable; urgency=medium
...
...
debian/source/local-options
View file @
08249ea2
...
...
@@ -6,9 +6,6 @@ extend-diff-ignore = src/mesa/drivers/dri/r200/.*radeon_.*
# Android Makefiles
extend-diff-ignore = Android.*mk|CleanSpec\.mk
# Meson build files
extend-diff-ignore = meson\.build|meson_options\.txt|bin/install_megadrivers\.py
# coding-style and other config files
extend-diff-ignore = \.clang-format|\.dir-locals\.el|\.editorconfig|\.mailmap|\.travis\.yml|appveyor\.yml
...
...