File: rules

package info (click to toggle)
openbsd-inetd 0.20221205-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,080 kB
  • sloc: ansic: 24,214; perl: 110; sh: 81; makefile: 52
file content (21 lines) | stat: -rwxr-xr-x 349 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all future=+lfs

%:
	dh $@

override_dh_auto_clean:
	rm -f inetd inetd.o

override_dh_auto_build:
	dh_auto_build -- -f Makefile.debian

override_dh_auto_test:

override_dh_auto_install:
	dh_auto_install -- -f Makefile.debian

override_dh_installsystemd:
	dh_installsystemd --name inetd