File: rules

package info (click to toggle)
update-inetd 4.51
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 276 kB
  • sloc: perl: 1,113; makefile: 7; sh: 7
file content (11 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

execute_before_dh_installman:
	pod2man lib/DebianNet.pm DebianNet.3pm
	pod2man update-inetd.pod update-inetd.8

override_dh_auto_test:
	prove -Ilib -f