File: rules

package info (click to toggle)
opensm 3.3.23-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 6,924 kB
  • sloc: ansic: 97,383; yacc: 2,227; sh: 685; lex: 404; makefile: 391; perl: 143
file content (13 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_missing:
	rm -f debian/tmp/usr/lib/*/*.la
	# Use our opensm initd script
	rm -f debian/tmp/etc/init.d/opensmd
	dh_missing --fail-missing