|
r191 - trunk/vim/debian: msg#00213linux.debian.packages.vim.devel
Author: zack Date: 2005-04-28 08:34:15 +0000 (Thu, 28 Apr 2005) New Revision: 191 Modified: trunk/vim/debian/changelog trunk/vim/debian/control trunk/vim/debian/rules Log: invoke update-desktop-database on postinst (added dep on desktop-file-utils) Modified: trunk/vim/debian/changelog =================================================================== --- trunk/vim/debian/changelog 2005-04-27 22:07:56 UTC (rev 190) +++ trunk/vim/debian/changelog 2005-04-28 08:34:15 UTC (rev 191) @@ -7,9 +7,11 @@ - Do not invoke dh_installdirs before creating .dirs file for current variant (fixes non-installation of gvim.desktop in all variants). - Optional cmdline parameter PATCH_NAME for make_patch target. + - Invoke dh_desktop to register gvim.desktop on postinst + Modifications on debian/vim-variant.desktop - Internationalized comment (inspired from gedit's one) - Added MimeType entry + + Added dependency on desktop-file-utils (needed by dh_desktop) + Updated patch 118_ocaml.vim.diff (new upstream). -- Debian VIM Maintainers <pkg-vim-maintainers@xxxxxxxxxxxxxxxxxxxxxxx> Mon, 25 Apr 2005 00:12:17 +0200 Modified: trunk/vim/debian/control =================================================================== --- trunk/vim/debian/control 2005-04-27 22:07:56 UTC (rev 190) +++ trunk/vim/debian/control 2005-04-28 08:34:15 UTC (rev 191) @@ -42,7 +42,7 @@ Package: vim-perl Priority: extra Architecture: any -Depends: vim (= ${Source-Version}), ${shlibs:Depends} +Depends: vim (= ${Source-Version}), desktop-file-utils, ${shlibs:Depends} Suggests: cscope, vim-doc, ttf-bitstream-vera Provides: gvim Conflicts: kvim, kvim-perl, kvim-python, kvim-ruby, kvim-tcl, vim-full, vim-gnome, vim-gtk, vim-lesstif, vim-python, vim-ruby, vim-tcl, vim-tiny, vim-tty @@ -59,7 +59,7 @@ Package: vim-python Priority: extra Architecture: any -Depends: vim (= ${Source-Version}), ${shlibs:Depends} +Depends: vim (= ${Source-Version}), desktop-file-utils, ${shlibs:Depends} Suggests: cscope, vim-doc, ttf-bitstream-vera Provides: gvim Conflicts: kvim, kvim-perl, kvim-python, kvim-ruby, kvim-tcl, vim-full, vim-gnome, vim-gtk, vim-lesstif, vim-perl, vim-ruby, vim-tcl, vim-tiny, vim-tty @@ -76,7 +76,7 @@ Package: vim-ruby Priority: extra Architecture: any -Depends: vim (= ${Source-Version}), ${shlibs:Depends} +Depends: vim (= ${Source-Version}), desktop-file-utils, ${shlibs:Depends} Suggests: cscope, vim-doc, ttf-bitstream-vera Provides: gvim Conflicts: kvim, kvim-perl, kvim-python, kvim-tcl, vim-full, vim-gnome, vim-gtk, vim-lesstif, vim-perl, vim-python, vim-tcl, vim-tiny, vim-tty @@ -93,7 +93,7 @@ Package: vim-tcl Priority: extra Architecture: any -Depends: vim (= ${Source-Version}), ${shlibs:Depends} +Depends: vim (= ${Source-Version}), desktop-file-utils, ${shlibs:Depends} Suggests: cscope, vim-doc, ttf-bitstream-vera Provides: gvim Conflicts: kvim, kvim-perl, kvim-python, kvim-ruby, kvim-tcl, vim-full, vim-gnome, vim-gtk, vim-lesstif, vim-perl, vim-python, vim-ruby, vim-tiny, vim-tty @@ -110,7 +110,7 @@ Package: vim-gtk Priority: extra Architecture: any -Depends: vim (= ${Source-Version}), ${shlibs:Depends} +Depends: vim (= ${Source-Version}), desktop-file-utils, ${shlibs:Depends} Suggests: cscope, vim-doc, ttf-bitstream-vera Provides: gvim Conflicts: kvim, kvim-perl, kvim-python, kvim-ruby, kvim-tcl, vim-full, vim-gnome, vim-lesstif, vim-perl, vim-python, vim-ruby, vim-tcl, vim-tiny, vim-tty @@ -126,7 +126,7 @@ Package: vim-lesstif Priority: extra Architecture: any -Depends: vim (= ${Source-Version}), ${shlibs:Depends} +Depends: vim (= ${Source-Version}), desktop-file-utils, ${shlibs:Depends} Suggests: cscope, vim-doc, ttf-bitstream-vera Provides: gvim Conflicts: kvim, kvim-perl, kvim-python, kvim-ruby, kvim-tcl, vim-full, vim-gnome, vim-gtk, vim-perl, vim-python, vim-ruby, vim-tcl, vim-tiny, vim-tty @@ -142,7 +142,7 @@ Package: vim-gnome Priority: extra Architecture: any -Depends: vim (= ${Source-Version}), ${shlibs:Depends} +Depends: vim (= ${Source-Version}), desktop-file-utils, ${shlibs:Depends} Suggests: cscope, vim-doc, ttf-bitstream-vera Provides: gvim Conflicts: kvim, kvim-perl, kvim-python, kvim-ruby, kvim-tcl, vim-full, vim-gtk, vim-lesstif, vim-perl, vim-python, vim-ruby, vim-tcl, vim-tiny, vim-tty @@ -158,7 +158,7 @@ Package: vim-full Priority: extra Architecture: any -Depends: vim (= ${Source-Version}), ${shlibs:Depends} +Depends: vim (= ${Source-Version}), desktop-file-utils, ${shlibs:Depends} Suggests: cscope, vim-doc, ttf-bitstream-vera Provides: gvim Conflicts: kvim, kvim-perl, kvim-python, kvim-ruby, kvim-tcl, vim-gnome, vim-gtk, vim-lesstif, vim-perl, vim-python, vim-ruby, vim-tcl, vim-tiny, vim-tty Modified: trunk/vim/debian/rules =================================================================== --- trunk/vim/debian/rules 2005-04-27 22:07:56 UTC (rev 190) +++ trunk/vim/debian/rules 2005-04-28 08:34:15 UTC (rev 191) @@ -321,6 +321,7 @@ rm -rf $(PWD)/debian/vim/usr/share/vim dh_testdir dh_testroot + dh_desktop dh_strip dh_compress dh_fixperms |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [help] when to call update-desktop-database in postinst: 00213, Stefano Zacchiroli |
|---|---|
| Next by Date: | r192 - trunk/vim/debian: 00213, Norbert Tretkowski |
| Previous by Thread: | Bug#306724: vim-gnome: Input chinese uncorrectly when encoding is set to prci: 00213, Hongzheng Wang |
| Next by Thread: | Re: r191 - trunk/vim/debian: 00213, jamessan |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |