Skip to content

Commit 5af7102

Browse files
committed
fix - Fixed .NET Runtime dependency
--- 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
1 parent 02adad3 commit 5af7102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Vcs-Git: https://github.com/Aptivi/Nitrocid.git
1010

1111
Package: nitrocid-27
1212
Architecture: amd64 arm64
13-
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)
13+
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)
1414
Conflicts: nitrocid-27-lite
1515
Provides: nitrocid
1616
Description: Simulates our future-planned kernel, Nitrocid Kernel!
@@ -19,7 +19,7 @@ Description: Simulates our future-planned kernel, Nitrocid Kernel!
1919

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

0 commit comments

Comments
 (0)