]> git.proxmox.com Git - debcargo-conf.git/commitdiff
libslirp: don't relax mio dependency.
authorPeter Michael Green <plugwash@debian.org>
Sat, 6 Feb 2021 18:09:06 +0000 (18:09 +0000)
committerPeter Michael Green <plugwash@debian.org>
Sat, 6 Feb 2021 18:10:11 +0000 (18:10 +0000)
src/libslirp/debian/changelog
src/libslirp/debian/copyright
src/libslirp/debian/copyright.debcargo.hint
src/libslirp/debian/debcargo.toml
src/libslirp/debian/patches/relax-deps.patch

index a2d997714e83845e386a75ff0130da361e1ab267..17a31618b5cdc22f7596cc36815df234792b45a4 100644 (file)
@@ -1,3 +1,15 @@
+rust-libslirp (4.3.0-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package libslirp 4.3.0 from crates.io using debcargo 2.4.4
+  * Don't relax dependency on mio, it seems the newer version is actually
+    needed ( Closes: 981840 )
+  * Set collapse_features = true, it seems that the features were already
+    collapsed in the package that was uploaded, perhaps this was done
+    manually.
+
+ -- Peter Michael Green <plugwash@debian.org>  Sat, 06 Feb 2021 18:02:18 +0000
+
 rust-libslirp (4.3.0-2) unstable; urgency=high
 
   * Rebuild.
index 66e8692d4375845861e44dc9dbc494c63b85fa3d..91a988a3053ecd9984c535d21ba95113889737ea 100644 (file)
@@ -9,7 +9,7 @@ License: Expat
 
 Files: debian/*
 Copyright:
- 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2020-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
  2020 Andrej Shadura <andrewsh@debian.org>
 License: Expat
 
index 255d9661bba2b2821d96a5060ca50ebb8b4c1e24..304a6df9327cda3f966772438b49d2c61bf08a6c 100644 (file)
@@ -21,8 +21,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2020 Andrej Shadura <andrewsh@debian.org>
+ 2020-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2020-2021 Andrej Shadura <andrewsh@debian.org>
 License: 
 
 License: UNKNOWN-LICENSE; FIXME (overlay)
index 23b0c045911a5554db64d76bce21c3e0206992ce..cf164b0b7465b53a0f499e220b09fd3a89c378cb 100644 (file)
@@ -2,6 +2,8 @@ overlay = "."
 uploaders = ["Andrej Shadura <andrewsh@debian.org>"]
 bin_name = "libslirp-helper"
 
+collapse_features = true
+
 [packages.lib]
 summary = "high-level Rust bindings for libslirp"
 
index d4b9268856ae39e326f4159370730673994154fe..7260169d183953a015447244f8005a4d6dfdf817 100644 (file)
@@ -9,15 +9,6 @@
  optional = true
  
  [dependencies.lazy_static]
-@@ -54,7 +54,7 @@ version = "0.2"
- optional = true
- [dependencies.mio]
--version = "0.6.19"
-+version = "0.6"
- optional = true
- [dependencies.mio-extras]
 @@ -62,7 +62,7 @@ version = "2.0.5"
  optional = true