Skip to content

Commit

Permalink
Add debian configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedmansour authored and sanketj committed Oct 4, 2024
1 parent 06e8028 commit 4b99bae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -333,3 +333,6 @@ ASALocalRun/
persistent/
*.sublime-workspace
*.tmp.*

# Makefile output
out/
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Section: devel
Priority: optional
Maintainer: Christian Biesinger <[email protected]>
Uploaders: Sanket Joshi <[email protected]>
Build-Depends: debhelper (>= 10), dotnet-sdk-5.0, dejagnu, gdb
Build-Depends: debhelper (>= 10), dotnet-sdk-8.0, dejagnu, gdb
Standards-Version: 4.1.2
Homepage: https://github.com/MicrosoftEdge/JsDbg
Vcs-Git: https://github.com/MicrosoftEdge/JsDbg
Vcs-Browser: https://github.com/MicrosoftEdge/JsDbg

Package: jsdbg-gdb
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, dotnet-runtime-5.0
Depends: ${misc:Depends}, ${shlibs:Depends}, dotnet-runtime-8.0
Recommends: gdb
Replaces: jsdbg
Breaks: jsdbg
Expand Down

0 comments on commit 4b99bae

Please sign in to comment.