]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Add gl
authorJeremy Bicha <jeremy.bicha@canonical.com>
Fri, 24 Jun 2022 19:22:09 +0000 (15:22 -0400)
committerJeremy Bicha <jeremy.bicha@canonical.com>
Fri, 24 Jun 2022 19:22:41 +0000 (15:22 -0400)
Required by khronos-egl

src/gl/debian/changelog [new file with mode: 0644]
src/gl/debian/copyright [new file with mode: 0644]
src/gl/debian/copyright.debcargo.hint [new file with mode: 0644]
src/gl/debian/debcargo.toml [new file with mode: 0644]

diff --git a/src/gl/debian/changelog b/src/gl/debian/changelog
new file mode 100644 (file)
index 0000000..1ced6c3
--- /dev/null
@@ -0,0 +1,5 @@
+rust-gl (0.14.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package gl 0.14.0 from crates.io using debcargo 2.5.0
+
+ -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 24 Jun 2022 15:21:49 -0400
diff --git a/src/gl/debian/copyright b/src/gl/debian/copyright
new file mode 100644 (file)
index 0000000..b15e8ca
--- /dev/null
@@ -0,0 +1,25 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gl
+Upstream-Contact:
+ Brendan Zabarauskas <bjzaba@yahoo.com.au>
+ Corey Richardson
+ Arseny Kapoulkine
+Source: https://github.com/brendanzab/gl-rs/
+
+Files: *
+Copyright:
+ 2015-2020 Brendan Zabarauskas <bjzaba@yahoo.com.au>
+ 2013-2015 Corey Richardson
+ 2013 Arseny Kapoulkine
+ 2013-2020 the gl-rs develoeprs
+License: Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jeremy Bicha <jbicha@ubuntu.com>
+License: Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
diff --git a/src/gl/debian/copyright.debcargo.hint b/src/gl/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..5a3338a
--- /dev/null
@@ -0,0 +1,57 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gl
+Upstream-Contact:
+ Brendan Zabarauskas <bjzaba@yahoo.com.au>
+ Corey Richardson
+ Arseny Kapoulkine
+Source: https://github.com/brendanzab/gl-rs/
+
+Files: *
+Copyright:
+ FIXME (overlay) UNKNOWN-YEARS Brendan Zabarauskas <bjzaba@yahoo.com.au>
+ FIXME (overlay) UNKNOWN-YEARS Corey Richardson
+ FIXME (overlay) UNKNOWN-YEARS Arseny Kapoulkine
+License: Apache-2.0
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: ./build.rs
+Copyright: 2015 Brendan Zabarauskas and the gl-rs developers
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./examples/basic.rs
+Copyright: 2015 Brendan Zabarauskas and the gl-rs developers
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./examples/triangle.rs
+Copyright: 2015 Brendan Zabarauskas and the gl-rs developers
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./src/lib.rs
+Copyright: 2015 Brendan Zabarauskas and the gl-rs developers
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jeremy Bicha <jbicha@ubuntu.com>
+License: Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
diff --git a/src/gl/debian/debcargo.toml b/src/gl/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..0762209
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Jeremy Bicha <jbicha@ubuntu.com>"]