r88 - trunk/vim/debian

Matthijs Mohlmann active2-guest@costa.debian.org
Sat, 19 Mar 2005 15:39:04 +0100


Author: active2-guest
Date: 2005-03-19 15:39:02 +0100 (Sat, 19 Mar 2005)
New Revision: 88

Modified:
   trunk/vim/debian/README.Debian
   trunk/vim/debian/changelog
   trunk/vim/debian/control
   trunk/vim/debian/copyright
   trunk/vim/debian/kvim.menu
   trunk/vim/debian/rules
Log:
 * Fixed lintian warnings
 * Changed current maintainer in debian/copyright


Modified: trunk/vim/debian/README.Debian
===================================================================
--- trunk/vim/debian/README.Debian	2005-03-18 19:53:20 UTC (rev 87)
+++ trunk/vim/debian/README.Debian	2005-03-19 14:39:02 UTC (rev 88)
@@ -19,7 +19,7 @@
 ------------------
 
     There are some known problems with using Vim in an UTF-8 environment.
-    It's strongly adviced to update the encoding variable when using Vim in UTF-8
+    It's strongly advised to update the encoding variable when using Vim in UTF-8
     environment. 
     Putting this line in your vimrc do the trick:
 

Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-03-18 19:53:20 UTC (rev 87)
+++ trunk/vim/debian/changelog	2005-03-19 14:39:02 UTC (rev 88)
@@ -30,6 +30,14 @@
 
   * Matthijs Mohlmann <matthijs@cacholong.nl>:
     + Add syntax highlighting for xmodmap. (closes: #296759)
+    + Fixed lintian warning unquoted-string-in-menu-item in kvim.menu
+    + Fixed lintian warning spelling-error-in-readme-debian (adviced should
+      be advised)
+    + Changed current maintainer in copyright file
+    + Fixed lintian warning package-relation-with-self in kvim
+    + Fixed lintian warning binary-has-unneeded-section in vim (added
+      dh_strip)
+    + Added depends on vim in vim-doc
 
   * Alexis Sukrieh <sukria@sukria.net>:
     + Add a note about UTF-8 related issues in README.Debian.
@@ -48,7 +56,7 @@
       dh_movefiles ("binary" target could now be invoked twice after a single
       "install" invocation), let dh_compress compress README
 
- -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>  Fri, 18 Mar 2005 13:43:24 +0100
+ -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>  Sat, 19 Mar 2005 14:51:39 +0100
 
 vim (1:6.3-064+1) unstable; urgency=low
 

Modified: trunk/vim/debian/control
===================================================================
--- trunk/vim/debian/control	2005-03-18 19:53:20 UTC (rev 87)
+++ trunk/vim/debian/control	2005-03-19 14:39:02 UTC (rev 88)
@@ -228,8 +228,8 @@
 Architecture: any
 Depends: vim (= ${Source-Version}), ${shlibs:Depends}
 Suggests: cscope, vim-doc
-Conflicts: vim-tiny, vim-perl, vim-python, vim-ruby, vim-tcl, vim-tty, vim-gtk, vim-lesstif, vim-gnome, kvim (<< 1:6.2-135+1), kvim-perl, kvim-ruby, kvim-tcl, kvim-python
-Replaces: vim-tiny, vim-perl, vim-python, vim-ruby, vim-tcl, vim-tty, vim-gtk, vim-lesstif, vim-gnome, kvim (<< 1:6.2.135+1), vim (<< 1:6.2-098+1), kvim-perl, kvim-ruby, kvim-tcl, kvim-python
+Conflicts: vim-tiny, vim-perl, vim-python, vim-ruby, vim-tcl, vim-tty, vim-gtk, vim-lesstif, vim-gnome, kvim-perl, kvim-ruby, kvim-tcl, kvim-python
+Replaces: vim-tiny, vim-perl, vim-python, vim-ruby, vim-tcl, vim-tty, vim-gtk, vim-lesstif, vim-gnome, vim (<< 1:6.2-098+1), kvim-perl, kvim-ruby, kvim-tcl, kvim-python
 Description: Vi IMproved - KDE 3.x version
  Vim is an almost compatible version of the UNIX editor Vi.  Many new features
  have been added: multi level undo, syntax highlighting, command line history,
@@ -242,6 +242,7 @@
 Package: vim-doc
 Priority: optional
 Architecture: all
+Depends: vim
 Replaces: vim (<< 1:6.2-098+1)
 Suggests: vim
 Description: Vi IMproved - Documentation files

Modified: trunk/vim/debian/copyright
===================================================================
--- trunk/vim/debian/copyright	2005-03-18 19:53:20 UTC (rev 87)
+++ trunk/vim/debian/copyright	2005-03-19 14:39:02 UTC (rev 88)
@@ -5,7 +5,7 @@
 
 This package was put together by Wichert Akkerman <wakkerma@debian.org> from
 sources obtained from: ftp://ftp.vim.org/pub/vim/unix/. The current maintainer
-is Luca Filipozzi <lfilipoz@debian.org>.
+is Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>.
 
 Vim was written by Bram Moolenaar.  The following copying conditions are taken
 from the online documentation.

Modified: trunk/vim/debian/kvim.menu
===================================================================
--- trunk/vim/debian/kvim.menu	2005-03-18 19:53:20 UTC (rev 87)
+++ trunk/vim/debian/kvim.menu	2005-03-19 14:39:02 UTC (rev 88)
@@ -1,4 +1,4 @@
-?package(kvim):needs=X11 section=Apps/Editors\
+?package(kvim):needs="X11" section="Apps/Editors"\
 	hints="KDE,Editors"\
 	title="KVim" command="kvim"\
 	kderemove="y"

Modified: trunk/vim/debian/rules
===================================================================
--- trunk/vim/debian/rules	2005-03-18 19:53:20 UTC (rev 87)
+++ trunk/vim/debian/rules	2005-03-19 14:39:02 UTC (rev 88)
@@ -375,7 +375,7 @@
 	rm -rf $(PWD)/debian/vim/usr/share/vim
 	dh_testdir
 	dh_testroot
-	#dh_strip
+	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb