]> git.proxmox.com Git - debcargo-conf.git/commitdiff
RFS: dtoa-short
authorkpcyrd <git@rxv.cc>
Sat, 18 Aug 2018 17:59:15 +0000 (18:59 +0100)
committerkpcyrd <git@rxv.cc>
Sat, 18 Aug 2018 17:59:15 +0000 (18:59 +0100)
TODO.rst
src/dtoa-short/debian/changelog [new file with mode: 0644]
src/dtoa-short/debian/copyright [new file with mode: 0644]
src/dtoa-short/debian/copyright.debcargo.hint [new file with mode: 0644]
src/dtoa-short/debian/debcargo.toml [new file with mode: 0644]

index fad8f6a0078d1bad69fb7b009719e8272ba6dc29..65549a20efd2fa28e5ca2a970356478c220b204d 100644 (file)
--- a/TODO.rst
+++ b/TODO.rst
@@ -57,6 +57,7 @@ all required dependencies are available in main::
     adler32
     keccak
     atoi
+    dtoa-short
 
 Delayed/problematic::
 
diff --git a/src/dtoa-short/debian/changelog b/src/dtoa-short/debian/changelog
new file mode 100644 (file)
index 0000000..80cba63
--- /dev/null
@@ -0,0 +1,5 @@
+rust-dtoa-short (0.3.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package dtoa-short 0.3.2 from crates.io using debcargo 2.2.6
+
+ -- kpcyrd <git@rxv.cc>  Sat, 18 Aug 2018 17:56:40 +0000
diff --git a/src/dtoa-short/debian/copyright b/src/dtoa-short/debian/copyright
new file mode 100644 (file)
index 0000000..3bbeacd
--- /dev/null
@@ -0,0 +1,17 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dtoa-short
+Upstream-Contact: Xidorn Quan <me@upsuper.org>
+Source: https://github.com/upsuper/dtoa-short
+
+Files: *
+Copyright: 2017-2018 Xidorn Quan <me@upsuper.org>
+License: MPL-2.0
+
+Files: debian/*
+Copyright:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 kpcyrd <git@rxv.cc>
+License: MPL-2.0
+
+License: MPL-2.0
+ Debian systems provide the MPL 2.0 in /usr/share/common-licenses/MPL-2.0
diff --git a/src/dtoa-short/debian/copyright.debcargo.hint b/src/dtoa-short/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..219e18d
--- /dev/null
@@ -0,0 +1,22 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dtoa-short
+Upstream-Contact: Xidorn Quan <me@upsuper.org>
+Source: https://github.com/upsuper/dtoa-short
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Xidorn Quan <me@upsuper.org>
+License: MPL-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: debian/*
+Copyright:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 FIXME (overlay) Your Name <Your Email>
+License: MPL-2.0
+
+License: MPL-2.0
+ Debian systems provide the MPL 2.0 in /usr/share/common-licenses/MPL-2.0
diff --git a/src/dtoa-short/debian/debcargo.toml b/src/dtoa-short/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..62cc3f7
--- /dev/null
@@ -0,0 +1 @@
+overlay = "."