]> git.proxmox.com Git - debcargo-conf.git/commitdiff
syslog: update to 6.0.1
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 19 Apr 2023 13:01:05 +0000 (15:01 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 19 Apr 2023 13:07:14 +0000 (15:07 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/syslog/debian/changelog
src/syslog/debian/copyright.debcargo.hint
src/syslog/debian/debcargo.toml
src/syslog/debian/patches/bump-error-chain.patch [deleted file]
src/syslog/debian/patches/relax-deps.diff [new file with mode: 0644]
src/syslog/debian/patches/series

index 1be5ebcff189b743a2f93ca98de259307f33c598..a745194663495f79a04c63394f95b2f102dbe9a7 100644 (file)
@@ -1,3 +1,20 @@
+rust-syslog (6.0.1-2) unstable; urgency=medium
+
+  * Team upload.
+  * Package syslog 6.0.1 from crates.io using debcargo 2.5.0
+  * Add breaks on librust-pleaser-dev (<= 0.5.1-1) to help Britney's
+    autopkgtest scheduling.
+
+ -- Peter Michael Green <plugwash@debian.org>  Sat, 25 Dec 2021 23:50:36 +0000
+
+rust-syslog (6.0.1-1) unstable; urgency=medium
+
+  * Team upload.
+  * Bumping to satisfy time upgrade
+  * Package syslog 6.0.1 from crates.io using debcargo 2.5.0
+
+ -- Ed Neville <ed-debian@s5h.net>  Fri, 24 Dec 2021 11:24:21 +0100
+
 rust-syslog (4.0.1-2) unstable; urgency=medium
 
   * No changes rebuild.
index 344db3ec1bac47c917efa257cefcad799fc3ff81..7a39b962d25bd52cf094ecd3f159f9f004764be4 100644 (file)
@@ -21,8 +21,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 Andrej Shadura <andrewsh@debian.org>
+ 2019-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2019-2021 Andrej Shadura <andrewsh@debian.org>
 License: MIT
 
 License: MIT
index 7d31b23f627db10875e608719ab68c2422f72acc..26628b8ff7dd0b806f1f6a7d8b3d5030b536edf1 100644 (file)
@@ -1,2 +1,5 @@
 overlay = "."
 uploaders = ["Andrej Shadura <andrewsh@debian.org>"]
+
+[packages.lib]
+extra_lines = ["Breaks: librust-pleaser-dev (<= 0.5.1-1)"]
diff --git a/src/syslog/debian/patches/bump-error-chain.patch b/src/syslog/debian/patches/bump-error-chain.patch
deleted file mode 100644 (file)
index 7b0e813..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -20,7 +20,7 @@
- license = "MIT"
- repository = "https://github.com/Geal/rust-syslog"
- [dependencies.error-chain]
--version = "^0.11.0"
-+version = "^0.12.0"
- [dependencies.libc]
- version = "^0.2"
diff --git a/src/syslog/debian/patches/relax-deps.diff b/src/syslog/debian/patches/relax-deps.diff
new file mode 100644 (file)
index 0000000..5d751ea
--- /dev/null
@@ -0,0 +1,33 @@
+Description: relaxing dependencies
+Author: Ed Neville <ed-debian@s5h.net>
+Origin: other
+Forwarded: not-needed
+Last-Update: 2021-12-23
+
+--- rust-syslog-6.0.1.orig/Cargo.toml
++++ rust-syslog-6.0.1/Cargo.toml
+@@ -19,19 +19,19 @@ keywords = ["syslog", "logs", "logging"]
+ license = "MIT"
+ repository = "https://github.com/Geal/rust-syslog"
+ [dependencies.error-chain]
+-version = "0.12.2"
++version = "0.12"
+ default-features = false
+ [dependencies.hostname]
+-version = "0.3.1"
++version = "0.3"
+ [dependencies.libc]
+-version = "0.2.112"
++version = "0.2"
+ [dependencies.log]
+-version = "0.4.8"
++version = "0.4"
+ features = ["std"]
+ [dependencies.time]
+-version = "0.3.5"
++version = "0.3"
+ features = ["local-offset", "formatting"]
index 36bd3fe1008b0d87d1f3c9603cf29299e01fcb3c..fa7eaac47ad5a40677cea2b0cda0c7e773c51473 100644 (file)
@@ -1 +1 @@
-bump-error-chain.patch
+relax-deps.diff