File: rules

package info (click to toggle)
ukui-biometric-manager 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,128 kB
  • sloc: cpp: 2,909; makefile: 14
file content (21 lines) | stat: -rwxr-xr-x 404 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
#!/usr/bin/make -f

export QT_SELECT := qt5
export NO_PKG_MANGLE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

APP_API_MAJOR := 0
APP_API_MINOR := 11
APP_API_FUNC := 0
APP_API_DEPEND := bio-app-api-$(APP_API_MAJOR).$(APP_API_MINOR)

%:
	dh $@

override_dh_auto_build:
	make all mode=release

override_dh_usrlocal:

override_dh_gencontrol:
	dh_gencontrol -- -V"bio-app-api:Depends=$(APP_API_DEPEND)"