File: rules

package info (click to toggle)
ibus-skk 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 516 kB
  • ctags: 1
  • sloc: makefile: 157; sh: 17
file content (14 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@ --with autoreconf 

override_dh_auto_configure:
	intltoolize
	dh_auto_configure -- --libexecdir=/usr/lib/ibus

override_dh_auto_build:
	cd po; intltool-update --pot
	dh_auto_build