File: rules

package info (click to toggle)
eln 1.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 8,068 kB
  • sloc: cpp: 26,933; perl: 795; python: 259; sh: 71; makefile: 37; xml: 8
file content (12 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export QT_SELECT=5

%:
	dh $@ --buildsystem=cmake

execute_before_dh_auto_build:
	@echo "blhc: ignore-line-regexp: .*/CMakeCXXCompilerABI.cpp.*"