Codebase list rust-libslirp / 975109f
sniffglue - fix manpage build and remove no longer needed timestamp fixup. Peter Michael Green 2 years ago
3 changed file(s) with 9 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
44 * Drop ihl-test-fix.patch - applied upstream
55 * Add ihl-bench-fix.patch to make bench compatible with pktparse 0.7.1
66 * Revert upstream bump of sha2 dependency.
7 * Add build-dependencies and logic to build manpage with scdoc
8 * Remove timestamp fixing code from debian/rules, the issue has now
9 been dealt with in dh-cargo.
710
811 -- Peter Michael Green <plugwash@debian.org> Sun, 06 Mar 2022 23:16:42 +0000
912
22
33 [source]
44 section = "net"
5 build_depends = ["scdoc"]
56
67 [packages.bin]
78 section = "net"
44 override_dh_auto_test:
55 dh_auto_test -- test --all
66
7 execute_after_dh_testdir:
8 find . ! -newermt "jan 01, 2000" -exec touch {} +
7 execute_after_dh_auto_build:
8 scdoc < docs/sniffglue.1.scd > docs/sniffglue.1
9
10 exechute_after_dh_auto_clean:
11 rm -f docs/sniffglue.1