diff mbox series

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

Message ID 20241007160727.46074-7-agathe.porte@canonical.com
State New
Headers show
Series UBUNTU: [Packaging] Refactor and test generate-control | expand

Commit Message

Agathe Porte Oct. 7, 2024, 4:06 p.m. UTC
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(-)
diff mbox series

Patch

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