Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits: 21c86db1 by Timo Aaltonen at 2024-08-02T16:36:06+03:00 control: Mark NVK build-deps accordingly. - - - - - 85e27adb by Timo Aaltonen at 2024-08-02T17:45:37+03:00 rules: Drop --wrap-mode=default, leftover from previous testing. (Closes: #1077729) - - - - - 0b7b838d by Timo Aaltonen at 2024-08-02T17:45:55+03:00 release to sid - - - - - 4 changed files: - debian/changelog - debian/control - debian/control.in - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +mesa (24.1.5-3) unstable; urgency=medium + + * control: Mark NVK build-deps accordingly. + * rules: Drop --wrap-mode=default, leftover from previous testing. + (Closes: #1077729) + + -- Timo Aaltonen <tjaal...@debian.org> Fri, 02 Aug 2024 17:45:45 +0300 + mesa (24.1.5-2) unstable; urgency=medium [ Adrian Bunk ] ===================================== debian/control ===================================== @@ -64,8 +64,8 @@ Build-Depends: llvm-spirv-17 [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x x32], libclc-17 [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x x32], libllvmspirvlib-17-dev [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], - librust-paste-dev [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], - librust-syn-dev [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], + librust-paste-dev [amd64 arm64 armel armhf i386 loong64 mips64el ppc64 riscv64 x32], + librust-syn-dev [amd64 arm64 armel armhf i386 loong64 mips64el ppc64 riscv64 x32], Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/xorg-team/lib/mesa.git Vcs-Browser: https://salsa.debian.org/xorg-team/lib/mesa ===================================== debian/control.in ===================================== @@ -64,8 +64,8 @@ Build-Depends: llvm-spirv-@LLVM_VERSION@ [@RUSTICL_ARCHS@], libclc-@LLVM_VERSION@ [@RUSTICL_ARCHS@], libllvmspirvlib-@LLVM_VERSION@-dev [@LLVM_ARCHS@], - librust-paste-dev [@LLVM_ARCHS@], - librust-syn-dev [@LLVM_ARCHS@], + librust-paste-dev [@NVK_ARCHS@], + librust-syn-dev [@NVK_ARCHS@], Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/xorg-team/lib/mesa.git Vcs-Browser: https://salsa.debian.org/xorg-team/lib/mesa ===================================== debian/rules ===================================== @@ -226,7 +226,6 @@ override_dh_clean: regen_control override_dh_auto_configure: rewrite_wrap_files dpkg-parsechangelog | awk '/^Version:/ {print $$2}' > VERSION $(buildflags) dh_auto_configure -- \ - --wrap-mode=default \ $(confflags) override_dh_auto_install: @@ -318,6 +317,7 @@ regen_control: sed -e"s,@LLVM_VERSION@,$(LLVM_VERSION),g" \ -e"s,@LLVM_ARCHS@,$(LLVM_ARCHS),g" \ -e"s,@RUSTICL_ARCHS@,$(RUSTICL_ARCHS),g" \ + -e"s,@NVK_ARCHS@,$(NVK_ARCHS),g" \ -e"s,@VALGRIND_ARCHS@,$(VALGRIND_ARCHS),g" \ -e"s,@WINE_ARCHS@,$(WINE_ARCHS),g" \ debian/control.in > debian/control View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/compare/14abd5293142a015b1a181934470a31f0b7102e9...0b7b838df35a94a0df642ac5b9d58292c02fab07 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/compare/14abd5293142a015b1a181934470a31f0b7102e9...0b7b838df35a94a0df642ac5b9d58292c02fab07 You're receiving this email because of your account on salsa.debian.org.