summaryrefslogtreecommitdiff
path: root/scripts/package-build/dropbear/package.toml
AgeCommit message (Collapse)Author
2026-06-18T8599: dropbear binary-only packageKyrylo Yatsenko
Patch modifies debian/control and debian/rules, there is no easy way to fix source package creation in such case. As quick solution disable source package build for this package (previously it failed silently)
2024-11-28T6912: Fix build dropbear dependencyViacheslav Hletenko
Use the global dependency instead of package dependency in the package.toml The package dependency is not used This fixes to build 'dropbear' package
2024-08-29T6674: Add build-scrips for packages without JenkinsViacheslav Hletenko
Add build scripts for .deb packages without Jenkins. To exclude Jenkins we need some place where we can put new builds-scripts to run in parallel (old/new) during meantime We will deprecate old Jenkins package builds in the future.