]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Remove iso8601's clippy dependency
authorMatt Kraai <kraai@ftbfs.org>
Wed, 5 Dec 2018 05:03:14 +0000 (21:03 -0800)
committerMatt Kraai <kraai@ftbfs.org>
Wed, 5 Dec 2018 05:03:14 +0000 (21:03 -0800)
src/iso8601/debian/changelog
src/iso8601/debian/patches/no-clippy.patch [new file with mode: 0644]
src/iso8601/debian/patches/series [new file with mode: 0644]

index 5d254769c79d803fae82c5ef2ac59bc4f898c38c..1e99d45348870f62dc5c9750688dc01a4aeda18b 100644 (file)
@@ -1,3 +1,9 @@
+rust-iso8601 (0.2.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Remove clippy dependency.
+
+ -- Matt Kraai <kraai@debian.org>  Tue,  4 Dec 2018 20:59:09 -0800
+
 rust-iso8601 (0.2.0-1) unstable; urgency=medium
 
   * Package iso8601 0.2.0 from crates.io using debcargo 2.2.7
diff --git a/src/iso8601/debian/patches/no-clippy.patch b/src/iso8601/debian/patches/no-clippy.patch
new file mode 100644 (file)
index 0000000..34a1b4a
--- /dev/null
@@ -0,0 +1,14 @@
+Index: iso8601/Cargo.toml
+===================================================================
+--- iso8601.orig/Cargo.toml
++++ iso8601/Cargo.toml
+@@ -20,9 +20,6 @@ documentation = "http://badboy.github.io
+ readme = "README.md"
+ license = "MIT"
+ repository = "https://github.com/badboy/iso8601"
+-[dependencies.clippy]
+-version = ">0.0.0"
+-optional = true
+ [dependencies.nom]
+ version = "3.2"
diff --git a/src/iso8601/debian/patches/series b/src/iso8601/debian/patches/series
new file mode 100644 (file)
index 0000000..bce9063
--- /dev/null
@@ -0,0 +1 @@
+no-clippy.patch