From 5e9bdfaebd234423df81992317e7c2a46bc315c6 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 21 Feb 2024 21:53:06 -0500 Subject: ob-gencontrol: Improve docs pkg dep versions Also use "<<" ".~" instead of "<=" "-z". --- (limited to 'tests/exe/ob-gencontrol.sh') diff --git a/tests/exe/ob-gencontrol.sh b/tests/exe/ob-gencontrol.sh index 9c74a52..ae84875 100755 --- a/tests/exe/ob-gencontrol.sh +++ b/tests/exe/ob-gencontrol.sh @@ -75,8 +75,7 @@ for run in 'first' 'second'; do Platform: all Section: util Maintainer: "J. Random Hacker" - Depends: foo:i686-linux-glibc (>= 1.0), $(: \ - )foo:i686-linux-glibc (<= 1.0-z) + Depends: foo:i686-linux-glibc (= 1.0-1) Installed-Size: 0 Description: Bit-bang All Registers This is a frobnicator of objects. Conveniently, it also $(: \ @@ -92,8 +91,8 @@ for run in 'first' 'second'; do Architecture: all Platform: all Maintainer: "J. Random Hacker" - Depends: foo:i686-linux-glibc (>= 1.0), $(: \ - )foo:i686-linux-glibc (<= 1.0-z), bar + Depends: foo:i686-linux-glibc (>= 1.0-1), $(: \ + )foo:i686-linux-glibc (<< 1.0-1.~), bar Installed-Size: 0 Description: Add all the things This is a frobnicator of objects. Conveniently, it also $(: \ @@ -111,8 +110,8 @@ for run in 'first' 'second'; do Architecture: all Platform: all Maintainer: "J. Random Hacker" - Depends: foo:i686-linux-glibc (>= 1.0), $(: \ - )foo:i686-linux-glibc (<= 1.0-z), bar + Depends: foo:i686-linux-glibc (>= 1.0-1), $(: \ + )foo:i686-linux-glibc (<< 1.0-1.~), bar Installed-Size: 0 Description: Hyphenate all the things This is a frobnicator of objects. Conveniently, it also $(: \ -- cgit v0.9.1