File: rules

package info (click to toggle)
bemenu 0.6.15%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 756 kB
  • sloc: ansic: 7,152; xml: 501; sh: 31; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 374 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# export only library symbols explicitly marked as visible
export DEB_CFLAGS_MAINT_APPEND = -fvisibility=hidden

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- PREFIX=/usr libdir=/lib/$(DEB_HOST_MULTIARCH)

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr libdir=/lib/$(DEB_HOST_MULTIARCH)