File: rules

package info (click to toggle)
ste-plugins 0.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 178
  • sloc: cpp: 578; makefile: 35
file content (16 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@

override_dh_auto_build:
	[ ! -f ladspa.h ] || mv ladspa.h ladspa.h.bak
	dh_auto_build

override_dh_auto_clean:
	[ ! -f ladspa.h.bak ] || mv ladspa.h.bak ladspa.h
	dh_auto_clean