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

[Git][xorg-team/lib/mesa][debian-unstable] lower librust-syn-dev dependency version



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa

Commits:

  • 14d3542f
    by Fabio Pedretti at 2024-09-23T10:17:50+00:00
    lower librust-syn-dev dependency version
    
    mesa requires 2.0.15:
    src/compiler/rust/meson.build
    src/etnaviv/isa/meson.build
    subprojects/packagefiles/syn/meson.build
    
    set it to 2.0.48 which is the version in ubuntu noble, where it build
    perfectly.
    

2 changed files:

Changes:

  • debian/control
    ... ... @@ -65,7 +65,7 @@ Build-Depends:
    65 65
      llvm-spirv-19 [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x x32],
    
    66 66
      libllvmspirvlib-19-dev [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
    
    67 67
      librust-paste-dev [amd64 arm64 armhf i386 ppc64 riscv64 x32],
    
    68
    - librust-syn-dev (>= 2.0.68) [amd64 arm64 armhf i386 ppc64 riscv64 x32],
    
    68
    + librust-syn-dev (>= 2.0.48) [amd64 arm64 armhf i386 ppc64 riscv64 x32],
    
    69 69
     Rules-Requires-Root: no
    
    70 70
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/mesa.git
    
    71 71
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/mesa
    

  • debian/control.in
    ... ... @@ -65,7 +65,7 @@ Build-Depends:
    65 65
      llvm-spirv-@LLVM_VERSION@ [@RUSTICL_ARCHS@],
    
    66 66
      libllvmspirvlib-@LLVM_VERSION@-dev [@LLVM_ARCHS@],
    
    67 67
      librust-paste-dev [@NVK_ARCHS@],
    
    68
    - librust-syn-dev (>= 2.0.68) [@NVK_ARCHS@],
    
    68
    + librust-syn-dev (>= 2.0.48) [@NVK_ARCHS@],
    
    69 69
     Rules-Requires-Root: no
    
    70 70
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/mesa.git
    
    71 71
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/mesa
    


  • Reply to: