]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Release package structopt-derive
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 30 Oct 2020 22:16:46 +0000 (23:16 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 30 Oct 2020 22:23:34 +0000 (23:23 +0100)
src/structopt-derive/debian/changelog
src/structopt/debian/patches/disable-paw.diff [new file with mode: 0644]
src/structopt/debian/patches/series [new file with mode: 0644]

index 2fd2c5e929a29f8689721f9182665392912b7c19..2bc80aa4662783782cf9dfab837559179f77aa18 100644 (file)
@@ -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 <sylvestre@debian.org>  Fri, 30 Oct 2020 23:16:26 +0100
+ -- Sylvestre Ledru <sylvestre@debian.org>  Fri, 30 Oct 2020 23:16:42 +0100
 
 rust-structopt-derive (0.4.8-1) unstable; urgency=medium
 
diff --git a/src/structopt/debian/patches/disable-paw.diff b/src/structopt/debian/patches/disable-paw.diff
new file mode 100644 (file)
index 0000000..0228da1
--- /dev/null
@@ -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 (file)
index 0000000..8cb6eae
--- /dev/null
@@ -0,0 +1 @@
+disable-paw.diff