From: Christoph Berg Date: Mon, 26 May 2008 20:26:24 +0000 (+0200) Subject: Use dh_lintian (prefix with '-' so we do not need to bump the DH level). X-Git-Tag: 1.5.18-2~6 X-Git-Url: https://git.llucax.com/software/mutt-debian.git/commitdiff_plain/8373a24f75d4dac5a3b3f55bf6326302989b1f66?ds=inline Use dh_lintian (prefix with '-' so we do not need to bump the DH level). --- diff --git a/debian/changelog b/debian/changelog index 68da5d5..426921c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ mutt (1.5.18-2) unstable; urgency=low * Install reportbug script to inform us about the status of installed mutt packages. + * Use dh_lintian (prefix with '-' so we do not need to bump the DH level). - -- Christoph Berg Mon, 26 May 2008 22:17:05 +0200 + -- Christoph Berg Mon, 26 May 2008 22:25:48 +0200 mutt (1.5.18-1) unstable; urgency=low diff --git a/debian/mutt.dirs b/debian/mutt.dirs index d292bfb..60d4e9a 100644 --- a/debian/mutt.dirs +++ b/debian/mutt.dirs @@ -1,3 +1,2 @@ etc/Muttrc.d usr/share/bug/mutt -usr/share/lintian/overrides diff --git a/debian/mutt.lintian b/debian/mutt.lintian-overrides similarity index 100% rename from debian/mutt.lintian rename to debian/mutt.lintian-overrides diff --git a/debian/rules b/debian/rules index e7c9741..2b4aa78 100755 --- a/debian/rules +++ b/debian/rules @@ -147,7 +147,7 @@ binary binary-arch: install dh_installdocs dh_installexamples dh_installchangelogs ChangeLog - install -m644 debian/mutt.lintian $(CURDIR)/debian/mutt/usr/share/lintian/overrides/mutt + -dh_lintian dh_strip --dbg-package=mutt-dbg rm -rf $(CURDIR)/debian/mutt-dbg/usr/share/doc/mutt-dbg \