--- myspell-ku-0.20.0.orig/debian/changelog
+++ myspell-ku-0.20.0/debian/changelog
@@ -0,0 +1,33 @@
+myspell-ku (0.20.0-1.1) unstable; urgency=low
+
+ * Non-maintainer upload blessed by (co-)maintainer.
+ * move dict to /usr/share/hunspell and add compat symlinks from
+ /usr/share/myspell/dicts (closes: #541927)
+ * move Homepage: from Description to Homepage: field
+ * utf8'ize copyright
+
+ -- Rene Engelhard <rene@debian.org> Wed, 23 Sep 2009 19:49:17 +0200
+
+myspell-ku (0.20.0-1) unstable; urgency=low
+
+ * Pseudo new upstream release
+ - Force re-upload of the source tarball, since it was named like this is a
+ Debian native package, while it's not.
+ * New maintainer - the Debian Arabic Packaging Team.
+ * debian/control:
+ - Add (build-)dependency for dictionaries-common(-dev).
+ - Add mozilla-browser, mozilla-thunderbird to suggests.
+ - Use debhelper 5.
+ * debian/rules:
+ - Use installdeb-myspell.
+ - Clean the file by moving commands to debian/install and debian/links.
+ * Add a watch file.
+
+ -- Lior Kaplan <kaplan@debian.org> Thu, 12 Oct 2006 13:23:26 +0200
+
+myspell-ku (0.20-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Erdal Ronahî <erdal.ronahi@gmail.com> Mon, 15 May 2006 21:34:01 +0200
+
--- myspell-ku-0.20.0.orig/debian/install
+++ myspell-ku-0.20.0/debian/install
@@ -0,0 +1 @@
+*.aff *.dic usr/share/hunspell
--- myspell-ku-0.20.0.orig/debian/control
+++ myspell-ku-0.20.0/debian/control
@@ -0,0 +1,18 @@
+Source: myspell-ku
+Section: text
+Priority: optional
+Maintainer: Debian Arabic Packaging Team <debian-arabic-packages@lists.alioth.debian.org>
+Uploaders: Erdal Ronahî <erdal.ronahi@gmail.com>, Lior Kaplan <kaplan@debian.org>
+Build-Depends: debhelper (>> 5.0.0)
+Build-Depends-Indep: dictionaries-common-dev
+Standards-Version: 3.7.2
+Homepage: http://sourceforge.net/projects/myspellkurdish/
+
+Package: myspell-ku
+Architecture: all
+Depends: dictionaries-common
+Provides: myspell-dictionary, myspell-dictionary-ku
+Suggests: openoffice.org, mozilla-browser, mozilla-thunderbird
+Description: Kurdish (Kurmanji) dictionary for myspell
+ This is the Kurdish (Kurmanji) dictionary for use with the myspell spellchecker
+ which is currently used within OpenOffice.org and the mozilla spellchecker.
--- myspell-ku-0.20.0.orig/debian/dirs
+++ myspell-ku-0.20.0/debian/dirs
@@ -0,0 +1,2 @@
+usr/share/myspell/dicts
+usr/share/myspell/infos/ooo
--- myspell-ku-0.20.0.orig/debian/rules
+++ myspell-ku-0.20.0/debian/rules
@@ -0,0 +1,55 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ # Add here commands to configure the package.
+ touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ installdeb-myspell
+
+# Build architecture-independent files here.
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_install
+ dh_link
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- myspell-ku-0.20.0.orig/debian/links
+++ myspell-ku-0.20.0/debian/links
@@ -0,0 +1,15 @@
+usr/share/hunspell/ku_TR.aff usr/share/hunspell/ku.aff
+usr/share/hunspell/ku_TR.dic usr/share/hunspell/ku.dic
+usr/share/hunspell/ku_TR.aff usr/share/hunspell/ku_SY.aff
+usr/share/hunspell/ku_TR.dic usr/share/hunspell/ku_SY.dic
+usr/share/hunspell/ku_TR.aff usr/share/hunspell/ku-TR.aff
+usr/share/hunspell/ku_TR.dic usr/share/hunspell/ku-TR.dic
+usr/share/hunspell/ku.aff usr/share/myspell/dicts/ku.aff
+usr/share/hunspell/ku.dic usr/share/myspell/dicts/ku.dic
+usr/share/hunspell/ku_SY.aff usr/share/myspell/dicts/ku_SY.aff
+usr/share/hunspell/ku_SY.dic usr/share/myspell/dicts/ku_SY.dic
+usr/share/hunspell/ku_TR.aff usr/share/myspell/dicts/ku_TR.aff
+usr/share/hunspell/ku_TR.dic usr/share/myspell/dicts/ku_TR.dic
+usr/share/hunspell/ku-TR.aff usr/share/myspell/dicts/ku-TR.aff
+usr/share/hunspell/ku-TR.dic usr/share/myspell/dicts/ku-TR.dic
+
--- myspell-ku-0.20.0.orig/debian/watch
+++ myspell-ku-0.20.0/debian/watch
@@ -0,0 +1,5 @@
+version=3
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php #PACKAGE#-(.*)\.tar\.gz
+http://sf.net/myspellkurdish/ku_TR-([\d\.]*)\.zip
--- myspell-ku-0.20.0.orig/debian/compat
+++ myspell-ku-0.20.0/debian/compat
@@ -0,0 +1 @@
+5
--- myspell-ku-0.20.0.orig/debian/copyright
+++ myspell-ku-0.20.0/debian/copyright
@@ -0,0 +1,36 @@
+This package was debianized by Erdal Ronahî <erdal.ronahi@gmail.com> on
+Mon, 15 May 2006.
+
+It was downloaded from http://sourceforge.net/projects/myspellkurdish/
+
+Upstream Author: Erdal Ronah\xc3\xae <erdal.ronahi@gmail.com>
+
+Copyright: 2004 Erdal Ronahi <erdal.ronahi@gmx.net>
+ Kevin P. Scannell <scannell@slu.edu>
+ R\xeazan Tovj\xeen <retovjin@hotmail.com>
+
+The original word list used for this package was augmented using Scannell's
+web crawling software "An Crúbadán" and then hand-checked by Ronahi and
+Tovjîn.
+
+License:
+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2006, Erdal Ronahî <erdal.ronahi@gmail.com>
+and is licensed under the GPL, see above.
--- myspell-ku-0.20.0.orig/debian/info-myspell
+++ myspell-ku-0.20.0/debian/info-myspell
@@ -0,0 +1,3 @@
+# Kurdish (Kurmancî)
+DICT ku TR ku_TR
+DICT ku SY ku_TR
--- myspell-ku-0.20.0.orig/debian/docs
+++ myspell-ku-0.20.0/debian/docs
@@ -0,0 +1 @@
+README_ku_TR.txt