File: rules

package info (click to toggle)
aspell-bn 1%3A0.01.1-1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 744 kB
  • sloc: sh: 61; makefile: 12; perl: 10
file content (18 lines) | stat: -rwxr-xr-x 378 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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
BASEDIR=`pwd`/debian/aspell-bn

override_dh_auto_configure:
	./configure

override_dh_install:
	gzip -n -9c bn.cwl > $(BASEDIR)/usr/share/aspell/bn.cwl.gz
	touch $(BASEDIR)/var/lib/aspell/bn.compat
	touch $(BASEDIR)/var/lib/aspell/bn.rws
	dh_installdirs
	installdeb-aspell
	dh_install
%:
	dh $@