Skip to content

Commit 09bf43e

Browse files
committed
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)
1 parent 7b0f4ce commit 09bf43e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/package-build/dropbear/package.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "dropbear"
33
commit_id = "debian/2022.83-1+deb12u1"
44
scm_url = "https://salsa.debian.org/debian/dropbear.git"
5+
build_cmd = "dpkg-buildpackage -us -uc -tc -b"
56

67
[dependencies]
78
packages = ["libpam0g-dev"]

0 commit comments

Comments
 (0)