File: rules

package info (click to toggle)
lomiri-session 0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 168 kB
  • sloc: sh: 117; makefile: 8
file content (16 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

#export DH_VERBOSE=1

%:
	dh $@ --buildsystem cmake

override_dh_auto_configure:
#   TODO add touch session once we have lomiri-system-compositor in
	dh_auto_configure -- -DENABLE_TOUCH_SESSION=off

override_dh_missing:
	dh_missing --fail-missing

get-orig-source:
	uscan --noconf --force-download --rename --download-current-version --destdir=..