diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:58:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:58:51 +0000 |
commit | cbffab246997fb5a06211dfb706b54e5ae5bb59f (patch) | |
tree | 0573c5d96f58d74d76a49c0f2a70398e389a36d3 /tests/t-db/db-cross-multi-update | |
parent | Initial commit. (diff) | |
download | dpkg-upstream.tar.xz dpkg-upstream.zip |
Adding upstream version 1.21.22.upstream/1.21.22upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tests/t-db/db-cross-multi-update/status | 10 | ||||
-rw-r--r-- | tests/t-db/db-cross-multi-update/updates/0001 | 10 | ||||
-rw-r--r-- | tests/t-db/db-cross-multi-update/updates/0002 | 10 | ||||
-rw-r--r-- | tests/t-db/db-cross-multi-update/updates/0003 | 9 |
4 files changed, 39 insertions, 0 deletions
diff --git a/tests/t-db/db-cross-multi-update/status b/tests/t-db/db-cross-multi-update/status new file mode 100644 index 0000000..cfa1c04 --- /dev/null +++ b/tests/t-db/db-cross-multi-update/status @@ -0,0 +1,10 @@ +Package: pkg-multi +Status: install ok config-files +Priority: extra +Section: test +Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org> +Architecture: amd64 +Multi-Arch: same +Version: 1.0 +Description: test package + diff --git a/tests/t-db/db-cross-multi-update/updates/0001 b/tests/t-db/db-cross-multi-update/updates/0001 new file mode 100644 index 0000000..a0fea54 --- /dev/null +++ b/tests/t-db/db-cross-multi-update/updates/0001 @@ -0,0 +1,10 @@ +Package: pkg-multi +Status: install ok half-installed +Priority: extra +Section: test +Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org> +Architecture: i386 +Multi-Arch: same +Version: 2.0 +Description: test package + diff --git a/tests/t-db/db-cross-multi-update/updates/0002 b/tests/t-db/db-cross-multi-update/updates/0002 new file mode 100644 index 0000000..7850eef --- /dev/null +++ b/tests/t-db/db-cross-multi-update/updates/0002 @@ -0,0 +1,10 @@ +Package: pkg-multi +Status: install ok not-installed +Priority: extra +Section: test +Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org> +Architecture: i386 +Multi-Arch: same +Version: 2.0 +Description: test package + diff --git a/tests/t-db/db-cross-multi-update/updates/0003 b/tests/t-db/db-cross-multi-update/updates/0003 new file mode 100644 index 0000000..3759577 --- /dev/null +++ b/tests/t-db/db-cross-multi-update/updates/0003 @@ -0,0 +1,9 @@ +Package: pkg-multi +Status: install ok unpacked +Priority: extra +Section: test +Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org> +Architecture: armel +Version: 4.0 +Description: test package + |