From: Antonio Radici Date: Sun, 24 May 2009 23:35:29 +0000 (+0100) Subject: lintian clean, removed the deprecated dh_clean -k X-Git-Tag: debian/1.5.19-3 X-Git-Url: https://git.llucax.com/software/mutt-debian.git/commitdiff_plain/76a54b65b4d405cea98a5d5b18d2030b4ed9b556?ds=sidebyside;hp=c40cf3c0f34e935f58d9ada968b99a513f9ec9d1 lintian clean, removed the deprecated dh_clean -k --- diff --git a/debian/changelog b/debian/changelog index 6030741..7d7e33f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,7 +20,9 @@ mutt (1.5.19-3) unstable; urgency=low + 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 diff --git a/debian/clean b/debian/clean index 5f0b147..0354034 100644 --- a/debian/clean +++ b/debian/clean @@ -1,2 +1 @@ aclocal.m4 -doc/Muttrc diff --git a/debian/rules b/debian/rules index 90c1cdd..fdc4d99 100755 --- a/debian/rules +++ b/debian/rules @@ -126,7 +126,7 @@ install: build ###################### install ###################### dh_testdir dh_testroot - dh_clean -k + dh_prep cd $(objdir) && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp cd debian/tmp/usr/share/doc && \