Skip to content

Commit

Permalink
fix - Fixed .NET Runtime dependency
Browse files Browse the repository at this point in the history
---

We've managed to screw up the .NET Runtime dependency versioning and not
notice it.

---

Type: fix
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jan 6, 2025
1 parent 02adad3 commit 5af7102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vcs-Git: https://github.com/Aptivi/Nitrocid.git

Package: nitrocid-27
Architecture: amd64 arm64
Depends: ${shlibs:Depends}, ${misc:Depends}, dotnet-runtime-8.0 (>= 8.0.100), tzdata (>= 2021a), libjack0 (>= 1:0.125.0-3), libportaudio2 (>= 19.6.0), libopenal1 (>= 1:1.19.1), libsdl2-2.0-0 (>= 2.0.9), libpulse0 (>= 12.2), libaudio2 (>= 1.9.4)
Depends: ${shlibs:Depends}, ${misc:Depends}, dotnet-runtime-8.0 (>= 8.0), tzdata (>= 2021a), libjack0 (>= 1:0.125.0-3), libportaudio2 (>= 19.6.0), libopenal1 (>= 1:1.19.1), libsdl2-2.0-0 (>= 2.0.9), libpulse0 (>= 12.2), libaudio2 (>= 1.9.4)
Conflicts: nitrocid-27-lite
Provides: nitrocid
Description: Simulates our future-planned kernel, Nitrocid Kernel!
Expand All @@ -19,7 +19,7 @@ Description: Simulates our future-planned kernel, Nitrocid Kernel!

Package: nitrocid-27-lite
Architecture: amd64 arm64
Depends: ${shlibs:Depends}, ${misc:Depends}, dotnet-runtime-8.0 (>= 8.0.100), tzdata (>= 2021a)
Depends: ${shlibs:Depends}, ${misc:Depends}, dotnet-runtime-8.0 (>= 8.0), tzdata (>= 2021a)
Conflicts: nitrocid-27
Provides: nitrocid
Description: Simulates our future-planned kernel, Nitrocid Kernel!
Expand Down

0 comments on commit 5af7102

Please sign in to comment.