From 01cb1b78d7ac664585ca584f1a8925c0e4e249cf Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 8 Dec 2022 18:13:41 +0000 Subject: [PATCH] iptables - relax nix dependency. --- src/iptables/debian/changelog | 8 ++++++++ src/iptables/debian/copyright.debcargo.hint | 2 +- src/iptables/debian/patches/bump-nix.patch | 11 +---------- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/iptables/debian/changelog b/src/iptables/debian/changelog index a3d54b926..fca503c09 100644 --- a/src/iptables/debian/changelog +++ b/src/iptables/debian/changelog @@ -1,3 +1,11 @@ +rust-iptables (0.5.0-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Team upload. + * Package iptables 0.5.0 from crates.io using debcargo 2.6.0 + * Adjust nix dependency to ">= 0.23, < 1.0" + + -- Peter Michael Green Thu, 08 Dec 2022 18:07:31 +0000 + rust-iptables (0.5.0-2) unstable; urgency=medium * Team upload. diff --git a/src/iptables/debian/copyright.debcargo.hint b/src/iptables/debian/copyright.debcargo.hint index 8b091cb66..447578cc8 100644 --- a/src/iptables/debian/copyright.debcargo.hint +++ b/src/iptables/debian/copyright.debcargo.hint @@ -16,7 +16,7 @@ Comment: be correct information so you should review and fix this before uploading to the archive. -Files: ./LICENSE +Files: LICENSE Copyright: 2017 Navid Fathollahzade License: UNKNOWN-LICENSE; FIXME (overlay) Comment: diff --git a/src/iptables/debian/patches/bump-nix.patch b/src/iptables/debian/patches/bump-nix.patch index 4e40c31e2..9d4455dfb 100644 --- a/src/iptables/debian/patches/bump-nix.patch +++ b/src/iptables/debian/patches/bump-nix.patch @@ -5,16 +5,7 @@ [dependencies.nix] -version = "0.23" -+version = "0.25" ++version = ">= 0.23, < 1.0" [dependencies.regex] version = "1.4" ---- iptables.orig/Cargo.toml.orig -+++ iptables/Cargo.toml.orig -@@ -17,5 +17,5 @@ - - [dependencies] - lazy_static = "1.4" --nix = "0.23" -+nix = "0.25" - regex = "1.4" -- 2.39.5