From 70ea4a6e637e35281913cb2ada36635ccd1a46eb Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Thu, 19 Feb 2009 00:15:20 +0200 Subject: [PATCH] Call dh_desktop in the install target. Fixes lintian warning. Signed-off-by: Modestas Vainius --- debian/changelog | 3 ++- debian/rules | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2afffd58f..4680a0954 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,9 @@ cmake (2.6.3~rc11-0r1) UNRELEASED; urgency=low - refresh FindQt4_qt4_lupdate_lrelease.diff; - remove FindMPEG2_include_FindSDL_fix.diff, merged upstream; * Use dh_prep instead of deprecated dh_clean -k (fixes lintian warning). + * Call dh_desktop in the install target (fixes lintian warning). - -- Modestas Vainius Thu, 19 Feb 2009 00:10:45 +0200 + -- Modestas Vainius Thu, 19 Feb 2009 00:13:42 +0200 cmake (2.6.2-4) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 6cc66c823..4b363d904 100755 --- a/debian/rules +++ b/debian/rules @@ -70,6 +70,7 @@ install: build # Add here commands to install the package into debian/cmake. cd Build && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install dh_lintian + dh_desktop #cp Docs/cmake-indent.vim debian/cmake/usr/share/vim/addons/indent/cmake.vim #cp Docs/cmake-syntax.vim debian/cmake/usr/share/vim/addons/syntax/cmake.vim