File: rules

package info (click to toggle)
gsound 1.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,056 kB
  • sloc: sh: 4,094; ansic: 846; makefile: 141
file content (14 lines) | stat: -rwxr-xr-x 277 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed

%:
	dh $@

override_dh_install:
	find debian/tmp -name '*.la' -print -delete
	dh_install

override_dh_missing:
	dh_missing --fail-missing