Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits:
-
0ccb82ba
by Timo Aaltonen at 2025-08-18T15:18:51+03:00
-
99b77f37
by Timo Aaltonen at 2025-08-18T15:20:12+03:00
3 changed files:
Changes:
... | ... | @@ -11,7 +11,6 @@ Build-Depends: |
11 | 11 | glslang-tools [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
|
12 | 12 | spirv-tools (>= 2024.4~rc1) [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
|
13 | 13 | meson (>= 1.7.0),
|
14 | - quilt,
|
|
15 | 14 | pkgconf,
|
16 | 15 | libdrm-dev (>= 2.4.125-1),
|
17 | 16 | libx11-dev,
|
... | ... | @@ -11,7 +11,6 @@ Build-Depends: |
11 | 11 | glslang-tools [@LLVM_ARCHS@],
|
12 | 12 | spirv-tools (>= 2024.4~rc1) [@LLVM_ARCHS@],
|
13 | 13 | meson (>= 1.7.0),
|
14 | - quilt,
|
|
15 | 14 | pkgconf,
|
16 | 15 | libdrm-dev (>= 2.4.125-1),
|
17 | 16 | libx11-dev,
|
... | ... | @@ -199,7 +199,6 @@ rewrite_wrap_files: |
199 | 199 | |
200 | 200 | override_dh_clean: regen_control
|
201 | 201 | dpkg-parsechangelog | awk '/^Version:/ {print $$2}' | sed 's/-.*//;s/~/-/' > VERSION
|
202 | - rm -rf .pc
|
|
203 | 202 | rm -rf build
|
204 | 203 | rm -rf configure bin/config.guess bin/config.sub config.h.in
|
205 | 204 | rm -rf $$(find -name Makefile.in)
|
... | ... | @@ -283,7 +282,7 @@ override_dh_makeshlibs: |
283 | 282 | dh_makeshlibs -a -- -c4
|
284 | 283 | |
285 | 284 | %:
|
286 | - dh $@ --with quilt \
|
|
285 | + dh $@ \
|
|
287 | 286 | --builddirectory=build/ \
|
288 | 287 | --buildsystem=meson
|
289 | 288 |