File: rules

package info (click to toggle)
libinput 1.12.6-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,720 kB
  • sloc: ansic: 68,031; python: 1,632; sh: 173; makefile: 16; cpp: 7
file content (22 lines) | stat: -rwxr-xr-x 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

override_dh_auto_configure:
	dh_auto_configure -- \
		-Ddebug-gui=false \
		-Ddocumentation=false \
		-Dtests=false \
		-Dudev-dir=/lib/udev

override_dh_install:
	find debian/tmp -name '*.la' -delete
	dh_install --fail-missing

override_dh_makeshlibs:
	dh_makeshlibs -plibinput10 -V --add-udeb="libinput10-udeb" -- -c4

override_dh_clean:
	rm -f doc/doxygen_sqlite3.db
	dh_clean

%:
	dh $@