File: rules

package info (click to toggle)
tcptrace 6.6.7-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 9,440 kB
  • sloc: ansic: 24,663; sh: 3,704; makefile: 237; lex: 162; yacc: 99
file content (13 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@

# dh_install takes care of our installation
override_dh_auto_install:

# spotless is the new clean
override_dh_auto_clean:
	-$(MAKE) -j1 spotless

override_dh_installchangelogs:
	dh_installchangelogs CHANGES