diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-08-27 14:22:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-08-27 14:22:00 +0200 |
commit | 7099741b08bf3442929d8c523db84a8aa1588624 (patch) | |
tree | 23899629f0bd64b7798a2088acbe7020eb560641 /owners/glfw | |
parent | 41964ca272fa8aecbe43c408e0f8fc6e69bcea1b (diff) |
Migrate glfw from queue/stable to testing
add glfw/3.3.4
add glfw-tests/3.3.4
add glfw-examples/3.3.4
add owners/glfw/glfw/package-owner.manifest
add owners/glfw/project-owner.manifest
add owners/glfw/glfw-tests/package-owner.manifest
add owners/glfw/glfw-examples/package-owner.manifest
Diffstat (limited to 'owners/glfw')
-rw-r--r-- | owners/glfw/glfw-examples/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/glfw/glfw-tests/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/glfw/glfw/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/glfw/project-owner.manifest | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/owners/glfw/glfw-examples/package-owner.manifest b/owners/glfw/glfw-examples/package-owner.manifest new file mode 100644 index 0000000..5f7eb86 --- /dev/null +++ b/owners/glfw/glfw-examples/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: glfw-examples +author-name: Swat SomeBug +author-email: swat.somebug@gmail.com +control: https://github.com/build2-packaging/glfw.git diff --git a/owners/glfw/glfw-tests/package-owner.manifest b/owners/glfw/glfw-tests/package-owner.manifest new file mode 100644 index 0000000..26fc999 --- /dev/null +++ b/owners/glfw/glfw-tests/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: glfw-tests +author-name: Swat SomeBug +author-email: swat.somebug@gmail.com +control: https://github.com/build2-packaging/glfw.git diff --git a/owners/glfw/glfw/package-owner.manifest b/owners/glfw/glfw/package-owner.manifest new file mode 100644 index 0000000..c6e7140 --- /dev/null +++ b/owners/glfw/glfw/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: glfw +author-name: Swat SomeBug +author-email: swat.somebug@gmail.com +control: https://github.com/build2-packaging/glfw.git diff --git a/owners/glfw/project-owner.manifest b/owners/glfw/project-owner.manifest new file mode 100644 index 0000000..a5a3913 --- /dev/null +++ b/owners/glfw/project-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: glfw +author-name: Swat SomeBug +author-email: swat.somebug@gmail.com +control: https://github.com/build2-packaging/ |