File: rules

package info (click to toggle)
librdkafka 2.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 14,880 kB
  • sloc: ansic: 139,668; cpp: 12,922; sh: 3,850; python: 2,309; makefile: 579; java: 181
file content (17 lines) | stat: -rwxr-xr-x 402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DPKG_EXPORT_BUILDFLAGS=1
export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow

include /usr/share/dpkg/buildflags.mk

execute_before_dh_auto_configure:
	# ignore blhc false positives where tools are just listed
	@echo 'blhc: ignore-line-regexp:  +LD +ld'
	@echo 'blhc: ignore-line-regexp:  +CXX +g\+\+'

%:
	dh $@