]> git.proxmox.com Git - debcargo-conf.git/commitdiff
dirs-sys - new upstream release.
authorPeter Michael Green <plugwash@debian.org>
Sat, 2 Jul 2022 20:29:31 +0000 (20:29 +0000)
committerPeter Michael Green <plugwash@debian.org>
Sun, 3 Jul 2022 12:01:06 +0000 (12:01 +0000)
src/dirs-sys/debian/changelog
src/dirs-sys/debian/copyright
src/dirs-sys/debian/copyright.debcargo.hint
src/dirs-sys/debian/patches/strip-nightly-redox-users.patch

index 72b4ee243f85ed3cee745d3708a6098f6763c10c..c56777647f310b4c6f151f5b142a98ddf597771d 100644 (file)
@@ -1,3 +1,11 @@
+rust-dirs-sys (0.3.7-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package dirs-sys 0.3.7 from crates.io using debcargo 2.5.0
+  * Update strip-nightly-redox-users.patch for new upstream.
+
+ -- Peter Michael Green <plugwash@debian.org>  Sat, 02 Jul 2022 20:26:25 +0000
+
 rust-dirs-sys (0.3.5-1) unstable; urgency=medium
 
   * Team upload.
index af86e967f91104aff5d01565adb41f484e74f882..03df19b1f6372a5d90ed8db2e4a52028ad4148ad 100644 (file)
@@ -5,13 +5,13 @@ Source: https://github.com/soc/dirs-sys-rs
 
 Files: *
 Copyright:
- 2018-2019 Simon Ochsenreither <simon@ochsenreither.de>
- 2018-2019 dirs-rs contributors
+ 2018-2022 Simon Ochsenreither <simon@ochsenreither.de>
+ 2018-2022 dirs-rs contributors
 License: MIT or Apache-2.0
 
 Files: debian/*
 Copyright:
- 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2019-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
  2019 kpcyrd <git@rxv.cc>
 License: MIT or Apache-2.0
 
index e8335ccb4eb2d767b8efcb1b132b62e34152ab37..d8bd99d4ee73914f53ac2bacaea0a6bfa727d244 100644 (file)
@@ -21,8 +21,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019-2020 kpcyrd <git@rxv.cc>
+ 2019-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2019-2022 kpcyrd <git@rxv.cc>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
index 6be4f9d64907868cd6768b51167b2d3494c3e475..ea500d3927a373f3e64825cd15c80651c4cc48b1 100644 (file)
@@ -2,12 +2,13 @@ Index: dirs-sys/Cargo.toml
 ===================================================================
 --- dirs-sys.orig/Cargo.toml
 +++ dirs-sys/Cargo.toml
-@@ -18,8 +18,6 @@ description = "System-level helper funct
+@@ -18,9 +18,6 @@ description = "System-level helper funct
  readme = "README.md"
  license = "MIT OR Apache-2.0"
  repository = "https://github.com/dirs-dev/dirs-sys-rs"
 -[target."cfg(target_os = \"redox\")".dependencies.redox_users]
--version = "0.3.0"
+-version = "0.4"
+-default-features = false
  [target."cfg(unix)".dependencies.libc]
  version = "0.2"
  [target."cfg(windows)".dependencies.winapi]