Package: ispell-czech
Version: 20040229-4.1
Severity: normal
Tags: patch
Dear maintainer,
I've prepared an NMU for ispell-czech (versioned as 20040229-4.2) and
uploaded it.
Grüße/Regards,
Rene
diff -u ispell-czech-20040229/debian/changelog ispell-czech-20040229/debian/changelog
--- ispell-czech-20040229/debian/changelog
+++ ispell-czech-20040229/debian/changelog
@@ -1,3 +1,14 @@
+ispell-czech (20040229-4.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * rename to -cs to match DSDT policy (closes: #426542)
+ * move dict to /usr/share/hunspell and add compat symlinks from
+ /usr/share/myspell/dicts (closes: #541947)
+ * add cs.{aff,dic} -> cs_CZ.{aff,dic} symlinks (closes: #373737)
+ * debian/copyright: iconv to utf8
+
+ -- Rene Engelhard <[email protected]> Sat, 19 Sep 2009 18:43:38 +0200
+
ispell-czech (20040229-4.1) unstable; urgency=medium
* Non-maintainer upload.
diff -u ispell-czech-20040229/debian/control ispell-czech-20040229/debian/control
--- ispell-czech-20040229/debian/control
+++ ispell-czech-20040229/debian/control
@@ -13,11 +13,12 @@
This is the Czech dictionary for ispell.
Author: Petr Kolar <[email protected]>
-Package: myspell-cs-cz
+Package: myspell-cs
Architecture: all
Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts, ${misc:Depends}
-Provides: myspell-dictionary, myspell-dictionary-cs
-Conflicts: openoffice.org (<= 1.0.3-2)
+Provides: myspell-dictionary, myspell-dictionary-cs, myspell-cs-cz
+Conflicts: openoffice.org (<= 1.0.3-2), myspell-cs-cz
+Replaces: myspell-cs-cz
Description: Czech dictionary for myspell
This is the Czech dictionary for use with the myspell spellchecker
which is currently used within OpenOffice.org and the mozilla
diff -u ispell-czech-20040229/debian/copyright ispell-czech-20040229/debian/copyright
--- ispell-czech-20040229/debian/copyright
+++ ispell-czech-20040229/debian/copyright
@@ -6,13 +6,13 @@
Copyright:
Czech affixes file for ispell
-Copyright (C) 1999 Petr Kol?? <[email protected]>
+Copyright (C) 1999 Petr Koláø <[email protected]>
Contributors:
- 1996-1997 Tom?? ?erm?k <[email protected]> (original author)
+ 1996-1997 Tomá¹ Èermák <[email protected]> (original author)
1997 Petr Prenghy <[email protected]>
- 1997/02/02 Hanu? Adler <[email protected]>
- 1998-1999 Petr Kol?? <[email protected]>
+ 1997/02/02 Hanu¹ Adler <[email protected]>
+ 1998-1999 Petr Koláø <[email protected]>
Current version ftp://ftp.vslib.cz/pub/unix/ispell/czech/
Older version http://hlava22.fsv.cvut.cz/~cermak/ispell/
diff -u ispell-czech-20040229/debian/rules ispell-czech-20040229/debian/rules
--- ispell-czech-20040229/debian/rules
+++ ispell-czech-20040229/debian/rules
@@ -28,10 +28,18 @@
dh_installdocs -i
dh_installchangelogs -i
- installdeb-myspell -p myspell-cs-cz
- install -d debian/myspell-cs-cz/usr/share/myspell/dicts
- install -g root -m 644 -o root cs_CZ.myaff debian/myspell-cs-cz/usr/share/myspell/dicts/cs_CZ.aff
- install -g root -m 644 -o root cs_CZ.mydic debian/myspell-cs-cz/usr/share/myspell/dicts/cs_CZ.dic
+ installdeb-myspell -p myspell-cs
+ install -d debian/myspell-cs/usr/share/hunspell
+ install -d debian/myspell-cs/usr/share/myspell/dicts
+ install -g root -m 644 -o root cs_CZ.myaff debian/myspell-cs/usr/share/hunspell/cs_CZ.aff
+ install -g root -m 644 -o root cs_CZ.mydic debian/myspell-cs/usr/share/hunspell/cs_CZ.dic
+ cd debian/myspell-cs/usr/share/hunspell && \
+ ln -s cs_CZ.aff cs.aff && ln -s cs_CZ.dic cs.dic
+ cd debian/myspell-cs/usr/share/myspell/dicts && \
+ ln -s ../../hunspell/cs_CZ.aff cs_CZ.aff; \
+ ln -s ../../hunspell/cs_CZ.dic cs_CZ.dic; \
+ ln -s ../../hunspell/cs.aff cs.aff; \
+ ln -s ../../hunspell/cs.dic cs.dic
dh_compress -i
dh_fixperms -i
reverted:
--- ispell-czech-20040229/debian/myspell-cs-cz.info-myspell
+++ ispell-czech-20040229.orig/debian/myspell-cs-cz.info-myspell
@@ -1 +0,0 @@
-DICT cs CZ cs_CZ
only in patch2:
unchanged:
--- ispell-czech-20040229.orig/debian/myspell-cs.info-myspell
+++ ispell-czech-20040229/debian/myspell-cs.info-myspell
@@ -0,0 +1 @@
+DICT cs CZ cs_CZ