]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Packaged mnt v0.3.1
authorMatthias Geiger <matthias.geiger1024@tutanota.de>
Mon, 2 May 2022 01:12:43 +0000 (19:12 -0600)
committerMatthias Geiger <matthias.geiger1024@tutanota.de>
Mon, 2 May 2022 01:12:43 +0000 (19:12 -0600)
src/mnt/debian/changelog [new file with mode: 0644]
src/mnt/debian/copyright [new file with mode: 0644]
src/mnt/debian/copyright.debcargo.hint [new file with mode: 0644]
src/mnt/debian/debcargo.toml [new file with mode: 0644]

diff --git a/src/mnt/debian/changelog b/src/mnt/debian/changelog
new file mode 100644 (file)
index 0000000..7714571
--- /dev/null
@@ -0,0 +1,5 @@
+rust-mnt (0.3.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package mnt 0.3.1 from crates.io using debcargo 2.5.0
+
+ -- Matthias Geiger <matthias.geiger1024@tutanota.de>  Sun, 01 May 2022 19:06:14 -0600
diff --git a/src/mnt/debian/copyright b/src/mnt/debian/copyright
new file mode 100644 (file)
index 0000000..f654b85
--- /dev/null
@@ -0,0 +1,17 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mnt
+Upstream-Contact: Mickaël Salaün <mic@digikod.net>
+Source: https://github.com/stemjail/mnt-rs
+
+Files: *
+Copyright: 2014-2022 Mickaël Salaün <mic@digikod.net>
+License: LGPL-3.0
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Matthias Geiger <matthias.geiger1024@tutanota.de>
+License: LGPL-3.0
+
+License: LGPL-3.0
+ Debian systems provide the LGPL 3.0 in /usr/share/common-licenses/LGPL-3
diff --git a/src/mnt/debian/copyright.debcargo.hint b/src/mnt/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..417fecb
--- /dev/null
@@ -0,0 +1,71 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mnt
+Upstream-Contact: Mickaël Salaün <mic@digikod.net>
+Source: https://github.com/stemjail/mnt-rs
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Mickaël Salaün <mic@digikod.net>
+License: LGPL-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: ./COPYING.LESSER.txt
+Copyright: 2007 Free Software Foundation, Inc. <http://fsf.org/>
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./COPYING.txt
+Copyright: 2007 Free Software Foundation, Inc. <http://fsf.org/>
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./examples/list-mount.rs
+Copyright: 2014-2015 Mickaël Salaün
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./examples/list-submounts.rs
+Copyright: 2014-2015 Mickaël Salaün
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./src/error.rs
+Copyright: 2014-2015 Mickaël Salaün
+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: 2014-2015 Mickaël Salaün
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./src/parse.rs
+Copyright: 2014-2015 Mickaël Salaün
+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 Matthias Geiger <matthias.geiger1024@tutanota.de>
+License: LGPL-3.0
+
+License: LGPL-3.0
+ Debian systems provide the LGPL 3.0 in /usr/share/common-licenses/LGPL-3
diff --git a/src/mnt/debian/debcargo.toml b/src/mnt/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..b42a093
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Matthias Geiger <matthias.geiger1024@tutanota.de>"]