diff -Nru aspell-fa-0.11-0/debian/changelog aspell-fa-0.11-0/debian/changelog --- aspell-fa-0.11-0/debian/changelog 2013-06-28 23:39:40.000000000 +0000 +++ aspell-fa-0.11-0/debian/changelog 2018-08-04 01:02:37.000000000 +0000 @@ -1,3 +1,9 @@ +aspell-fa (0.11-0-4) unstable; urgency=medium + + * Update maintainer address (Closes: #899850) + + -- Lior Kaplan Sat, 04 Aug 2018 04:02:37 +0300 + aspell-fa (0.11-0-3) unstable; urgency=low [ Agustin Martin Domingo ] diff -Nru aspell-fa-0.11-0/debian/compat aspell-fa-0.11-0/debian/compat --- aspell-fa-0.11-0/debian/compat 2006-09-24 19:48:54.000000000 +0000 +++ aspell-fa-0.11-0/debian/compat 2018-08-04 00:12:07.000000000 +0000 @@ -1 +1 @@ -5 +9 diff -Nru aspell-fa-0.11-0/debian/control aspell-fa-0.11-0/debian/control --- aspell-fa-0.11-0/debian/control 2013-06-28 23:56:24.000000000 +0000 +++ aspell-fa-0.11-0/debian/control 2018-08-04 01:02:37.000000000 +0000 @@ -1,12 +1,12 @@ Source: aspell-fa Section: text Priority: optional -Maintainer: Debian Arabic Packaging Team -Uploaders: Alan Baghumian , Lior Kaplan -Build-Depends: cdbs (>= 0.4.37), debhelper (>= 5.0.0) -Build-Depends-Indep: dictionaries-common-dev (>= 1.11.2) +Maintainer: Lior Kaplan +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: aspell (>= 0.60.4), dictionaries-common-dev (>= 1.11.2) Standards-Version: 3.9.4 -Vcs-Svn: svn://anonscm.debian.org/debian-arabic/pkg/aspell-fa +Vcs-Browser: https://salsa.debian.org/kaplan/aspell-fa +Vcs-Git: https://salsa.debian.org/kaplan/aspell-fa.git Homepage: http://ftp.gnu.org/gnu/aspell/dict/fa/ Package: aspell-fa diff -Nru aspell-fa-0.11-0/debian/dirs aspell-fa-0.11-0/debian/dirs --- aspell-fa-0.11-0/debian/dirs 2006-09-24 19:48:54.000000000 +0000 +++ aspell-fa-0.11-0/debian/dirs 2018-08-04 01:02:37.000000000 +0000 @@ -1,4 +1,3 @@ usr/lib/aspell usr/share/aspell -var/lib/aspell var/lib/dictionaries-common diff -Nru aspell-fa-0.11-0/debian/rules aspell-fa-0.11-0/debian/rules --- aspell-fa-0.11-0/debian/rules 2013-06-28 23:33:26.000000000 +0000 +++ aspell-fa-0.11-0/debian/rules 2018-08-04 01:02:37.000000000 +0000 @@ -1,12 +1,18 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk +DICT=fa +BASEDIR=`pwd`/debian/aspell-fa -DICT_LANG := fa +%: + dh $@ -install/aspell-$(DICT_LANG):: - gzip -9 -c fa-common.cwl > "$(DEB_DESTDIR)/usr/share/aspell/fa-common.cwl.gz" - gzip -9 -c fa-generic.cwl > "$(DEB_DESTDIR)/usr/share/aspell/fa-generic.cwl.gz" - gzip -9 -c fa-scientific.cwl > "$(DEB_DESTDIR)/usr/share/aspell/fa-scientific.cwl.gz" +override_dh_auto_configure: + ./configure +override_dh_auto_install: + $(MAKE) DESTDIR=$(BASEDIR) install + rm -f $(BASEDIR)/usr/lib/aspell/fa*.rws + gzip -9n -c fa-common.cwl > "$(BASEDIR)/usr/share/aspell/fa-common.cwl.gz" + gzip -9n -c fa-generic.cwl > "$(BASEDIR)/usr/share/aspell/fa-generic.cwl.gz" + gzip -9n -c fa-scientific.cwl > "$(BASEDIR)/usr/share/aspell/fa-scientific.cwl.gz" installdeb-aspell