[SCM] Vim packaging branch, debian, updated. upstream/7.1.285-77-ge29b808

James Vega jamessan at debian.org
Wed Apr 9 17:48:25 UTC 2008


The following commit has been merged in the debian branch:
commit e29b8087e21f2ba25d434e978ea1dc1fed672e1e
Author: James Vega <jamessan at debian.org>
Date:   Wed Apr 9 13:47:57 2008 -0400

    Only Build-Depend on libselinux1-dev for linux systems.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 6748017..69f9b89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ vim (1:7.1.291-2) UNRELEASED; urgency=low
     - Add Provides/Conflicts/Replaces for vim-{ruby,python,perl,tcl} in any
       variant that supports those language bindings since some packages want a
       vim that supports a certain language.
+    - Only Build-Depend on libselinux1-dev for linux systems.
   * runtime/filetype.vim:
     - Use "setf" instead of "set ft" when setting the filetype to git so that
       we don't override another filetype which may have been set during
diff --git a/debian/control b/debian/control
index ff96b46..cbb5090 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper, bzip2, libperl-dev, tcl-dev, libacl1-dev,
  libgpmg1-dev [!hurd-i386] | not+linux-gnu, python-dev, libxpm-dev,
  libncurses5-dev, ruby, ruby1.8-dev, libgtk2.0-dev, lynx,
  libgnomeui-dev, lesstif2-dev, make (>= 3.80+3.81.b4), docbook-xml,
- docbook-utils, libselinux1-dev, autoconf
+ docbook-utils, libselinux1-dev [!hurd-i386] | not+linux-gnu, autoconf
 Vcs-Git: git://git.debian.org/git/pkg-vim/vim.git
 Vcs-Browser: http://git.debian.org/?p=pkg-vim/vim.git
 Homepage: http://www.vim.org/

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list