+ misc/hyphen-as-minus: sub hyphen with minus in the mutt manpages
to make lintian happy
+ misc/smime_keys-manpage.patch: add a missing manpage (Closes: 528672)
- * debian/rules: re-enabled building of mutt-patched for 1.5.19
+ * debian/rules
+ + re-enabled building of mutt-patched for 1.5.19
+ + replacing the deprecated "dh_clean -k" with dh_prep
* debian/mutt-patched.lintian-overrides: mutt can be w/out manpage
* debian/mutt.lintian-overrides: excluding arch-dep-package-has-big-usr-share
because there are many locales
###################### install ######################
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
cd $(objdir) && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
cd debian/tmp/usr/share/doc && \