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

index 414a82e2d00c4323d6be68f8b8e85785aa03f9ce..6a61772c68f2a7b6aeb874b765ea2c592a2b4bfc 100644 (file)
@@ -1,8 +1,12 @@
 rust-pcap (0.7.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
 
+  [ Matt Kraai ]
+  * Remove clippy dependency.
+
+  [ Ximin Luo ]
   * Package pcap 0.7.0 from crates.io using debcargo 2.2.6
 
- -- Ximin Luo <infinity0@debian.org>  Mon,  3 Sep 2018 20:51:44 -0700
+ -- Matt Kraai <kraai@debian.org>  Tue,  4 Dec 2018 21:22:13 -0800
 
 rust-pcap (0.7.0-1) unstable; urgency=medium
 
index 407701bb6fb7a89cbf255def1bdcb98afed9df4c..96d4a4f02c7a04cc1439db455904b7bc365807bb 100644 (file)
@@ -7,13 +7,13 @@ Files: *
 Copyright:
  2015-2017 Sean Bowe <ewillbefull@gmail.com>
  2015-2017 The pcap Developers
-License: MIT OR Apache-2.0
+License: MIT or Apache-2.0
 
 Files: debian/*
 Copyright:
  2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
  2018 kpcyrd <git@rxv.cc>
-License: MIT OR Apache-2.0
+License: MIT or Apache-2.0
 
 License: Apache-2.0
  Debian systems provide the Apache 2.0 license in
index 6375c4290a1c8da663870e815ce3610974361c33..96364c5c3bcd3bf2e358e93f1052ee43615567eb 100644 (file)
@@ -5,7 +5,7 @@ Source: https://github.com/ebfull/pcap
 
 Files: *
 Copyright: FIXME (overlay) UNKNOWN-YEARS Sean Bowe <ewillbefull@gmail.com>
-License: MIT OR Apache-2.0
+License: MIT or Apache-2.0
 Comment:
  FIXME (overlay): Since upstream copyright years are not available in
  Cargo.toml, they were extracted from the upstream Git repository. This may not
@@ -22,8 +22,8 @@ Comment:
 Files: debian/*
 Copyright:
  2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018 FIXME (overlay) Your Name <Your Email>
-License: MIT OR Apache-2.0
+ 2018 kpcyrd <git@rxv.cc>
+License: MIT or Apache-2.0
 
 License: Apache-2.0
  Debian systems provide the Apache 2.0 license in
diff --git a/src/pcap/debian/patches/no-clippy.patch b/src/pcap/debian/patches/no-clippy.patch
new file mode 100644 (file)
index 0000000..c2c64cf
--- /dev/null
@@ -0,0 +1,14 @@
+Index: pcap/Cargo.toml
+===================================================================
+--- pcap.orig/Cargo.toml
++++ pcap/Cargo.toml
+@@ -49,9 +49,6 @@ path = "examples/getstatistics.rs"
+ [[example]]
+ name = "streamlisten"
+ path = "examples/streamlisten.rs"
+-[dependencies.clippy]
+-version = "0.0.*"
+-optional = true
+ [dependencies.futures]
+ version = "0.1"
diff --git a/src/pcap/debian/patches/series b/src/pcap/debian/patches/series
new file mode 100644 (file)
index 0000000..bce9063
--- /dev/null
@@ -0,0 +1 @@
+no-clippy.patch