File: rules

package info (click to toggle)
setbfree 0.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 20,040 kB
  • ctags: 4,161
  • sloc: ansic: 236,826; cpp: 716; makefile: 528; objc: 484; sh: 19
file content (22 lines) | stat: -rwxr-xr-x 401 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
22
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow, -pie

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- \
		ENABLE_CONVOLUTION=yes \
		PREFIX=/usr \
		OPTIMIZATIONS=-O3

override_dh_auto_install:
	dh_auto_install -- \
		ENABLE_CONVOLUTION=yes \
		DESTDIR=$(CURDIR)/debian/setbfree \
		PREFIX=/usr

override_dh_auto_clean: