r857 - in /trunk/packages/vim-scripts/debian: README.Debian changelog control

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sat Jan 20 12:32:25 UTC 2007


Author: zack
Date: Sat Jan 20 13:32:24 2007
New Revision: 857

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=857
Log:
describe the requirement of dtd2vim -> perlsgml

Modified:
    trunk/packages/vim-scripts/debian/README.Debian
    trunk/packages/vim-scripts/debian/changelog
    trunk/packages/vim-scripts/debian/control

Modified: trunk/packages/vim-scripts/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/README.Debian?rev=857&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/README.Debian (original)
+++ trunk/packages/vim-scripts/debian/README.Debian Sat Jan 20 13:32:24 2007
@@ -1,3 +1,6 @@
+
+Using the addons
+================
 
   If you just link these scripts instead of copying them, they will be
 upgraded automatically. That's a good idea.
@@ -32,3 +35,11 @@
     /etc/vim/vimrc and changes on it will be preserved across vim
     package upgrades
 
+dtd2vim
+=======
+
+dtd2vim generate vim XML data file from DTDs for the new DTD-base omni
+completion for XML files, see :help ft-xml-omni for more information. In order
+to use dtd2vim you have to install the "perlsgml" debian package, which
+contains the Perl DTD module required by dtd2vim.
+

Modified: trunk/packages/vim-scripts/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/changelog?rev=857&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/changelog (original)
+++ trunk/packages/vim-scripts/debian/changelog Sat Jan 20 13:32:24 2007
@@ -3,11 +3,14 @@
   * debian/control
     - use abbreviated form ("XS-Vcs-Svn") for the svn field
     - set maintainer to Debian VIM Maintainers and Uploaders to me and Michael
+    - added suggest on perlsgml, required by dtd2vim (added below)
+  * debian/README.debian
+    - mention the requirement of perlsgml for using dtd2vim
   * addons adds/removals/upgrades
     - added binary dtd2vim to generate XML data file for Vim 7 DTD-based omni
       completion
 
- -- Stefano Zacchiroli <zack at debian.org>  Sat, 20 Jan 2007 13:21:28 +0100
+ -- Stefano Zacchiroli <zack at debian.org>  Sat, 20 Jan 2007 13:32:03 +0100
 
 vim-scripts (7.0.4) unstable; urgency=low
 

Modified: trunk/packages/vim-scripts/debian/control
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/control?rev=857&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/control (original)
+++ trunk/packages/vim-scripts/debian/control Sat Jan 20 13:32:24 2007
@@ -10,6 +10,7 @@
 Package: vim-scripts
 Architecture: all
 Recommends: vim | gvim
+Suggests: perlsgml
 Enhances: vim, gvim
 Description: plugins for vim, adding bells and whistles
  Vim is a very capable editor. Its scripting support allows the use of plugins




More information about the pkg-vim-maintainers mailing list