File: rules

package info (click to toggle)
hyphen-indic 0.9.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 412 kB
  • sloc: makefile: 351
file content (18 lines) | stat: -rwxr-xr-x 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

langs=as_IN bn_IN gu_IN hi_IN kn_IN ml_IN mr_IN or_IN pa_IN ta_IN te_IN

%:
	dh $@

override_dh_auto_install:
	$(foreach lang,$(langs),dh_auto_install --sourcedir=$(lang);)
	#Cleanup
	rm -f debian/tmp/usr/share/hyphen/*.dic

override_dh_installchangelogs:
	#As the changelog file is common for all binary packages, installing only one
	dh_installchangelogs as_IN/ChangeLog