File: rules

package info (click to toggle)
ptpd 2.1.0-debian1-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 400 kB
  • sloc: ansic: 4,237; sh: 76; makefile: 48
file content (14 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_clean:
	make -C src clean

override_dh_auto_build:
	dh_auto_build -- -C src

override_dh_auto_install:
	cp src/ptpd2.8 debian/ptpd/usr/share/man/man8/ptpd.8
	dh_auto_install