File: rules

package info (click to toggle)
ibus-table 1.9.14-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,984 kB
  • ctags: 389
  • sloc: python: 11,031; makefile: 217; sh: 44; xml: 40
file content (14 lines) | stat: -rwxr-xr-x 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
%:
	dh $@ --with python3,autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
		--disable-static \
		--enable-additional \
		--libdir=/usr/lib \
		--libexecdir=/usr/lib/ibus

override_dh_install:
	rm -rf debian/ibus-table/usr/share/ibus-table/engine/__pycache__
	rm -rf debian/ibus-table/usr/share/ibus-table/setup/__pycache__