]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Package commoncrypto, home, libssh2-sys, libz-sys, semver, serde_ignored, synom;...
authorXimin Luo <infinity0@debian.org>
Fri, 3 Aug 2018 11:56:48 +0000 (04:56 -0700)
committerXimin Luo <infinity0@debian.org>
Fri, 3 Aug 2018 11:56:48 +0000 (04:56 -0700)
29 files changed:
TODO.rst
src/commoncrypto/debian/changelog [new file with mode: 0644]
src/commoncrypto/debian/copyright [new file with mode: 0644]
src/commoncrypto/debian/copyright.debcargo.hint [new file with mode: 0644]
src/commoncrypto/debian/debcargo.toml [new file with mode: 0644]
src/home/debian/changelog [new file with mode: 0644]
src/home/debian/copyright [new file with mode: 0644]
src/home/debian/copyright.debcargo.hint [new file with mode: 0644]
src/home/debian/debcargo.toml [new file with mode: 0644]
src/libssh2-sys/debian/changelog [new file with mode: 0644]
src/libssh2-sys/debian/copyright [new file with mode: 0644]
src/libssh2-sys/debian/copyright.debcargo.hint [new file with mode: 0644]
src/libssh2-sys/debian/debcargo.toml
src/libz-sys/debian/changelog [new file with mode: 0644]
src/libz-sys/debian/copyright [new file with mode: 0644]
src/libz-sys/debian/copyright.debcargo.hint [new file with mode: 0644]
src/semver/debian/changelog [new file with mode: 0644]
src/semver/debian/copyright [new file with mode: 0644]
src/semver/debian/copyright.debcargo.hint [new file with mode: 0644]
src/semver/debian/debcargo.toml [new file with mode: 0644]
src/serde-ignored/debian/changelog [new file with mode: 0644]
src/serde-ignored/debian/copyright [new file with mode: 0644]
src/serde-ignored/debian/copyright.debcargo.hint [new file with mode: 0644]
src/serde-ignored/debian/debcargo.toml [new file with mode: 0644]
src/syn/debian/changelog
src/synom/debian/changelog [new file with mode: 0644]
src/synom/debian/copyright [new file with mode: 0644]
src/synom/debian/copyright.debcargo.hint [new file with mode: 0644]
src/synom/debian/debcargo.toml [new file with mode: 0644]

index ce8fb87d9f5759e3cf02b9d2ad1187b95ef50f55..66235d54b2bae35881e3cf59d1c711e6e111cadc 100644 (file)
--- a/TODO.rst
+++ b/TODO.rst
@@ -130,20 +130,17 @@ dependencies of debcargo
 Roughly in dependency order, i.e. earlier packages have less dependencies.
 Some versions might be out-of-date::
 
-    - quote v0.6.3
-    syn v0.14.2
+    - syn v0.14.2
     serde_derive v1.0.66
-    semver v0.9.0
-    - itertools v0.7.8
-    - cmake v0.1.31
-    libz-sys v1.0.18
-    libssh2-sys v0.2.7
+    - semver v0.9.0
+    - libz-sys v1.0.18
+    - libssh2-sys v0.2.7
     curl-sys v0.4.5
     libgit2-sys v0.7.3
     git2 v0.7.1
     miniz-sys v0.1.10
     flate2 v1.0.1
-    synom v0.11.3
+    synom v0.11.3
     quote v0.3.15
     syn v0.11.11
     synstructure v0.6.1
@@ -151,26 +148,23 @@ Some versions might be out-of-date::
     backtrace-sys v0.1.23
     backtrace v0.3.8
     failure v0.1.1
-    serde_ignored v0.0.4
+    serde_ignored v0.0.4
     - socket2 v0.3.6
     miow v0.3.1
     lazycell v0.6.0
     - jobserver v0.1.11
     regex-syntax v0.5.6
     regex v0.2.11 -- largely compatible with regex 1, try patching Cargo.toml to use latter
-    - ignore v0.4.2
-    home v0.3.3
+    - home v0.3.3
     winapi v0.2.8
     kernel32-sys v0.2.2
     curl v0.4.12
     git2-curl v0.8.1
-    - fs2 v0.4.3
     filetime v0.1.15
     - env_logger v0.5.10
     - foreign-types v0.3.2
     openssl v0.10.9
-    - commoncrypto-sys v0.2.0
-    commoncrypto v0.2.0
+    - commoncrypto v0.2.0
     crypto-hash v0.3.1
     crates-io v0.16.0
     - core-foundation-sys v0.5.1
diff --git a/src/commoncrypto/debian/changelog b/src/commoncrypto/debian/changelog
new file mode 100644 (file)
index 0000000..ae01427
--- /dev/null
@@ -0,0 +1,5 @@
+rust-commoncrypto (0.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package commoncrypto 0.2.0 from crates.io using debcargo 2.2.5
+
+ -- Ximin Luo <infinity0@debian.org>  Fri,  3 Aug 2018 04:55:09 -0700
diff --git a/src/commoncrypto/debian/copyright b/src/commoncrypto/debian/copyright
new file mode 100644 (file)
index 0000000..44ad676
--- /dev/null
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: commoncrypto
+Upstream-Contact: Mark Lee
+Source: https://github.com/malept/rust-commoncrypto
+
+Files: *
+Copyright: 2016-2018 Mark Lee
+License: MIT
+
+Files: debian/*
+Copyright:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 Ximin Luo <infinity0@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/commoncrypto/debian/copyright.debcargo.hint b/src/commoncrypto/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..4dfb187
--- /dev/null
@@ -0,0 +1,59 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: commoncrypto
+Upstream-Contact: Mark Lee
+Source: https://github.com/malept/rust-commoncrypto
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Mark Lee
+License: MIT
+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/hash.rs
+Copyright: 2016 Mark Lee
+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: 2016 Mark Lee
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: ./src/pbkdf2.rs
+Copyright: 2016
+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:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 FIXME (overlay) Your Name <Your Email>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/commoncrypto/debian/debcargo.toml b/src/commoncrypto/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..62cc3f7
--- /dev/null
@@ -0,0 +1 @@
+overlay = "."
diff --git a/src/home/debian/changelog b/src/home/debian/changelog
new file mode 100644 (file)
index 0000000..1ee9fc6
--- /dev/null
@@ -0,0 +1,5 @@
+rust-home (0.3.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package home 0.3.3 from crates.io using debcargo 2.2.5
+
+ -- Ximin Luo <infinity0@debian.org>  Fri,  3 Aug 2018 04:52:41 -0700
diff --git a/src/home/debian/copyright b/src/home/debian/copyright
new file mode 100644 (file)
index 0000000..93f9923
--- /dev/null
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: home
+Upstream-Contact: Brian Anderson <andersrb@gmail.com>
+Source: https://github.com/brson/home
+
+Files: *
+Copyright: 2017-2018 Brian Anderson <andersrb@gmail.com>
+License: MIT or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 Ximin Luo <infinity0@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/home/debian/copyright.debcargo.hint b/src/home/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..e68e295
--- /dev/null
@@ -0,0 +1,42 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: home
+Upstream-Contact: Brian Anderson <andersrb@gmail.com>
+Source: https://github.com/brson/home
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Brian Anderson <andersrb@gmail.com>
+License: MIT or 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: debian/*
+Copyright:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 FIXME (overlay) Your Name <Your Email>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/home/debian/debcargo.toml b/src/home/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..62cc3f7
--- /dev/null
@@ -0,0 +1 @@
+overlay = "."
diff --git a/src/libssh2-sys/debian/changelog b/src/libssh2-sys/debian/changelog
new file mode 100644 (file)
index 0000000..d718ff8
--- /dev/null
@@ -0,0 +1,5 @@
+rust-libssh2-sys (0.2.8-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package libssh2-sys 0.2.8 from crates.io using debcargo 2.2.5
+
+ -- Ximin Luo <infinity0@debian.org>  Fri,  3 Aug 2018 04:47:11 -0700
diff --git a/src/libssh2-sys/debian/copyright b/src/libssh2-sys/debian/copyright
new file mode 100644 (file)
index 0000000..eb95a29
--- /dev/null
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libssh2-sys
+Upstream-Contact: Alex Crichton <alex@alexcrichton.com>
+Source: https://github.com/alexcrichton/ssh2-rs
+
+Files: *
+Copyright: 2014-2018 Alex Crichton <alex@alexcrichton.com>
+License: MIT or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 Ximin Luo <infinity0@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/libssh2-sys/debian/copyright.debcargo.hint b/src/libssh2-sys/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..145f637
--- /dev/null
@@ -0,0 +1,42 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libssh2-sys
+Upstream-Contact: Alex Crichton <alex@alexcrichton.com>
+Source: https://github.com/alexcrichton/ssh2-rs
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com>
+License: MIT or 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: debian/*
+Copyright:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 FIXME (overlay) Your Name <Your Email>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
index 813a4d31e17d33eae0be2839244a8f72eb06481b..03587b5ca929d0607a613f8493cc8d9f897691c7 100644 (file)
@@ -1,8 +1,5 @@
 overlay = "."
 excludes = ["libssh2/**"]
 
-# zlib1g-dev is only needed because libssh2-1-dev incorrectly omits it, TB fixed
-# see the relevant Debian bug report at https://bugs.debian.org/libssh2-1-dev
-
 [packages.lib]
-depends = ["libssh2-1-dev", "zlib1g-dev"]
+depends = ["libssh2-1-dev"]
diff --git a/src/libz-sys/debian/changelog b/src/libz-sys/debian/changelog
new file mode 100644 (file)
index 0000000..6c67a55
--- /dev/null
@@ -0,0 +1,5 @@
+rust-libz-sys (1.0.18-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package libz-sys 1.0.18 from crates.io using debcargo 2.2.5
+
+ -- Ximin Luo <infinity0@debian.org>  Fri,  3 Aug 2018 04:46:21 -0700
diff --git a/src/libz-sys/debian/copyright b/src/libz-sys/debian/copyright
new file mode 100644 (file)
index 0000000..a15ca11
--- /dev/null
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libz-sys
+Upstream-Contact: Alex Crichton <alex@alexcrichton.com>
+Source: https://github.com/alexcrichton/libz-sys
+
+Files: *
+Copyright: 2014-2018 Alex Crichton <alex@alexcrichton.com>
+License: MIT or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 Ximin Luo <infinity0@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/libz-sys/debian/copyright.debcargo.hint b/src/libz-sys/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..036c516
--- /dev/null
@@ -0,0 +1,49 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libz-sys
+Upstream-Contact: Alex Crichton <alex@alexcrichton.com>
+Source: https://github.com/alexcrichton/libz-sys
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com>
+License: MIT or 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-MIT
+Copyright: 2014 Alex Crichton
+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:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 FIXME (overlay) Your Name <Your Email>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/semver/debian/changelog b/src/semver/debian/changelog
new file mode 100644 (file)
index 0000000..daada77
--- /dev/null
@@ -0,0 +1,5 @@
+rust-semver (0.9.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package semver 0.9.0 from crates.io using debcargo 2.2.5
+
+ -- Ximin Luo <infinity0@debian.org>  Fri,  3 Aug 2018 04:44:49 -0700
diff --git a/src/semver/debian/copyright b/src/semver/debian/copyright
new file mode 100644 (file)
index 0000000..39d0704
--- /dev/null
@@ -0,0 +1,41 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: semver
+Upstream-Contact:
+ Steve Klabnik <steve@steveklabnik.com>
+ The Rust Project Developers
+Source: https://github.com/steveklabnik/semver
+
+Files: *
+Copyright:
+ 2012-2014 Steve Klabnik <steve@steveklabnik.com>
+ 2012-2014 The Rust Project Developers
+License: MIT or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 Ximin Luo <infinity0@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/semver/debian/copyright.debcargo.hint b/src/semver/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..8e0a27a
--- /dev/null
@@ -0,0 +1,74 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: semver
+Upstream-Contact:
+ Steve Klabnik <steve@steveklabnik.com>
+ The Rust Project Developers
+Source: https://github.com/steveklabnik/semver
+
+Files: *
+Copyright:
+ FIXME (overlay) UNKNOWN-YEARS Steve Klabnik <steve@steveklabnik.com>
+ FIXME (overlay) UNKNOWN-YEARS The Rust Project Developers
+License: MIT or 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-MIT
+Copyright: 2014 The Rust Project 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: 2012-2013 The Rust Project 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/version.rs
+Copyright: 2012-2013 The Rust Project 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/version_req.rs
+Copyright: 2012-2013 The Rust Project 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:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 FIXME (overlay) Your Name <Your Email>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/semver/debian/debcargo.toml b/src/semver/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..62cc3f7
--- /dev/null
@@ -0,0 +1 @@
+overlay = "."
diff --git a/src/serde-ignored/debian/changelog b/src/serde-ignored/debian/changelog
new file mode 100644 (file)
index 0000000..e321a9a
--- /dev/null
@@ -0,0 +1,5 @@
+rust-serde-ignored (0.0.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package serde_ignored 0.0.4 from crates.io using debcargo 2.2.5
+
+ -- Ximin Luo <infinity0@debian.org>  Fri,  3 Aug 2018 04:50:38 -0700
diff --git a/src/serde-ignored/debian/copyright b/src/serde-ignored/debian/copyright
new file mode 100644 (file)
index 0000000..a8394b7
--- /dev/null
@@ -0,0 +1,39 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: serde_ignored
+Upstream-Contact: David Tolnay <dtolnay@gmail.com>
+Source: https://github.com/dtolnay/serde-ignored
+
+Files: *
+Copyright:
+ 2014-2018 David Tolnay <dtolnay@gmail.com>
+ 2014-2018 The Rust Project Developers
+License: MIT or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 Ximin Luo <infinity0@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/serde-ignored/debian/copyright.debcargo.hint b/src/serde-ignored/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..7237695
--- /dev/null
@@ -0,0 +1,49 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: serde_ignored
+Upstream-Contact: David Tolnay <dtolnay@gmail.com>
+Source: https://github.com/dtolnay/serde-ignored
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS David Tolnay <dtolnay@gmail.com>
+License: MIT or 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-MIT
+Copyright: 2014 The Rust Project 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:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 FIXME (overlay) Your Name <Your Email>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/serde-ignored/debian/debcargo.toml b/src/serde-ignored/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..62cc3f7
--- /dev/null
@@ -0,0 +1 @@
+overlay = "."
index d34bc7101cff4ce408921596c64e4e704829c291..26bf944f1b1316e8a333aa9d4e25b90795ed7e7c 100644 (file)
@@ -1,5 +1,8 @@
-rust-syn (0.14.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+rust-syn (0.14.6-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
 
+  * Package syn 0.14.6 from crates.io using debcargo 2.2.5
+
+  [ Nicolas Braud-Santoni ]
   * Package syn 0.14.5 from crates.io using debcargo 2.2.4
 
- -- Nicolas Braud-Santoni <nicolas@braud-santoni.eu>  Sun, 29 Jul 2018 22:55:28 +0800
+ -- Ximin Luo <infinity0@debian.org>  Fri,  3 Aug 2018 04:42:54 -0700
diff --git a/src/synom/debian/changelog b/src/synom/debian/changelog
new file mode 100644 (file)
index 0000000..9923a0f
--- /dev/null
@@ -0,0 +1,5 @@
+rust-synom (0.11.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package synom 0.11.3 from crates.io using debcargo 2.2.5
+
+ -- Ximin Luo <infinity0@debian.org>  Fri,  3 Aug 2018 04:49:01 -0700
diff --git a/src/synom/debian/copyright b/src/synom/debian/copyright
new file mode 100644 (file)
index 0000000..5016490
--- /dev/null
@@ -0,0 +1,39 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: synom
+Upstream-Contact: David Tolnay <dtolnay@gmail.com>
+Source: https://github.com/dtolnay/syn
+
+Files: *
+Copyright:
+ 2016-2018 David Tolnay <dtolnay@gmail.com>
+ 2016-2018 2016 The Rust Project Developers
+License: MIT or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 Ximin Luo <infinity0@debian.org>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/synom/debian/copyright.debcargo.hint b/src/synom/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..a29e79b
--- /dev/null
@@ -0,0 +1,49 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: synom
+Upstream-Contact: David Tolnay <dtolnay@gmail.com>
+Source: https://github.com/dtolnay/syn
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS David Tolnay <dtolnay@gmail.com>
+License: MIT or 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-MIT
+Copyright: 2016 The Rust Project 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:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 FIXME (overlay) Your Name <Your Email>
+License: MIT or Apache-2.0
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/synom/debian/debcargo.toml b/src/synom/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..62cc3f7
--- /dev/null
@@ -0,0 +1 @@
+overlay = "."