File: rules

package info (click to toggle)
aspell-mr 0.10-9
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 688 kB
  • sloc: sh: 61; makefile: 13
file content (23 lines) | stat: -rwxr-xr-x 493 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
23
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

BASEDIR=`pwd`/debian/aspell-mr

override_dh_auto_configure:
	./configure

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

	# Remove u-deva.cmap and u-deva.cset as it conflict with libaspell
	rm -f $(BASEDIR)/usr/share/aspell/u-deva.*

%:
	dh $@