From 76a54b65b4d405cea98a5d5b18d2030b4ed9b556 Mon Sep 17 00:00:00 2001 From: Antonio Radici Date: Mon, 25 May 2009 00:35:29 +0100 Subject: [PATCH 1/1] lintian clean, removed the deprecated dh_clean -k --- debian/changelog | 4 +++- debian/clean | 1 - debian/rules | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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 && \ -- 2.43.0