From 09bf43ea505de68fc1e646148e89d5a688490936 Mon Sep 17 00:00:00 2001 From: Kyrylo Yatsenko Date: Mon, 15 Jun 2026 21:13:11 +0300 Subject: T8599: dropbear binary-only package 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) --- scripts/package-build/dropbear/package.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/package-build/dropbear/package.toml b/scripts/package-build/dropbear/package.toml index a00aad3d..6fe3c7a9 100644 --- a/scripts/package-build/dropbear/package.toml +++ b/scripts/package-build/dropbear/package.toml @@ -2,6 +2,7 @@ name = "dropbear" commit_id = "debian/2022.83-1+deb12u1" scm_url = "https://salsa.debian.org/debian/dropbear.git" +build_cmd = "dpkg-buildpackage -us -uc -tc -b" [dependencies] packages = ["libpam0g-dev"] -- cgit v1.2.3