tags 541948 + patch
thanks

Dear maintainer,

I've prepared an NMU for myspell-hy (versioned as 0.10.1-1.1) and
uploaded it.

Grüße/Regards,

Rene
diff -u myspell-hy-0.10.1/debian/links myspell-hy-0.10.1/debian/links
--- myspell-hy-0.10.1/debian/links
+++ myspell-hy-0.10.1/debian/links
@@ -1,2 +1,7 @@
-usr/share/myspell/dicts/hy_AM.aff usr/share/myspell/dicts/hy.aff
-usr/share/myspell/dicts/hy_AM.dic usr/share/myspell/dicts/hy.dic
+usr/share/hunspell/hy_AM.aff usr/share/hunspell/hy.aff
+usr/share/hunspell/hy_AM.dic usr/share/hunspell/hy.dic
+usr/share/hunspell/hy_AM.aff usr/share/myspell/dicts/hy_AM.aff
+usr/share/hunspell/hy_AM.dic usr/share/myspell/dicts/hy_AM.dic
+usr/share/hunspell/hy_AM.aff usr/share/myspell/dicts/hy.aff
+usr/share/hunspell/hy_AM.dic usr/share/myspell/dicts/hy.dic
+
diff -u myspell-hy-0.10.1/debian/changelog myspell-hy-0.10.1/debian/changelog
--- myspell-hy-0.10.1/debian/changelog
+++ myspell-hy-0.10.1/debian/changelog
@@ -1,3 +1,11 @@
+myspell-hy (0.10.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * move dict into /usr/share/hunspell and add compatibility symlinks
+    from /usr/share/myspell/dicts (closes: #541948) 
+
+ -- Rene Engelhard <[email protected]>  Sat, 19 Sep 2009 20:35:02 +0200
+
 myspell-hy (0.10.1-1) unstable; urgency=low
 
   * New upstream release
diff -u myspell-hy-0.10.1/debian/install myspell-hy-0.10.1/debian/install
--- myspell-hy-0.10.1/debian/install
+++ myspell-hy-0.10.1/debian/install
@@ -1 +1 @@
-*.aff *.dic usr/share/myspell/dicts
+*.aff *.dic usr/share/hunspell
only in patch2:
unchanged:
--- myspell-hy-0.10.1.orig/install.sh
+++ myspell-hy-0.10.1/install.sh
@@ -19,10 +19,10 @@
 echo "DICT $LANGUAGE $COUNTRY $LANGUAGE$UNDERLINE$COUNTRY" > /usr/share/myspell/infos/ooo/myspell-$LANGUAGE
 
 # Installing dics and affix data files
-cp `echo "$LANGUAGE$UNDERLINE$COUNTRY.*"` /usr/share/myspell/dicts/ && chmod 644 /usr/share/myspell/dicts/`echo "$LANGUAGE$UNDERLINE$COUNTRY.*"`
+cp `echo "$LANGUAGE$UNDERLINE$COUNTRY.*"` /usr/share/hunspell && chmod 644 /usr/share/hunspell`echo "$LANGUAGE$UNDERLINE$COUNTRY.*"`
 
 # Creating links
-cd /usr/share/myspell/dicts/
+cd /usr/share/hunspell
 ln -sf `echo "$LANGUAGE$UNDERLINE$COUNTRY.dic"` $LANGUAGE.dic
 ln -sf `echo "$LANGUAGE$UNDERLINE$COUNTRY.aff"` $LANGUAGE.aff
 cd

Reply via email to