File: rules

package info (click to toggle)
vmemcache 0.8.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 820 kB
  • sloc: ansic: 8,950; perl: 892; sh: 444; python: 140; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic

ifneq (,$(filter $(DEB_HOST_ARCH), armel mipsel powerpc m68k))
  export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed
endif


%:
	dh $@