r686 - in /trunk/packages/vim/debian: changelog rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Fri May 19 00:40:33 UTC 2006


Author: zack
Date: Fri May 19 00:40:32 2006
New Revision: 686

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=686
Log:
disabled building of spell files

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/debian/rules

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=686&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Fri May 19 00:40:32 2006
@@ -4,7 +4,7 @@
   * Add support for building l10n spellfiles.
     + Added unzip, aap, and locales to Build-Depends-Indep.
     + Added debian/locale-gen to build the locale info.
-    + Update debian/rules to build spellfiles.
+    + Update debian/rules to build spellfiles (temporarly disabled).
       - Added a check for 'nospell' in DEB_BUILD_OPTIONS to prevent building
         the spellfiles.
     + Added spell-locales.diff patch which updates the aap recipes to set the

Modified: trunk/packages/vim/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/rules?rev=686&op=diff
==============================================================================
--- trunk/packages/vim/debian/rules (original)
+++ trunk/packages/vim/debian/rules Fri May 19 00:40:32 2006
@@ -520,7 +520,7 @@
 	cat $< | sed 's/@VIMCUR@/$(VIMCUR)/' > $@
 
 binary-indep: export DH_OPTIONS=-i
-binary-indep: build build-spell install
+binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_compress




More information about the pkg-vim-maintainers mailing list