Author: Agustin Martin Domingo Description: Make sure all filters stuff is installed together, allowing separate datadir and libdir. Bug-Debian: http://bugs.debian.org/612051 Applied-Upstream: Reported Index: aspell/Makefile.am =================================================================== --- aspell.orig/Makefile.am 2014-10-06 12:22:21.233616292 +0200 +++ aspell/Makefile.am 2014-10-06 12:22:21.225616369 +0200 @@ -258,8 +258,8 @@ endif # COMPILE_IN_FILTERS noinst_DATA += $(static_optfiles) gen/filter.pot -opt_DATA = $(dynamic_optfiles) -filter_DATA = $(fltfiles) +# opt_DATA = $(dynamic_optfiles) +filter_DATA = $(fltfiles) $(dynamic_optfiles) # settings.h added as a dependency so it will get recreated if # the COMPILE_IN_FILTERS option changes