diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-08-15 14:30:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-08-15 14:30:12 +0200 |
commit | 5408b073ace6316ce1589b0f7d571e75aef919df (patch) | |
tree | 802012b6f62eacb4158991f9162618bc7974a2c4 /owners/sfml | |
parent | ed0bf83ec5156cd58ab2dd5ffa37e2b43d212df2 (diff) |
Migrate sfml from queue/stable to testing
add libsfml-system/2.5.1
add libsfml-window/2.5.1
add libsfml-network/2.5.1
add libsfml-graphics/2.5.1
add owners/sfml/libsfml-system/package-owner.manifest
add owners/sfml/project-owner.manifest
add owners/sfml/libsfml-window/package-owner.manifest
add owners/sfml/libsfml-network/package-owner.manifest
add owners/sfml/libsfml-graphics/package-owner.manifest
Diffstat (limited to 'owners/sfml')
-rw-r--r-- | owners/sfml/libsfml-graphics/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/sfml/libsfml-network/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/sfml/libsfml-system/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/sfml/libsfml-window/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/sfml/project-owner.manifest | 5 |
5 files changed, 25 insertions, 0 deletions
diff --git a/owners/sfml/libsfml-graphics/package-owner.manifest b/owners/sfml/libsfml-graphics/package-owner.manifest new file mode 100644 index 0000000..46d3aaf --- /dev/null +++ b/owners/sfml/libsfml-graphics/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: libsfml-graphics +author-name: Fabian Meyer +author-email: rookfighter@posteo.org +control: https://github.com/build2-packaging/sfml.git diff --git a/owners/sfml/libsfml-network/package-owner.manifest b/owners/sfml/libsfml-network/package-owner.manifest new file mode 100644 index 0000000..f74b0bc --- /dev/null +++ b/owners/sfml/libsfml-network/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: libsfml-network +author-name: Fabian Meyer +author-email: rookfighter@posteo.org +control: https://github.com/build2-packaging/sfml.git diff --git a/owners/sfml/libsfml-system/package-owner.manifest b/owners/sfml/libsfml-system/package-owner.manifest new file mode 100644 index 0000000..2b105e5 --- /dev/null +++ b/owners/sfml/libsfml-system/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: libsfml-system +author-name: Fabian Meyer +author-email: rookfighter@posteo.org +control: https://github.com/build2-packaging/sfml.git diff --git a/owners/sfml/libsfml-window/package-owner.manifest b/owners/sfml/libsfml-window/package-owner.manifest new file mode 100644 index 0000000..401e8cf --- /dev/null +++ b/owners/sfml/libsfml-window/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: libsfml-window +author-name: Fabian Meyer +author-email: rookfighter@posteo.org +control: https://github.com/build2-packaging/sfml.git diff --git a/owners/sfml/project-owner.manifest b/owners/sfml/project-owner.manifest new file mode 100644 index 0000000..76e40c7 --- /dev/null +++ b/owners/sfml/project-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: sfml +author-name: Fabian Meyer +author-email: rookfighter@posteo.org +control: https://github.com/build2-packaging/ |