]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Package nitrokey-test 0.1.1
authorRobin Krahl <robin.krahl@ireas.org>
Mon, 14 Jan 2019 12:48:01 +0000 (12:48 +0000)
committerRobin Krahl <robin.krahl@ireas.org>
Mon, 14 Jan 2019 12:49:42 +0000 (13:49 +0100)
src/nitrokey-test/debian/changelog [new file with mode: 0644]
src/nitrokey-test/debian/copyright [new file with mode: 0644]
src/nitrokey-test/debian/copyright.debcargo.hint [new file with mode: 0644]
src/nitrokey-test/debian/debcargo.toml [new file with mode: 0644]

diff --git a/src/nitrokey-test/debian/changelog b/src/nitrokey-test/debian/changelog
new file mode 100644 (file)
index 0000000..a68744f
--- /dev/null
@@ -0,0 +1,6 @@
+rust-nitrokey-test (0.1.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package nitrokey-test 0.1.1 from crates.io using debcargo 2.2.9
+
+ -- Robin Krahl <robin.krahl@ireas.org>  Mon, 14 Jan 2019 12:38:01 +0000
diff --git a/src/nitrokey-test/debian/copyright b/src/nitrokey-test/debian/copyright
new file mode 100644 (file)
index 0000000..1d1fc96
--- /dev/null
@@ -0,0 +1,17 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: nitrokey-test
+Upstream-Contact: Daniel Mueller <deso@posteo.net>
+Source: https://github.com/d-e-s-o/nitrokey-test.git
+
+Files: *
+Copyright: 2019 Daniel Mueller <deso@posteo.net>
+License: GPL-3.0+
+
+Files: debian/*
+Copyright:
+ 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2019 Robin Krahl <robin.krahl@ireas.org>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ Debian systems provide the GPL 3.0 in /usr/share/common-licenses/GPL-3
diff --git a/src/nitrokey-test/debian/copyright.debcargo.hint b/src/nitrokey-test/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..2bed346
--- /dev/null
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: nitrokey-test
+Upstream-Contact: Daniel Mueller <deso@posteo.net>
+Source: https://github.com/d-e-s-o/nitrokey-test.git
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Daniel Mueller <deso@posteo.net>
+License: GPL-3.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: ./src/lib.rs
+Copyright: 2019 Daniel Mueller (deso@posteo.net)                   *
+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:
+ 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2019 Robin Krahl <robin.krahl@ireas.org>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ Debian systems provide the GPL 3.0 in /usr/share/common-licenses/GPL-3
diff --git a/src/nitrokey-test/debian/debcargo.toml b/src/nitrokey-test/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..fd78a00
--- /dev/null
@@ -0,0 +1,4 @@
+overlay = "."
+uploaders = ["Robin Krahl <robin.krahl@ireas.org>"]
+# shorter summary than upstream
+summary = "supporting test infrastructure for the nitrokey crate"