Skip to content

Commit

Permalink
No ggobi package on Debian sid
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Mar 10, 2025
1 parent fb86c68 commit 159d43d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions rules/ggobi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
{
"os": "linux",
"distribution": "ubuntu"
},
}
]
},
{
"packages": ["ggobi"],
"constraints": [
{
"os": "linux",
"distribution": "debian"
"distribution": "debian",
"versions": [ "10", "11", "12" ]
}
]
},
Expand Down Expand Up @@ -45,4 +51,4 @@
]
}
]
}
}

0 comments on commit 159d43d

Please sign in to comment.