[PATCH 6/9] UBUNTU: [Packaging] generate-control: use full path to parameterise-ancillaries in comment

Agathe Porte agathe.porte at canonical.com
Mon Oct 7 16:06:06 UTC 2024


To be able to gf the file and not having to search for it.

Signed-off-by: Agathe Porte <agathe.porte at canonical.com>
---
 debian/scripts/generate-control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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"):
-- 
2.45.2




More information about the kernel-team mailing list