File: rules

package info (click to toggle)
hunspell-be 0.60-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,812 kB
  • sloc: makefile: 11
file content (22 lines) | stat: -rwxr-xr-x 389 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	# Run the default commands.
	dh_auto_build

	# Generate the binary .bdic file.
	/usr/bin/convert-bdic be_BY.dic be_BY.bdic

override_dh_auto_install:
	installdeb-myspell --srcdir=.
	installdeb-hunspell

override_dh_auto_clean:
	# Run the default commands.
	dh_auto_clean

	# Remove the generated binary .bdic file.
	rm -f be_BY.bdic