tags 566807 + patch
thanks

Dear maintainer,

I noticed I did a mistake in my previous NMU which broke
the symlinks. I fixed it and with this also fixed this bug
and uploaded the NMU.

Grüße/Regards,

Rene
diff -u ispell-fi-0.7/debian/changelog ispell-fi-0.7/debian/changelog
--- ispell-fi-0.7/debian/changelog
+++ ispell-fi-0.7/debian/changelog
@@ -1,3 +1,11 @@
+ispell-fi (0.7-17.3) unstable; urgency=low
+
+  * Non-maintainer upload. 
+  * fix the compat symlinks introduced in my last NMU, oops
+  * stop shipping fi-FI.* in /usr/share/hunspell (closes: #566807)
+
+ -- Rene Engelhard <r...@debian.org>  Wed, 03 Feb 2010 22:13:44 +0100
+
 ispell-fi (0.7-17.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u ispell-fi-0.7/debian/rules ispell-fi-0.7/debian/rules
--- ispell-fi-0.7/debian/rules
+++ ispell-fi-0.7/debian/rules
@@ -151,12 +151,10 @@
 	$(install_dir) $(oldmyspellwordlistdir)
 	$(install_nonex) fi_FI.mydict $(myspellwordlistdir)/fi_FI.dic
 	$(install_nonex) fi_FI.myaff  $(myspellwordlistdir)/fi_FI.aff
-	$(install_symlink) fi_FI.dic $(myspellwordlistdir)/fi-FI.dic
-	$(install_symlink) fi_FI.aff $(myspellwordlistdir)/fi-FI.aff
-	$(install_symlink) ../../hunspell/dicts/fi_FI.dic $(oldmyspellwordlistdir)/fi_FI.dic
-	$(install_symlink) ../../hunspell/dicts/fi_FI.aff $(oldmyspellwordlistdir)/fi_FI.aff
-	$(install_symlink) ../../hunspell/dicts/fi-FI.dic $(oldmyspellwordlistdir)/fi-FI.dic
-	$(install_symlink) ../../hunspell/dicts/fi-FI.aff $(oldmyspellwordlistdir)/fi-FI.aff
+	$(install_symlink) ../../hunspell/fi_FI.dic $(oldmyspellwordlistdir)/fi_FI.dic
+	$(install_symlink) ../../hunspell/fi_FI.aff $(oldmyspellwordlistdir)/fi_FI.aff
+	$(install_symlink) ../../hunspell/fi_FI.dic $(oldmyspellwordlistdir)/fi-FI.dic
+	$(install_symlink) ../../hunspell/fi_FI.aff $(oldmyspellwordlistdir)/fi-FI.aff
  
 	installdeb-myspell -pmyspell-fi -Pdebian/tmp/myspell-fi
 

Reply via email to