mirror of
				https://git.proxmox.com/git/llvm-toolchain
				synced 2025-10-31 10:24:01 +00:00 
			
		
		
		
	Revert:
[ Gianfranco Costamagna ] * Make libclang-common-16-dev arch:any (Closes: #1041455) It was arch:all because all the code isn't arch dependant
This commit is contained in:
		
							parent
							
								
									3cf9c2399c
								
							
						
					
					
						commit
						6241366525
					
				
							
								
								
									
										10
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							| @ -1,13 +1,5 @@ | ||||
| llvm-toolchain-16 (1:16.0.6-16) unstable; urgency=medium | ||||
| 
 | ||||
|   [ Gianfranco Costamagna ] | ||||
|   * Make libclang-common-16-dev arch:any (Closes: #1041455) | ||||
|     It was arch:all because all the code isn't arch dependant | ||||
|     However, it causes issues for cross build. | ||||
|     So, back to any and libclang-common-@LLVM_VERSION@-dev (= ${binary:Version}) | ||||
|     instead of source | ||||
| 
 | ||||
|   [ Sylvestre Ledru ] | ||||
|   * Bring back old version of spirv - necessary for apt.llvm.org | ||||
| 
 | ||||
|   [ Alexandre Detiste ] | ||||
| @ -23,7 +15,7 @@ llvm-toolchain-16 (1:16.0.6-16) unstable; urgency=medium | ||||
|   * Limit the parallel links to 2 on riscv64. | ||||
|   * d/rules: Be less noisy when building without grpc. | ||||
| 
 | ||||
|  -- Sylvestre Ledru <sylvestre@debian.org>  Sun, 08 Oct 2023 09:11:38 +0200 | ||||
|  -- Sylvestre Ledru <sylvestre@debian.org>  Sat, 14 Oct 2023 18:37:48 +0200 | ||||
| 
 | ||||
| llvm-toolchain-16 (1:16.0.6-15) unstable; urgency=medium | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										4
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							| @ -45,7 +45,7 @@ Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/16 | ||||
| Package: clang-16 | ||||
| Architecture: any | ||||
| Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, | ||||
|  ${dep:devlibs-objc}, libclang-common-16-dev (= ${binary:Version}), | ||||
|  ${dep:devlibs-objc}, libclang-common-16-dev (= ${source:Version}), | ||||
|  llvm-16-linker-tools (= ${binary:Version}), | ||||
|  libclang1-16 (= ${binary:Version}), libc6-dev, binutils | ||||
| Provides: c-compiler, objc-compiler, c++-compiler | ||||
| @ -168,7 +168,7 @@ Description: Clang library - Development package | ||||
|  libclang1-16. | ||||
| 
 | ||||
| Package: libclang-common-16-dev | ||||
| Architecture: any | ||||
| Architecture: all | ||||
| Section: libdevel | ||||
| Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm16 (>= ${source:Version}), | ||||
|  libllvm16 (<< ${source:Version}.1~) | ||||
|  | ||||
							
								
								
									
										4
									
								
								debian/control.in
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								debian/control.in
									
									
									
									
										vendored
									
									
								
							| @ -45,7 +45,7 @@ Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/@BRANCH_ | ||||
| Package: clang-@LLVM_VERSION@ | ||||
| Architecture: any | ||||
| Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, | ||||
|  ${dep:devlibs-objc}, libclang-common-@LLVM_VERSION@-dev (= ${binary:Version}), | ||||
|  ${dep:devlibs-objc}, libclang-common-@LLVM_VERSION@-dev (= ${source:Version}), | ||||
|  llvm-@LLVM_VERSION@-linker-tools (= ${binary:Version}), | ||||
|  libclang1-@LLVM_VERSION@ (= ${binary:Version}), libc6-dev, binutils | ||||
| Provides: c-compiler, objc-compiler, c++-compiler | ||||
| @ -168,7 +168,7 @@ Description: Clang library - Development package | ||||
|  libclang1-@LLVM_VERSION@. | ||||
| 
 | ||||
| Package: libclang-common-@LLVM_VERSION@-dev | ||||
| Architecture: any | ||||
| Architecture: all | ||||
| Section: libdevel | ||||
| Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm@LLVM_VERSION@ (>= ${source:Version}), | ||||
|  libllvm@LLVM_VERSION@ (<< ${source:Version}.1~) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Sylvestre Ledru
						Sylvestre Ledru