diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-13 11:27:33 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-13 11:27:33 (EDT) |
commit | 445e3d6e43c55ddeb19322918e016c63f91c1958 (patch) | |
tree | ecc6c57a8854ec9a43c47fd413d7f7a70c3f20bc /tests/exe | |
parent | bc7912ee552446471dadc49893b1a821f1acb1c4 (diff) |
ob-gencontrol: Generate a "Format" field
And add the needed support to ob_get_source_parameter().
Diffstat (limited to 'tests/exe')
-rwxr-xr-x | tests/exe/ob-gencontrol.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/exe/ob-gencontrol.sh b/tests/exe/ob-gencontrol.sh index a619856..6f29d9b 100755 --- a/tests/exe/ob-gencontrol.sh +++ b/tests/exe/ob-gencontrol.sh @@ -36,6 +36,7 @@ cmd_is 'source package control file' cat 'src-foo.control/control' <<-EOF Maintainer: "J. Random Hacker" <jrandom@example.com> Build-Depends: build-all-runes Installed-Size: 0 + Format: 2.0 Description: foo source package EOF |