File: rules

package info (click to toggle)
ibus-hangul 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,348 kB
  • ctags: 297
  • sloc: sh: 11,703; ansic: 1,491; python: 263; makefile: 182
file content (17 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@ --with autoreconf,python3

.PHONY: override_dh_autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
		--libexecdir=/usr/lib/ibus	\
		--with-python=/usr/bin/python3

override_dh_autoreconf:
	touch ChangeLog	# for building on the git
	dh_autoreconf
	intltoolize --automake --force --copy