File: avoid-release-candidates.patch

package info (click to toggle)
rust-keyring 3.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 460 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 520 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Description: We don't need to use any release candidates in debian.  Keep it simple.

Index: keyring/Cargo.toml
===================================================================
--- keyring.orig/Cargo.toml
+++ keyring/Cargo.toml
@@ -134,7 +134,7 @@ version = "1.5"
 
 
 [target.'cfg(target_os = "linux")'.dependencies.dbus-secret-service]
-version = "4.0.0-rc.2"
+version = "4.0.1"
 optional = true
 
 [target.'cfg(target_os = "linux")'.dependencies.linux-keyutils]