Message ID | 20241030132153.482139-7-agathe.porte@canonical.com |
---|---|
State | New |
Headers | show |
Series | Refactor and test generate-control | expand |
diff --git a/debian/scripts/generate-control b/debian/scripts/generate-control index 7f94a54..556f327 100755 --- a/debian/scripts/generate-control +++ b/debian/scripts/generate-control @@ -47,7 +47,8 @@ def gen_depends(): print( f' linux-buildinfo-{abi_version}-{flavour} (= {unsigned_version}) [{" ".join(archs)}],' ) - # generate-only build-depends with a profile (activated by parameterise-ancillaries) + # generate-only build-depends with a profile + # (activated by debian/scripts/parameterise-ancillaries) gen_depends_uci() print(f" {generate_name} (= {source_version}) <!pkg.linux-generate>,") for flavour, archs in signing.package_flavour_archs("extra"):
To be able to gf the file and not having to search for it. Signed-off-by: Agathe Porte <agathe.porte@canonical.com> --- debian/scripts/generate-control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)