r1022 - in /trunk/packages/vim/debian: changelog vim-variant.postinst
jamessan at users.alioth.debian.org
jamessan at users.alioth.debian.org
Wed Sep 19 14:29:05 UTC 2007
Author: jamessan
Date: Wed Sep 19 14:29:05 2007
New Revision: 1022
URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1022
Log:
* Add a slave link for gnome-text-editor.1.gz when we add the
gnome-text-editor alternative. (Closes: #439549)
Modified:
trunk/packages/vim/debian/changelog
trunk/packages/vim/debian/vim-variant.postinst
Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=1022&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Wed Sep 19 14:29:05 2007
@@ -7,7 +7,11 @@
* debian/control
- removing idle contributors from the Uploaders field
- -- James Vega <jamessan at debian.org> Tue, 18 Sep 2007 20:58:11 -0400
+ [ James Vega ]
+ * Add a slave link for gnome-text-editor.1.gz when we add the
+ gnome-text-editor alternative. (Closes: #439549)
+
+ -- James Vega <jamessan at debian.org> Wed, 19 Sep 2007 10:27:13 -0400
vim (1:7.1-056+2) unstable; urgency=low
Modified: trunk/packages/vim/debian/vim-variant.postinst
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/vim-variant.postinst?rev=1022&op=diff
==============================================================================
--- trunk/packages/vim/debian/vim-variant.postinst (original)
+++ trunk/packages/vim/debian/vim-variant.postinst Wed Sep 19 14:29:05 2007
@@ -14,7 +14,9 @@
add_gnome_alternative () {
if [ -f /usr/bin/gvim ]; then
update-alternatives --install /usr/bin/gnome-text-editor \
- gnome-text-editor /usr/bin/vim.$variant $1
+ gnome-text-editor /usr/bin/vim.$variant $1 \
+ --slave $mandir/man1/gnome-text-editor.1.gz gnome-text-editor.1.gz \
+ $mandir/man1/vim.1.gz
fi
}
More information about the pkg-vim-maintainers
mailing list