diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-09-26 14:00:26 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-09-26 19:51:11 (EDT) |
commit | 388cbad887c0ecb179670847cb1e60d52d3b3c1d (patch) | |
tree | 5d7aed26347763eead4e0319bbda854aee0a84f0 /tests | |
parent | f5f35e8b716040c41f8844e5c988d52f4b93b311 (diff) |
ob-gencontrol: Generate deps on doc-providing pkg
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/exe/ob-gencontrol.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/exe/ob-gencontrol.sh b/tests/exe/ob-gencontrol.sh index ecae536..87152f0 100755 --- a/tests/exe/ob-gencontrol.sh +++ b/tests/exe/ob-gencontrol.sh @@ -75,6 +75,8 @@ for run in 'first' 'second'; do Platform: all Section: util Maintainer: "J. Random Hacker" <jrandom@example.com> + Depends: foo:i686-linux-glibc (>= 1.0), $(: \ + )foo:i686-linux-glibc (<= 1.0-z) Installed-Size: 0 Description: Bit-bang All Registers This is a frobnicator of objects. Conveniently, it also $(: \ @@ -90,7 +92,8 @@ for run in 'first' 'second'; do Architecture: all Platform: all Maintainer: "J. Random Hacker" <jrandom@example.com> - Depends: bar + Depends: foo:i686-linux-glibc (>= 1.0), $(: \ + )foo:i686-linux-glibc (<= 1.0-z), bar Installed-Size: 0 Description: Add all the things This is a frobnicator of objects. Conveniently, it also $(: \ @@ -108,7 +111,8 @@ for run in 'first' 'second'; do Architecture: all Platform: all Maintainer: "J. Random Hacker" <jrandom@example.com> - Depends: bar + Depends: foo:i686-linux-glibc (>= 1.0), $(: \ + )foo:i686-linux-glibc (<= 1.0-z), bar Installed-Size: 0 Description: Hyphenate all the things This is a frobnicator of objects. Conveniently, it also $(: \ |