[dutch-svn] r73 - trunk/debian

kroeckx at alioth.debian.org kroeckx at alioth.debian.org
Sat Jun 9 21:55:15 UTC 2007


Author: kroeckx
Date: 2007-06-09 21:55:15 +0000 (Sat, 09 Jun 2007)
New Revision: 73

Modified:
   trunk/debian/rules
Log:
Only generate wdutch/idutch lists during build, move the rest
to the binary-indep part so the buildds don't have to do this.


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-06-09 21:42:06 UTC (rev 72)
+++ trunk/debian/rules	2007-06-09 21:55:15 UTC (rev 73)
@@ -46,18 +46,6 @@
 	munchlist -l ./ispell/dutch.aff -v -w "&'\`-_" $(LATIN1OUTPUT) \
 		> ispell/dutch.mwl
 	buildhash ispell/dutch.mwl ./ispell/dutch.aff ispell/dutch.hash
-	# myspell
-	munch $(LATIN1OUTPUT) myspell/nl.aff > myspell/nl.mwl
-	wc -l myspell/nl.mwl > myspell/nl.dic
-	cat myspell/nl.mwl >> myspell/nl.dic
-	# aspell
-	grep -v -E '^NOSPLITSUGS|^REP' myspell/nl.aff > aspell/nl_affix.dat
-	cp myspell/nl.mwl aspell/nl.wl
-	prezip aspell/nl.wl
-	gzip -9 aspell/nl.cwl
-	# Some common problems:
-	# Can't handle words with a / in it, for the munching
-	# Can't handle words with a space in it
 	touch build-stamp
 
 clean:
@@ -90,6 +78,19 @@
 	dh_testdir
 	dh_testroot
 	dh_installdirs
+	# Those really should be in the "build" target, but we don't
+	# want to bother the buildds with this.
+	# myspell
+	munch $(LATIN1OUTPUT) myspell/nl.aff > myspell/nl.mwl
+	wc -l myspell/nl.mwl > myspell/nl.dic
+	cat myspell/nl.mwl >> myspell/nl.dic
+	# aspell
+	grep -v -E '^NOSPLITSUGS|^REP' myspell/nl.aff > aspell/nl_affix.dat
+	cp myspell/nl.mwl aspell/nl.wl
+	prezip aspell/nl.wl
+	gzip -9 aspell/nl.cwl
+
+	# wdutch wordlist
 	installdeb-wordlist --package=wdutch
 	dh_install -i
 	-ln -s idutch.info-ispell debian/aspell-nl.info-aspell




More information about the pkg-dutch-commit mailing list