File: rules

package info (click to toggle)
xf86-input-multitouch 1.0~rc3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: ansic: 1,347; sh: 363; makefile: 263
file content (27 lines) | stat: -rwxr-xr-x 685 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
23
24
25
26
27
#!/usr/bin/make -f

# Install in debian/tmp to retain control through dh_install:
override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

override_dh_auto_clean:
	[ ! -f Makefile ] || $(MAKE) distclean
	dh_clean

# Kill *.la files, and forget no-one:
override_dh_install:
	find debian/tmp -name '*.la' -delete
	install -d debian/xserver-xorg-input-multitouch/usr/share/X11/xorg.conf.d
	install -m 644 debian/local/50-multitouch.conf \
		debian/xserver-xorg-input-multitouch/usr/share/X11/xorg.conf.d

	dh_install --fail-missing

override_dh_auto_build:
	dh_auto_build -- OPTS="$(CPPFLAGS) $(CFLAGS)"

override_dh_shlibdeps:
	dh_shlibdeps -- --warnings=6

%:
	dh $@ --with xsf