]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Start packaging for alacritty 0.9.0
authorJames McCoy <jamessan@debian.org>
Wed, 6 Oct 2021 02:51:02 +0000 (22:51 -0400)
committerJames McCoy <jamessan@debian.org>
Sun, 10 Oct 2021 16:46:20 +0000 (12:46 -0400)
src/alacritty/debian/changelog [new file with mode: 0644]
src/alacritty/debian/copyright [new file with mode: 0644]
src/alacritty/debian/copyright.debcargo.hint [new file with mode: 0644]
src/alacritty/debian/debcargo.toml [new file with mode: 0644]
src/alacritty/debian/patches/remove-non-linux-deps.patch [new file with mode: 0644]
src/alacritty/debian/patches/series [new file with mode: 0644]

diff --git a/src/alacritty/debian/changelog b/src/alacritty/debian/changelog
new file mode 100644 (file)
index 0000000..06fe565
--- /dev/null
@@ -0,0 +1,5 @@
+rust-alacritty (0.9.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package alacritty 0.9.0 from crates.io using debcargo 2.4.4
+
+ -- James McCoy <jamessan@debian.org>  Tue, 05 Oct 2021 22:44:17 -0400
diff --git a/src/alacritty/debian/copyright b/src/alacritty/debian/copyright
new file mode 100644 (file)
index 0000000..1cc7ecf
--- /dev/null
@@ -0,0 +1,19 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: alacritty
+Upstream-Contact:
+ Christian Duerr <contact@christianduerr.com>
+ Joe Wilm <joe@jwilm.com>
+
+Files: *
+Copyright: 2016-2021 The Alacritty Project
+License: Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2021 James McCoy <jamessan@debian.org>
+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/alacritty/debian/copyright.debcargo.hint b/src/alacritty/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..9abc943
--- /dev/null
@@ -0,0 +1,40 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: alacritty
+Upstream-Contact:
+ Christian Duerr <contact@christianduerr.com>
+ Joe Wilm <joe@jwilm.com>
+
+Files: *
+Copyright:
+ FIXME (overlay) UNKNOWN-YEARS Christian Duerr <contact@christianduerr.com>
+ FIXME (overlay) UNKNOWN-YEARS Joe Wilm <joe@jwilm.com>
+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: ./LICENSE-APACHE
+Copyright: 2020 The Alacritty Project
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./windows/wix/license.rtf
+Copyright: 2016 Joe Wilm, The Alacritty Project Contributors\par
+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:
+ 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2021 James McCoy <jamessan@debian.org>
+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/alacritty/debian/debcargo.toml b/src/alacritty/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..fbd6dc0
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["James McCoy <jamessan@debian.org>"]
diff --git a/src/alacritty/debian/patches/remove-non-linux-deps.patch b/src/alacritty/debian/patches/remove-non-linux-deps.patch
new file mode 100644 (file)
index 0000000..dcf302f
--- /dev/null
@@ -0,0 +1,19 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -100,16 +100,3 @@ optional = true
+ default-features = false
+ [target."cfg(not(windows))".dependencies.xdg]
+ version = "2"
+-[target."cfg(target_os = \"macos\")".dependencies.cocoa]
+-version = "0.24.0"
+-
+-[target."cfg(target_os = \"macos\")".dependencies.objc]
+-version = "0.2.2"
+-
+-[target."cfg(target_os = \"macos\")".dependencies.raw-window-handle]
+-version = "0.3.3"
+-[target."cfg(windows)".dependencies.winapi]
+-version = "0.3.7"
+-features = ["impl-default", "wincon"]
+-[target."cfg(windows)".build-dependencies.embed-resource]
+-version = "1.3"
diff --git a/src/alacritty/debian/patches/series b/src/alacritty/debian/patches/series
new file mode 100644 (file)
index 0000000..8523984
--- /dev/null
@@ -0,0 +1 @@
+remove-non-linux-deps.patch