diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:30:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:30:09 +0000 |
commit | 3c05da1bdef2a6e2142b4fcac974e7e3fc0db93c (patch) | |
tree | 9532e637f47d6ff7246ccbabb62d4e2b4b5908df /tests/t-db/db-bogus-versioned-provides-update | |
parent | Adding debian version 1.22.6. (diff) | |
download | dpkg-3c05da1bdef2a6e2142b4fcac974e7e3fc0db93c.tar.xz dpkg-3c05da1bdef2a6e2142b4fcac974e7e3fc0db93c.zip |
Merging upstream version 1.22.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/t-db/db-bogus-versioned-provides-update')
3 files changed, 20 insertions, 0 deletions
diff --git a/tests/t-db/db-bogus-versioned-provides-update/status b/tests/t-db/db-bogus-versioned-provides-update/status new file mode 100644 index 0000000..ce0b2eb --- /dev/null +++ b/tests/t-db/db-bogus-versioned-provides-update/status @@ -0,0 +1,10 @@ +Package: pkg-correct-versioned-provides +Status: install ok installed +Priority: extra +Section: test +Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org> +Architecture: amd64 +Version: 1.0 +Provides: pkg-correct (= 1.0) +Description: test package + Correct versioned Provides with equal operator. diff --git a/tests/t-db/db-bogus-versioned-provides-update/updates/.keep b/tests/t-db/db-bogus-versioned-provides-update/updates/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/t-db/db-bogus-versioned-provides-update/updates/.keep diff --git a/tests/t-db/db-bogus-versioned-provides-update/updates/0001 b/tests/t-db/db-bogus-versioned-provides-update/updates/0001 new file mode 100644 index 0000000..4851dfb --- /dev/null +++ b/tests/t-db/db-bogus-versioned-provides-update/updates/0001 @@ -0,0 +1,10 @@ +Package: pkg-bogus-versioned-provides +Status: install ok installed +Priority: extra +Section: test +Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org> +Architecture: amd64 +Version: 1.0 +Provides: pkg-bogus (>= 1.0) +Description: test package + Bogus versioned provides with non-equal operator. |