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
rules: Don't clean up .pc dir. (Closes: #1111295)
- - - - -
99b77f37 by Timo Aaltonen at 2025-08-18T15:20:12+03:00
control, rules: Drop quilt again, unnecessary now.
- - - - -
3 changed files:
- debian/control
- debian/control.in
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -11,7 +11,6 @@ Build-Depends:
glslang-tools [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64
ppc64el riscv64 s390x sparc64 x32],
spirv-tools (>= 2024.4~rc1) [amd64 arm64 armel armhf i386 loong64 mips64el
powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
meson (>= 1.7.0),
- quilt,
pkgconf,
libdrm-dev (>= 2.4.125-1),
libx11-dev,
=====================================
debian/control.in
=====================================
@@ -11,7 +11,6 @@ Build-Depends:
glslang-tools [@LLVM_ARCHS@],
spirv-tools (>= 2024.4~rc1) [@LLVM_ARCHS@],
meson (>= 1.7.0),
- quilt,
pkgconf,
libdrm-dev (>= 2.4.125-1),
libx11-dev,
=====================================
debian/rules
=====================================
@@ -199,7 +199,6 @@ rewrite_wrap_files:
override_dh_clean: regen_control
dpkg-parsechangelog | awk '/^Version:/ {print $$2}' | sed
's/-.*//;s/~/-/' > VERSION
- rm -rf .pc
rm -rf build
rm -rf configure bin/config.guess bin/config.sub config.h.in
rm -rf $$(find -name Makefile.in)
@@ -283,7 +282,7 @@ override_dh_makeshlibs:
dh_makeshlibs -a -- -c4
%:
- dh $@ --with quilt \
+ dh $@ \
--builddirectory=build/ \
--buildsystem=meson
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/mesa/-/compare/40274892c648a143a86981774563120b2124e0b3...99b77f370a29b92bea124b8b55d54985b059ce15
--
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/mesa/-/compare/40274892c648a143a86981774563120b2124e0b3...99b77f370a29b92bea124b8b55d54985b059ce15
You're receiving this email because of your account on salsa.debian.org.