File: rules

package info (click to toggle)
hunspell-dict-ko 0.5.6-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,988 kB
  • ctags: 231
  • sloc: xml: 236,265; python: 2,830; makefile: 50
file content (13 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	installdeb-hunspell
	installdeb-myspell

# disable 'test' target
override_dh_auto_test: