--- aspell-ku-0.20-0.orig/debian/ku_test.txt
+++ aspell-ku-0.20-0/debian/ku_test.txt
@@ -0,0 +1,6 @@
+Di çarçoveya 1'emîn Mîhrîcana Perwerdehî, Çand, Huner û Werzîþ a Pîranê de
+yekem car panela bi zimanê zazakî hate lidarxistin. Pîraniyan eleqeyek mezin
+nîþanî panela bi mijara 'Zanîna Ziman û Wêje' da. Di çarçoveya 1'emîn
+Mîhrîcana Perwerdehî, Çand, Huner û Werzîþ a Pîranê ku ji aliyê Þaredariya
+Pîranê ve tê lidarxistin de li Salona Konferansê ya Þaredariyê panelek bi
+mijara 'Zanîna Ziman û Wêje' hate lidarxistin.
--- aspell-ku-0.20-0.orig/debian/copyright
+++ aspell-ku-0.20-0/debian/copyright
@@ -0,0 +1,33 @@
+This package was debianized by Christoph Berg <myon@debian.org> on
+Wed, 19 Oct 2005 18:18:36 +0200.
+
+It was downloaded from https://sourceforge.net/projects/myspellkurdish/
+
+Copyright:
+ Aspell dictionary for Kurdish
+ Copyright 2004 Erdal Ronahi <erdal.ronahi@gmx.net>
+ Rêzan Tovjîn <retovjin@hotmail.com>
+ Kevin P. Scannell <scannell@slu.edu>
+
+ 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. See the file Crawler.txt
+ for more information.
+
+License:
+ This program 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 program 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'.
--- aspell-ku-0.20-0.orig/debian/dirs
+++ aspell-ku-0.20-0/debian/dirs
@@ -0,0 +1,4 @@
+usr/lib/aspell
+usr/share/aspell
+var/lib/aspell
+var/lib/dictionaries-common/aspell
--- aspell-ku-0.20-0.orig/debian/info-aspell
+++ aspell-ku-0.20-0/debian/info-aspell
@@ -0,0 +1,5 @@
+Language: Kurdî (Kurdish)
+Hash-Name: ku
+Emacsen-Name: ku
+Coding-System: iso-8859-9
+Aspell-Locales: ku
--- aspell-ku-0.20-0.orig/debian/rules
+++ aspell-ku-0.20-0/debian/rules
@@ -0,0 +1,59 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+BASEDIR=`pwd`/debian/aspell-ku
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ ./configure
+ touch $@
+
+build: build-stamp
+build-stamp: configure-stamp
+ dh_testdir
+ gzip -9 < ku.cwl > ku.cwl.gz
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ [ ! -f Makefile ] || $(MAKE) clean
+ rm -f ku.cwl.gz Makefile
+ rm -f build-stamp configure-stamp
+ dh_clean
+
+install: build-stamp
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ $(MAKE) DESTDIR=$(BASEDIR) rws_files= install
+ gzip -9c ku.cwl > $(BASEDIR)/usr/share/aspell/ku.cwl.gz
+ touch $(BASEDIR)/var/lib/aspell/ku.compat
+ touch $(BASEDIR)/var/lib/aspell/ku.rws
+ echo ku >> $(BASEDIR)/usr/share/aspell/ku.contents
+ dh_install
+ dh_link
+ installdeb-aspell
+
+# Build architecture-independent files here.
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installdocs
+ dh_installchangelogs
+ 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
--- aspell-ku-0.20-0.orig/debian/compat
+++ aspell-ku-0.20-0/debian/compat
@@ -0,0 +1 @@
+5
--- aspell-ku-0.20-0.orig/debian/control
+++ aspell-ku-0.20-0/debian/control
@@ -0,0 +1,16 @@
+Source: aspell-ku
+Section: text
+Priority: optional
+Maintainer: Debian Arabic Packaging Team <debian-arabic-packages@lists.alioth.debian.org>
+Uploaders: Lior Kaplan <kaplan@debian.org>
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: aspell, dictionaries-common-dev (>= 0.70.2)
+Standards-Version: 3.7.2
+Homepage: https://sourceforge.net/projects/myspellkurdish/
+
+Package: aspell-ku
+Architecture: all
+Depends: aspell (>= 0.60.4), dictionaries-common (>= 0.70.2)
+Provides: aspell-dictionary
+Description: Kurdish dictionary for aspell
+ This package contains the Kurdish dictionary for the aspell spell checker.
--- aspell-ku-0.20-0.orig/debian/docs
+++ aspell-ku-0.20-0/debian/docs
@@ -0,0 +1 @@
+doc/Crawler.txt
--- aspell-ku-0.20-0.orig/debian/changelog
+++ aspell-ku-0.20-0/debian/changelog
@@ -0,0 +1,32 @@
+aspell-ku (0.20-0-4) unstable; urgency=low
+
+ * debian/control:
+ - Re-add build dependency of aspell, so files' paths won't be messed up
+ as found out by some Ubuntu people (Closes: #452309).
+ - Move Homepage from a pseudo-header to a regular header.
+
+ -- Lior Kaplan <kaplan@debian.org> Sat, 01 Dec 2007 16:29:23 +0200
+
+aspell-ku (0.20-0-3) unstable; urgency=low
+
+ * New maintainer. (Closes: #351039)
+ * Use aspell-autobuildhash in postinst to build the hash.
+ * debian/control:
+ - Split build depends to arch dependent / independent.
+ - Change standards version to 3.7.2 (no changes needed).
+ - Remove dependency in aspell.
+
+ -- Lior Kaplan <kaplan@debian.org> Fri, 6 Oct 2006 16:38:00 +0200
+
+aspell-ku (0.20-0-2) unstable; urgency=low
+
+ * Fix info-aspell.
+
+ -- Christoph Berg <myon@debian.org> Sun, 23 Oct 2005 17:34:24 +0200
+
+aspell-ku (0.20-0-1) unstable; urgency=low
+
+ * Initial release (Closes: #334741).
+
+ -- Christoph Berg <myon@debian.org> Wed, 19 Oct 2005 19:08:35 +0200
+
--- aspell-ku-0.20-0.orig/debian/watch
+++ aspell-ku-0.20-0/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/myspellkurdish/aspell.*-ku-(.*).tar.*
--- aspell-ku-0.20-0.orig/debian/links
+++ aspell-ku-0.20-0/debian/links
@@ -0,0 +1 @@
+var/lib/aspell/ku.rws usr/lib/aspell/ku.rws