Codebase list 0trace / 9bfdbf2
Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html Kali Janitor 3 years ago
3 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
44 package.
55 * Packaging cleanup.
66 * Clean up copyright file
7 * Pass build flags to gcc.
7 * Pass build flags to gcc.
88
99 -- RaphaĆ«l Hertzog <[email protected]> Mon, 27 Aug 2018 16:26:02 +0200
1010
1212 Architecture: any
1313 Depends: ${shlibs:Depends}, ${misc:Depends}, tcpdump
1414 Description: A traceroute tool that can run within an existing TCP connection.
15 0trace is traceroute tool that can be run within an existing, open TCP connection,
15 0trace is traceroute tool that can be run within an existing, open TCP connection,
1616 therefore bypassing some types of stateful packet filters with ease.
00 #!/usr/bin/make -f
11
22 %:
3 dh $@
3 dh $@
44
55 override_dh_auto_build:
66 gcc -o usleep $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) debian/usleep.c