File: drop-examples.patch

package info (click to toggle)
rust-netlink-packet-route-0.19 0.19.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,544 kB
  • sloc: sh: 12; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 406 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: netlink-packet-route-0.19/Cargo.toml
===================================================================
--- netlink-packet-route-0.19.orig/Cargo.toml
+++ netlink-packet-route-0.19/Cargo.toml
@@ -24,9 +24,6 @@ keywords = [
 license = "MIT"
 repository = "https://github.com/rust-netlink/netlink-packet-route"
 
-[[example]]
-name = "dump_packet_links"
-
 [dependencies.anyhow]
 version = "1.0.31"