From 7c0fe359e2fca2a58455b9459160abe043e9dba4 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 4 Dec 2018 21:03:14 -0800 Subject: [PATCH] Remove iso8601's clippy dependency --- src/iso8601/debian/changelog | 6 ++++++ src/iso8601/debian/patches/no-clippy.patch | 14 ++++++++++++++ src/iso8601/debian/patches/series | 1 + 3 files changed, 21 insertions(+) create mode 100644 src/iso8601/debian/patches/no-clippy.patch create mode 100644 src/iso8601/debian/patches/series diff --git a/src/iso8601/debian/changelog b/src/iso8601/debian/changelog index 5d254769c..1e99d4534 100644 --- a/src/iso8601/debian/changelog +++ b/src/iso8601/debian/changelog @@ -1,3 +1,9 @@ +rust-iso8601 (0.2.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Remove clippy dependency. + + -- Matt Kraai 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 index 000000000..34a1b4a3d --- /dev/null +++ b/src/iso8601/debian/patches/no-clippy.patch @@ -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 index 000000000..bce906376 --- /dev/null +++ b/src/iso8601/debian/patches/series @@ -0,0 +1 @@ +no-clippy.patch -- 2.39.5