> install: > . > . > iconv -f iso-8859-15 -t utf-8 < debian/changelog > > debian/tmp/usr/share/doc/$(PACKAGE)/changelog.Debian > gzip -9 debian/tmp/usr/share/doc/$(PACKAGE)/changelog.Debian
Would it not make more sense to do the conversion once, in debian/changelog, rather than at package build time?