|
|
|
|
|
by e12e
1116 days ago
|
|
All software in Debian needs to be Free software - the user must be able to modify and run it (ie recompile after modifying). And for software packaged for Debian that means being able to work with "apt-get source" and "apt-get build-deps". This of course includes dependencies. That creates a bit of a split between Debian packages and language specific packages like rust crates, golang, python eggs or ruby gems. There's some friction there, but the reasoning makes sense (but it is ok to disagree of course). |
|