[dutch-svn] r79 - trunk/debian

kroeckx at alioth.debian.org kroeckx at alioth.debian.org
Sun Jun 10 09:20:20 UTC 2007


Author: kroeckx
Date: 2007-06-10 09:20:20 +0000 (Sun, 10 Jun 2007)
New Revision: 79

Modified:
   trunk/debian/rules
Log:
Remove the first line with the worcound for aspell,
and remove unsupported words so that people don't get warnings
on install.


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-06-09 23:15:22 UTC (rev 78)
+++ trunk/debian/rules	2007-06-10 09:20:20 UTC (rev 79)
@@ -84,7 +84,10 @@
 	munch $(LATIN1OUTPUT) myspell/nl.aff > myspell/nl.dic
 	# aspell
 	cp myspell/nl.aff aspell/nl_affix.dat
-	cp myspell/nl.dic aspell/nl.wl
+	# remove first line and sort.
+	sed -e '1d' myspell/nl.dic | LC_ALL=C sort > aspell/tmp.wl
+	LC_ALL=C comm -3 aspell/tmp.wl aspell/unsupported.list > aspell/nl.wl
+	rm aspell/tmp.wl
 	prezip aspell/nl.wl
 	gzip -9f aspell/nl.cwl
 




More information about the pkg-dutch-commit mailing list