osdir.com
mailing list archive

Subject: r193 - trunk/vim/debian - msg#00217

List: linux.debian.packages.vim.devel

Date: Prev Next Index Thread: Prev Next Index
Author: zack
Date: 2005-04-28 15:02:54 +0000 (Thu, 28 Apr 2005)
New Revision: 193

Modified:
trunk/vim/debian/changelog
trunk/vim/debian/control
Log:
reverted addition of dependency on desktop-file-utils


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog 2005-04-28 09:54:54 UTC (rev 192)
+++ trunk/vim/debian/changelog 2005-04-28 15:02:54 UTC (rev 193)
@@ -9,7 +9,6 @@
+ 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).

* Norbert Tretkowski <nobse@xxxxxxxxxx>:

Modified: trunk/vim/debian/control
===================================================================
--- trunk/vim/debian/control 2005-04-28 09:54:54 UTC (rev 192)
+++ trunk/vim/debian/control 2005-04-28 15:02:54 UTC (rev 193)
@@ -42,7 +42,7 @@
Package: vim-perl
Priority: extra
Architecture: any
-Depends: vim (= ${Source-Version}), desktop-file-utils, ${shlibs:Depends}
+Depends: vim (= ${Source-Version}), ${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}), desktop-file-utils, ${shlibs:Depends}
+Depends: vim (= ${Source-Version}), ${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}), desktop-file-utils, ${shlibs:Depends}
+Depends: vim (= ${Source-Version}), ${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}), desktop-file-utils, ${shlibs:Depends}
+Depends: vim (= ${Source-Version}), ${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}), desktop-file-utils, ${shlibs:Depends}
+Depends: vim (= ${Source-Version}), ${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}), desktop-file-utils, ${shlibs:Depends}
+Depends: vim (= ${Source-Version}), ${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}), desktop-file-utils, ${shlibs:Depends}
+Depends: vim (= ${Source-Version}), ${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}), desktop-file-utils, ${shlibs:Depends}
+Depends: vim (= ${Source-Version}), ${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





Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

Re: r191 - trunk/vim/debian

On Thu, Apr 28, 2005 at 10:53:02AM -0400, jamessan@xxxxxxxxxxxx wrote: > > + + Added dependency on desktop-file-utils (needed by dh_desktop) > I noticed that neither Abiword(-common) nor gedit(-common) have a > dependency on desktop-file-utils. Are you sure we need the dependency > or is that a problem with their packaging? I asked myself the same question this afternoon. My conclusioni was that we don't need the dependency indeed. Rationale: dh_desktop adds a postinst entry which does something only if update-desktop-database (shipped by desktop-file-utils) is available. The package desktop-file-utils, when installed, invoke update-desktop-database in _its_ postinst. As long as all packages using the .desktop entries (e.g. nautilus) depends on desktop-file-utils the dependency is thus useless. I will revert my added dependency in a minute. Cheers. -- Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy zack@{cs.unibo.it,debian.org,bononia.it} -%- http://www.bononia.it/zack/ If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. -!- signature.asc Description: Digital signature

Next Message by Date: click to view message preview

(B10000,$&!*(B

_/_/_/_/_/$B5U1g!y?M:J!y3d@Z!y(BSM$B!yB(2q$$!yD>%aD>EE(B_/_/_/_/_/ _/_/_/_/_/_/ http://awg.webchu.com/?springf _/_/_/_/_/_/ $B!xBg9%I>!V(B10000$B1_!WL5NA%]%$%s%HB#Dh%-%c%s%Z!<%s7QB3<B;\Cf!*!x(B $B$?$/$5$s$N$*5RMM$K$4MxMQD:$-!"O"F|4n$S$N@<$rD:$$$F$*$j$^$9!*(B $B$"$J$?$b@'Hs$3$N5!2q$KAGE($J=P2q$$$r(BGET$B$7$F$_$^$;$s$+!)(B $B<+?.$r$b$C$F$*4+$aCW$7$^$9!*"*(B http://awg.webchu.com/?springf $B!}7HBS!&(BPC$BBP1~$G%U%j!<%a!<%k$bMxMQ$G$-$^$9!#(B $B!}F?L>@-$,Hs>o$K9b$/!"0l;~@$4V$rFx$o$;$?2M6u@A5a$H$bEvJ}$O0l@Z4X$o$j$,$"$j$^$;$s$N$G0B?4$7$F$4MxMQ2<$5$$!#(B $B!}L5NA$G$?$C$W$jM7$s$GD:$-!"!V$3$3$J$i!*!W$H;W$C$FD:$1$?J}$O0B?4$NA0J'$$$r$4MxMQ2<$5$$!#$?$C$?(B3000$B1_$+$i$4MxMQD:$1$^$9!#(B $B"(Ev%a!<%k$NG[?.5qH]$O$3$A$i"*(B csvbit7q8a9z@xxxxx $B$^$G$*<j?t$G$9$,$*4j$$CW$7$^$9!#(B

Previous Message by Thread: click to view message preview

r192 - trunk/vim/debian

Author: nobse Date: 2005-04-28 09:54:54 +0000 (Thu, 28 Apr 2005) New Revision: 192 Modified: trunk/vim/debian/changelog trunk/vim/debian/control Log: build-depend on debhelper (>= 4.2.21) Modified: trunk/vim/debian/changelog =================================================================== --- trunk/vim/debian/changelog 2005-04-28 08:34:15 UTC (rev 191) +++ trunk/vim/debian/changelog 2005-04-28 09:54:54 UTC (rev 192) @@ -1,7 +1,5 @@ vim (1:6.3-071+2) UNRELEASED; urgency=low - XXX REMOVE ME XXX Zack: changed changelog author to pkg-vim, is it ok? - * Stefano Zacchiroli <zack@xxxxxxxxxx>: + Modifications on debian/rules: - Do not invoke dh_installdirs before creating .dirs file for current @@ -14,8 +12,11 @@ + 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 + * Norbert Tretkowski <nobse@xxxxxxxxxx>: + + Build-Depend on debhelper (>= 4.2.21), required for dh_desktop call. + -- Debian VIM Maintainers <pkg-vim-maintainers@xxxxxxxxxxxxxxxxxxxxxxx> Tue, 28 Apr 2005 11:54:35 +0200 + vim (1:6.3-071+1) unstable; urgency=medium * New upstream patches (069 to 071), see README.gz for details. Modified: trunk/vim/debian/control =================================================================== --- trunk/vim/debian/control 2005-04-28 08:34:15 UTC (rev 191) +++ trunk/vim/debian/control 2005-04-28 09:54:54 UTC (rev 192) @@ -4,7 +4,7 @@ Maintainer: Debian VIM Maintainers <pkg-vim-maintainers@xxxxxxxxxxxxxxxxxxxxxxx> Uploaders: Norbert Tretkowski <nobse@xxxxxxxxxx>, Pierre Habouzit <pierre.habouzit@xxxxxxx>, Torsten Landschoff <torsten@xxxxxxxxxx>, Matthijs Mohlmann <matthijs@xxxxxxxxxxxx>, Stefano Zacchiroli <zack@xxxxxxxxxx>, Alexis Sukrieh <sukria@xxxxxxxxxx>, Pepijn de Langen <pepijn@xxxxxxxxxxxxxxxx>, James Vega <jamessan@xxxxxxxxxxxx> Standards-Version: 3.6.1.1 -Build-Depends: debhelper (>> 4), dpkg (>> 1.7.0), bzip2, perl (>= 5.6), libgpmg1-dev [!hurd-i386] | not+linux-gnu, libperl-dev (>= 5.6), tcl8.4-dev [!hurd-i386] | tcl8.3-dev [!hurd-i386], python-dev, libncurses5-dev, ruby, ruby1.8-dev | ruby-dev, libgtk2.0-dev (>= 2.2) | libgtk1.2-dev, libgnomeui-dev [!hurd-i386], lesstif2-dev +Build-Depends: debhelper (>= 4.2.21), dpkg (>> 1.7.0), bzip2, perl (>= 5.6), libgpmg1-dev [!hurd-i386] | not+linux-gnu, libperl-dev (>= 5.6), tcl8.4-dev [!hurd-i386] | tcl8.3-dev [!hurd-i386], python-dev, libncurses5-dev, ruby, ruby1.8-dev | ruby-dev, libgtk2.0-dev (>= 2.2) | libgtk1.2-dev, libgnomeui-dev [!hurd-i386], lesstif2-dev Build-Conflicts: libperl-dev (= 5.8.4-1) Package: vim

Next Message by Thread: click to view message preview

(B10000,$&!*(B

_/_/_/_/_/$B5U1g!y?M:J!y3d@Z!y(BSM$B!yB(2q$$!yD>%aD>EE(B_/_/_/_/_/ _/_/_/_/_/_/ http://awg.webchu.com/?springf _/_/_/_/_/_/ $B!xBg9%I>!V(B10000$B1_!WL5NA%]%$%s%HB#Dh%-%c%s%Z!<%s7QB3<B;\Cf!*!x(B $B$?$/$5$s$N$*5RMM$K$4MxMQD:$-!"O"F|4n$S$N@<$rD:$$$F$*$j$^$9!*(B $B$"$J$?$b@'Hs$3$N5!2q$KAGE($J=P2q$$$r(BGET$B$7$F$_$^$;$s$+!)(B $B<+?.$r$b$C$F$*4+$aCW$7$^$9!*"*(B http://awg.webchu.com/?springf $B!}7HBS!&(BPC$BBP1~$G%U%j!<%a!<%k$bMxMQ$G$-$^$9!#(B $B!}F?L>@-$,Hs>o$K9b$/!"0l;~@$4V$rFx$o$;$?2M6u@A5a$H$bEvJ}$O0l@Z4X$o$j$,$"$j$^$;$s$N$G0B?4$7$F$4MxMQ2<$5$$!#(B $B!}L5NA$G$?$C$W$jM7$s$GD:$-!"!V$3$3$J$i!*!W$H;W$C$FD:$1$?J}$O0B?4$NA0J'$$$r$4MxMQ2<$5$$!#$?$C$?(B3000$B1_$+$i$4MxMQD:$1$^$9!#(B $B"(Ev%a!<%k$NG[?.5qH]$O$3$A$i"*(B csvbit7q8a9z@xxxxx $B$^$G$*<j?t$G$9$,$*4j$$CW$7$^$9!#(B
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by