Update debian/control

This commit is contained in:
ferreo 2025-03-04 23:41:25 +01:00
parent 811d42e0dd
commit a539bff473

14
debian/control vendored
View File

@ -3,12 +3,12 @@ Section: devel
Priority: optional
Maintainer: Nick Hastings <nicholaschastings@gmail.com>
Build-Depends: cmake, debhelper-compat (= 13), gcc (>= 7.0.0), zlib1g-dev, chrpath,
llvm-18-dev,
llvm-18,
libclang-18-dev,
libclang-cpp18-dev,
llvm-19-dev,
llvm-19,
libclang-19-dev,
libclang-cpp19-dev,
llvm-dev,
liblld-18-dev,
liblld-19-dev,
Standards-Version: 4.6.1.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/zig-team/zig
@ -20,8 +20,8 @@ Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: zig
Conflicts: zig-nightly
Replaces: zig-nightly
Conflicts: zig-nightly, zig-legacy
Replaces: zig-nightly, zig-legacy
Description: Imperative, general-purpose, statically typed, system programming language
The ultimate goal of the Zig project is to serve users. As a
first-order effect, this means users of the compiler, helping