r687 - /trunk/packages/vim/debian/rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Fri May 19 02:21:52 UTC 2006


Author: zack
Date: Fri May 19 02:21:51 2006
New Revision: 687

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=687
Log:
fixed some bugs which inhibit creation of spell files

Modified:
    trunk/packages/vim/debian/rules

Modified: trunk/packages/vim/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/rules?rev=687&op=diff
==============================================================================
--- trunk/packages/vim/debian/rules (original)
+++ trunk/packages/vim/debian/rules Fri May 19 02:21:51 2006
@@ -324,7 +324,7 @@
 	if [ $(MAKESPELL) = "yes" ]; then \
 	  cp $(SRCDIR)/src/{vim.basic,vim}; \
 	  env LOCPATH=$(LOCPATH) sh debian/locale-gen; \
-	endif
+	fi
 	touch $@
 
 build-spell: build
@@ -334,13 +334,13 @@
 	dh_testdir
 	touch $@
 
-build-spell-stamp-%: build-locales-stamp-%
+build-spell-stamp-%: build-locales-stamp
 	dh_testdir
 	@echo "*** DEBIAN *** BUILDING SPELLFILES FOR $*"
+	# For now we'll ignore any spellfiles that fail building
 	if [ $(MAKESPELL) = "yes" ]; then \
-	  # For now we'll ignore any spellfiles that fail building
 	  env LOCPATH=$(LOCPATH) aap -f vim/runtime/spell/$*/main.aap || true; \
-	endif
+	fi
 	touch $@
 
 install: build




More information about the pkg-vim-maintainers mailing list