File: rules

package info (click to toggle)
ofono 1.18-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,016 kB
  • ctags: 20,286
  • sloc: ansic: 165,659; sh: 11,452; python: 3,359; makefile: 802
file content (22 lines) | stat: -rwxr-xr-x 675 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

%:
	dh $@ --with systemd,autotools_dev

override_dh_auto_configure:
	dh_auto_configure -- --libdir=/usr/lib \
                             --enable-bluetooth \
                             --enable-dundee \
                             --with-systemdunitdir=/lib/systemd/system

override_dh_strip:
	dh_strip --dbgsym-migration='ofono-dbg (<< 1.18-1~)'

override_dh_installinit:
	dh_installinit --name=dundee
	dh_installinit

override_dh_install:
	install -D -m 0644 plugins/ofono.rules debian/tmp/lib/udev/rules.d/97-ofono.rules
	install -D -m 0644 plugins/ofono-speedup.rules debian/tmp/lib/udev/rules.d/97-ofono-speedup.rules
	dh_install --list-missing