From f3d3b071fd193bf8685c86e74f32b7b96b5e3be2 Mon Sep 17 00:00:00 2001 From: Aaron Rossetto Date: Fri, 25 Jun 2021 13:10:05 -0500 Subject: uhd: Prepare branch for 4.1.0.0-rc1 release uhd: Update changelog for 4.1 RC images: Update manifest debian: Update changelog debian: Update control and copyright installers: automatic version handling for dsc Signed-off-by: Aaron Rossetto Signed-off-by: Steven Koo --- tools/debs/uhd_ubuntu_deb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/debs/uhd_ubuntu_deb.py b/tools/debs/uhd_ubuntu_deb.py index 6adc4c1f9..6739ade99 100644 --- a/tools/debs/uhd_ubuntu_deb.py +++ b/tools/debs/uhd_ubuntu_deb.py @@ -111,7 +111,7 @@ def main(args): print("Building deb with dsc using pbuilder for {}".format(args.release)) os.mkdir(args.buildpath + "/result") result = subprocess.run(shlex.split( - "sudo pbuilder build --buildresult ./result uhd_4.0.0.0-0ubuntu1~{}1.dsc".format(args.release)), cwd=args.buildpath) + "sudo pbuilder build --buildresult ./result uhd_{}-0ubuntu1~{}1.dsc".format(uhd_version, args.release)), cwd=args.buildpath) if result.returncode: print("pbuilder failed") sys.exit(result.returncode) -- cgit v1.2.3