r1071 - in /branches/madduck-debruntime-move/packages/vim: debian/rules debian/vim-runtime.install.in runtime/README

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sun Oct 14 18:39:45 UTC 2007


Author: madduck
Date: Sun Oct 14 18:39:45 2007
New Revision: 1071

URL: http://svn.debian.org/wsvn/?sc=1&rev=1071
Log:
install our own runtime files over upstream during build

and add note about how our own runtime files are installed

Modified:
    branches/madduck-debruntime-move/packages/vim/debian/rules
    branches/madduck-debruntime-move/packages/vim/debian/vim-runtime.install.in
    branches/madduck-debruntime-move/packages/vim/runtime/README

Modified: branches/madduck-debruntime-move/packages/vim/debian/rules
URL: http://svn.debian.org/wsvn/branches/madduck-debruntime-move/packages/vim/debian/rules?rev=1071&op=diff
==============================================================================
--- branches/madduck-debruntime-move/packages/vim/debian/rules (original)
+++ branches/madduck-debruntime-move/packages/vim/debian/rules Sun Oct 14 18:39:45 2007
@@ -154,6 +154,8 @@
 	  cat upstream/patches/$$f | patch -s -d$(SRCDIR) -p0 ;\
 	done
 	quilt push -a || test $$? = 2
+	echo "replacing upstream po files with our own"
+	cp $(wildcard runtime/lang/po/*) vim/src/po
 	touch $@
 
 extract-stamp-%.bz2:

Modified: branches/madduck-debruntime-move/packages/vim/debian/vim-runtime.install.in
URL: http://svn.debian.org/wsvn/branches/madduck-debruntime-move/packages/vim/debian/vim-runtime.install.in?rev=1071&op=diff
==============================================================================
--- branches/madduck-debruntime-move/packages/vim/debian/vim-runtime.install.in (original)
+++ branches/madduck-debruntime-move/packages/vim/debian/vim-runtime.install.in Sun Oct 14 18:39:45 2007
@@ -3,3 +3,5 @@
 debian/tmp/usr/share/vim/				usr/share/
 debian/tmp/usr/share/man/man1/vimtutor.1		usr/share/man/man1/
 debian/vim-registry/*.yaml				usr/share/vim/registry/
+runtime/ftplugin/*					usr/share/vim/@VIMCUR@/ftplugin
+runtime/syntax/*					usr/share/vim/@VIMCUR@/syntax

Modified: branches/madduck-debruntime-move/packages/vim/runtime/README
URL: http://svn.debian.org/wsvn/branches/madduck-debruntime-move/packages/vim/runtime/README?rev=1071&op=diff
==============================================================================
--- branches/madduck-debruntime-move/packages/vim/runtime/README (original)
+++ branches/madduck-debruntime-move/packages/vim/runtime/README Sun Oct 14 18:39:45 2007
@@ -4,3 +4,8 @@
 
 -- Thu, 13 Apr 2006 11:01:55 -0400 zack
 
+All files are installed into the package using debian/vim-runtime.install.in,
+except for the po file(s), which need to be applied to the source before
+building; these are copied as part of debian/rules:extract
+
+-- Sun, 14 Oct 2007 18:51:17 +0100 madduck




More information about the pkg-vim-maintainers mailing list