]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Update parking_lot to 0.12.1
authorBlair Noctis <n@sail.ng>
Mon, 29 Aug 2022 19:42:45 +0000 (19:42 +0000)
committerBlair Noctis <n@sail.ng>
Mon, 29 Aug 2022 21:19:51 +0000 (05:19 +0800)
src/parking-lot/debian/RFS [new file with mode: 0644]
src/parking-lot/debian/changelog
src/parking-lot/debian/copyright.debcargo.hint
src/parking-lot/debian/patches/disable-stdweb.diff [deleted file]
src/parking-lot/debian/patches/series [deleted file]

diff --git a/src/parking-lot/debian/RFS b/src/parking-lot/debian/RFS
new file mode 100644 (file)
index 0000000..e69de29
index 62622a355ba3198f7a289d0e4ba063a83c1fee62..d30457e7adedfdc6079080aec771bfa82358e2c2 100644 (file)
@@ -1,9 +1,14 @@
-rust-parking-lot (0.11.2-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+rust-parking-lot (0.12.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
 
+  * Team upload.
+  * Package parking_lot 0.12.1 from crates.io using debcargo 2.5.0
+  * Drop outdated patch removing stdweb
+
+  [ Simon Chopin ]
   * Mark the "deadlock_detection" tests as test_is_broken because of the
     patched-out backtrace dependency in -core.
 
- -- Simon Chopin <schopin@ubuntu.com>  Wed, 01 Jun 2022 23:32:03 +0200
+ -- Blair Noctis <n@sail.ng>  Mon, 29 Aug 2022 17:54:11 +0000
 
 rust-parking-lot (0.11.2-2) unstable; urgency=medium
 
index d197522a455756c9cca1271070b2ea94f6583c94..772e354a4ad49dcbd0c2cbea4919798d111d7604 100644 (file)
@@ -5,7 +5,7 @@ Source: https://github.com/Amanieu/parking_lot
 
 Files: *
 Copyright: FIXME (overlay) UNKNOWN-YEARS Amanieu d'Antras <amanieu@gmail.com>
-License: Apache-2.0 or MIT
+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
@@ -108,7 +108,7 @@ Copyright:
  2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
  2018-2022 Sylvestre Ledru <sylvestre@debian.org>
  2018-2022 Wolfgang Silbermayr <wolfgang@silbermayr.at>
-License: Apache-2.0 or MIT
+License: MIT or Apache-2.0
 
 License: Apache-2.0
  Debian systems provide the Apache 2.0 license in
diff --git a/src/parking-lot/debian/patches/disable-stdweb.diff b/src/parking-lot/debian/patches/disable-stdweb.diff
deleted file mode 100644 (file)
index 732da5b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-Index: parking-lot/Cargo.toml
-===================================================================
---- parking-lot.orig/Cargo.toml
-+++ parking-lot/Cargo.toml
-@@ -42,5 +42,5 @@ nightly = ["parking_lot_core/nightly", "
- owning_ref = ["lock_api/owning_ref"]
- send_guard = []
- serde = ["lock_api/serde"]
--stdweb = ["instant/stdweb"]
-+#stdweb = ["instant/stdweb"]
- wasm-bindgen = ["instant/wasm-bindgen"]
diff --git a/src/parking-lot/debian/patches/series b/src/parking-lot/debian/patches/series
deleted file mode 100644 (file)
index 41da7f5..0000000
+++ /dev/null
@@ -1 +0,0 @@
-disable-stdweb.diff