Call dh_desktop in the install target.
Fixes lintian warning. Signed-off-by: Modestas Vainius <modestas@vainius.eu>
This commit is contained in:
parent
1b204b6933
commit
70ea4a6e63
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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 <modestas@vainius.eu> Thu, 19 Feb 2009 00:10:45 +0200
|
||||
-- Modestas Vainius <modestas@vainius.eu> Thu, 19 Feb 2009 00:13:42 +0200
|
||||
|
||||
cmake (2.6.2-4) unstable; urgency=low
|
||||
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user