#!/usr/bin/make -f include /usr/share/cdbs/1/class/makefile.mk include /usr/share/cdbs/1/rules/debhelper.mk build/hunspell-se:: sed -e 's/65529/65503/g' \ -e 's/65530/65504/g' \ -e 's/65531/65505/g' \ -e 's/65532/65506/g' \ -e 's/65533/65507/g' \ -e 's/65534/65508/g' \ -e 's/65535/65509/g' se.aff > se.aff.debian install/hunspell-se:: $(MAKE) install DICTDIR=/usr/share/hunspell DESTDIR=$(DEB_DESTDIR) install -m 644 se.aff.debian $(DEB_DESTDIR)/usr/share/hunspell/se.aff rm -f $(DEB_DESTDIR)/usr/share/hunspell/dictionary.lst clean/hunspell-se:: rm -f se.aff.debian