diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-03 22:56:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-04 15:24:51 +0300 |
commit | 045563bb01a3fb9de9371854cbc16b77860c221b (patch) | |
tree | 928225401c145f00d9eb8e5467d92339d63d7d98 /tests/load/1/stable/packages.manifest | |
parent | 05d77beb95f52351c16b2f0af74a0099dd5dba27 (diff) |
Add support for topics and keywords package manifest values
Diffstat (limited to 'tests/load/1/stable/packages.manifest')
-rw-r--r-- | tests/load/1/stable/packages.manifest | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/load/1/stable/packages.manifest b/tests/load/1/stable/packages.manifest index c1d4f1a..85109f6 100644 --- a/tests/load/1/stable/packages.manifest +++ b/tests/load/1/stable/packages.manifest @@ -17,7 +17,7 @@ version: 1.2.2-alpha.1 priority: security summary: The Foo library license: MIT -tags: c++, foo +keywords: c++ foo url: ftp://www.example.com/foo/ email: foo-users@example.com depends: libmisc [0.1 2.0-) | libmisc [2.0 5.0] @@ -30,7 +30,7 @@ name: libfoo version: 1.2.2 summary: The Foo library license: MIT -tags: c++, foo +keywords: c++ foo url: http://www.example.com/foo/ email: foo-users@example.com depends: libbar <= 2.4.0 @@ -43,7 +43,7 @@ version: 1.2.3+4 priority: medium summary: The Foo library license: MIT -tags: c++, foo +keywords: c++ foo url: http://www.example.com/foo/ email: foo-users@example.com depends: libmisc >= 2.0.0 @@ -54,7 +54,7 @@ name: libfoo version: 1.2.4 summary: The Foo Library license: MIT; Permissive free software license. -tags: c++, foo +keywords: c++ foo description: Very good foo library. description-type: text/plain changes: some changes 1 |