File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ Section: devel
3
3
Priority: optional
4
4
Maintainer: Christian Biesinger <cbiesinger@google.com>
5
5
Uploaders: Sanket Joshi <sajos@microsoft.com>
6
- Build-Depends: debhelper (>= 10), dotnet-sdk-2.2 , dejagnu, gdb
6
+ Build-Depends: debhelper (>= 10), dotnet-sdk-5.0 , dejagnu, gdb
7
7
Standards-Version: 4.1.2
8
8
Homepage: https://github.com/MicrosoftEdge/JsDbg
9
9
Vcs-Git: https://github.com/MicrosoftEdge/JsDbg
10
10
Vcs-Browser: https://github.com/MicrosoftEdge/JsDbg
11
11
12
12
Package: jsdbg-gdb
13
13
Architecture: any
14
- Depends: ${misc:Depends}, ${shlibs:Depends}, dotnet-runtime-2.2
14
+ Depends: ${misc:Depends}, ${shlibs:Depends}, dotnet-runtime-5.0
15
15
Recommends: gdb
16
16
Replaces: jsdbg
17
17
Breaks: jsdbg
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ check: bin/test_program
34
34
@# so if $(RESTOREFLAGS) is set, just skip this test.
35
35
if test x" $( RESTOREFLAGS) " = x; then cd ../JsDbg.Stdio.Tests && $( DOTNET) restore $( RESTOREFLAGS) && $( DOTNET) test --no-restore; fi
36
36
cd testsuite && runtest
37
- python ../JsDbg.Stdio/JsDbgBase_test.py
37
+ python2 ../JsDbg.Stdio/JsDbgBase_test.py
38
38
python3 ../JsDbg.Stdio/JsDbgBase_test.py
39
- python JsDbg_test.py
39
+ python2 JsDbg_test.py
40
40
python3 JsDbg_test.py
41
41
42
42
# We don't want users of the tarball to require a dotnet install, so
You can’t perform that action at this time.
0 commit comments