diff --git a/src/structopt/debian/patches/disable-paw.diff b/src/structopt/debian/patches/disable-paw.diff new file mode 100644 index 0000000..0228da1 --- /dev/null +++ b/src/structopt/debian/patches/disable-paw.diff @@ -0,0 +1,28 @@ +Index: structopt/Cargo.toml +=================================================================== +--- structopt.orig/Cargo.toml ++++ structopt/Cargo.toml +@@ -29,10 +29,10 @@ default-features = false + [dependencies.lazy_static] + version = "1.4.0" + +-[dependencies.paw_dep] +-version = "1" +-optional = true +-package = "paw" ++#[dependencies.paw_dep] ++#version = "1" ++#optional = true ++#package = "paw" + + [dependencies.structopt-derive] + version = "=0.4.13" +@@ -50,7 +50,7 @@ default = ["clap/default"] + doc = ["clap/doc"] + lints = ["clap/lints"] + no_cargo = ["clap/no_cargo"] +-paw = ["structopt-derive/paw", "paw_dep"] ++#paw = ["structopt-derive/paw", "paw_dep"] + suggestions = ["clap/suggestions"] + wrap_help = ["clap/wrap_help"] + yaml = ["clap/yaml"] diff --git a/src/structopt/debian/patches/series b/src/structopt/debian/patches/series new file mode 100644 index 0000000..8cb6eae --- /dev/null +++ b/src/structopt/debian/patches/series @@ -0,0 +1 @@ +disable-paw.diff diff --git a/src/structopt-derive/debian/changelog b/src/structopt-derive/debian/changelog index 2fd2c5e..2bc80aa 100644 --- a/src/structopt-derive/debian/changelog +++ b/src/structopt-derive/debian/changelog @@ -1,9 +1,9 @@ -rust-structopt-derive (0.4.13-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium +rust-structopt-derive (0.4.13-1) unstable; urgency=medium * Team upload. * Package structopt-derive 0.4.13 from crates.io using debcargo 2.4.3 - -- Sylvestre Ledru Fri, 30 Oct 2020 23:16:26 +0100 + -- Sylvestre Ledru Fri, 30 Oct 2020 23:16:42 +0100 rust-structopt-derive (0.4.8-1) unstable; urgency=medium