File: drop-examples.patch

package info (click to toggle)
rust-netlink-packet-route 0.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,848 kB
  • sloc: python: 302; sh: 73; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 809 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Index: netlink-packet-route/Cargo.toml
===================================================================
--- netlink-packet-route.orig/Cargo.toml
+++ netlink-packet-route/Cargo.toml
@@ -37,30 +37,6 @@ rich_nlas = []
 name = "netlink_packet_route"
 path = "src/lib.rs"
 
-[[example]]
-name = "dump_neighbour_tables"
-path = "examples/dump_neighbour_tables.rs"
-
-[[example]]
-name = "dump_neighbours"
-path = "examples/dump_neighbours.rs"
-
-[[example]]
-name = "dump_packet_link_bridge_vlan"
-path = "examples/dump_packet_link_bridge_vlan.rs"
-
-[[example]]
-name = "dump_packet_links"
-path = "examples/dump_packet_links.rs"
-
-[[example]]
-name = "dump_rules"
-path = "examples/dump_rules.rs"
-
-[[example]]
-name = "new_rule"
-path = "examples/new_rule.rs"
-
 [dependencies.anyhow]
 version = "1.0.31"