diff --git a/debian/changelog b/debian/changelog index 6ba23d9c8..05611b8f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,8 +16,9 @@ cmake (2.6.3-1) experimental; urgency=low * Enable binary-indep target. * Add manpage_friendly_docs.diff patch to make some bits of documentation manpage friendly (eliminate warnings). + * Fix installation of lintian overrides (move dh_lintian to binary targets). - -- Modestas Vainius Tue, 24 Feb 2009 00:11:01 +0200 + -- Modestas Vainius Tue, 24 Feb 2009 00:26:34 +0200 cmake (2.6.2-4) unstable; urgency=low diff --git a/debian/rules b/debian/rules index a75b05986..bfe20c8d4 100755 --- a/debian/rules +++ b/debian/rules @@ -69,7 +69,6 @@ install: build dh_installdirs # Add here commands to install the package into debian/cmake. cd Build && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install - dh_lintian #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 @@ -87,6 +86,7 @@ binary-arch binary-indep: build install dh_installman dh_installinfo dh_installchangelogs ChangeLog.manual + dh_lintian dh_desktop dh_link dh_strip