[SCM] Vim packaging branch, debian, updated. upstream/7.2.148-1051-g6fb245c

James Vega jamessan at debian.org
Tue Jul 14 05:54:44 UTC 2009


The following commit has been merged in the debian branch:
commit 24ab3e85911296527a76b093bf4b1a66476d0109
Author: James Vega <jamessan at debian.org>
Date:   Wed Jul 8 19:51:55 2009 -0400

    debian/rules: Remove calls to dh_desktop (Lintian cleanup)
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/rules b/debian/rules
index 87532fa..27ec135 100755
--- a/debian/rules
+++ b/debian/rules
@@ -475,7 +475,6 @@ binary-indep: install-stamp-vim-basic install-stamp-indep
 	dh_testroot
 	dh_compress
 	dh_fixperms
-	dh_desktop -pvim-gui-common
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums
@@ -497,7 +496,6 @@ binary-arch-vim-basic: export DH_OPTIONS=-pvim-common -pvim
 binary-arch-vim-basic: install-stamp-vim-basic
 	dh_testdir
 	dh_testroot
-	dh_desktop
 	dh_strip --dbg-package=vim-dbg
 	dh_compress
 	dh_fixperms
@@ -511,7 +509,6 @@ binary-arch-%: export DH_OPTIONS=-p$* $(foreach v,$(VARIANTS_SKIP),-N$(v))
 binary-arch-%: install-stamp-%
 	dh_testdir
 	dh_testroot
-	dh_desktop
 	dh_strip --dbg-package=vim-dbg
 	dh_compress
 	dh_fixperms

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list