What makes stable? #17817
-
Can someone point me to the doc for when the package makes it into stable? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
A "stable" release, generally is any new tagged release of a project. Be that:
"Semantic versioning", applied more or less faithfully - is a common versioning scheme. What constitutes a "stable" release varies from project to project, The checklist for submitting new packages goes a bit more into it regarding version naming rules in non-standard cases. |
Beta Was this translation helpful? Give feedback.
-
Termux does not implement versioning like Debian does. We don't perform division between stable and testing distributions. Termux is rolling release. We are not that strict about determining whether software is stable and can be packaged. This boils down to such principles (they ARE NOT rules and not mentioned in docs):
You may notice that many packages are upgraded automatically by GitHub Actions bot without intervention from our side. Termux has no resources for thorough QA. |
Beta Was this translation helpful? Give feedback.
Termux does not implement versioning like Debian does. We don't perform division between stable and testing distributions. Termux is rolling release.
We are not that strict about determining whether software is stable and can be packaged. This boils down to such principles (they ARE NOT rules and not mentioned in docs):