--- aspell-uz-0.6.0.orig/debian/compat
+++ aspell-uz-0.6.0/debian/compat
@@ -0,0 +1 @@
+4
--- aspell-uz-0.6.0.orig/debian/changelog
+++ aspell-uz-0.6.0/debian/changelog
@@ -0,0 +1,34 @@
+aspell-uz (0.6.0-1) unstable; urgency=low
+
+ * New upstream release
+ * Sync "Copyright" section of the copyright file with the content
+ * from the Copyright file of the tarball. Nothing really changed,
+ * just beeing pedantic.
+ * Fixed Build-Depends and Build-Depends-Indep according to
+ * "Spelling Dictionaries and Tools Policy".
+ * Added watch file.
+ * Removed aspell from Build-Depends-Indep since one does not need
+ * it.
+ * Removed /var/lib/aspell/ from dh_md5sums, to avoid bugs like #324111,
+ * #346410, and #374949. Fix was taken from aspell-en.
+
+ -- Mashrab Kuvatov <kmashrab@uni-bremen.de> Sun, 1 Oct 2006 12:39:02 +0200
+
+aspell-uz (0.5-0-1) unstable; urgency=low
+
+ * New upstream release
+ * Fixed FSF address in debian/copyright.
+
+ -- Mashrab Kuvatov <kmashrab@uni-bremen.de> Mon, 16 Jan 2006 19:49:13 +0100
+
+aspell-uz (0.04-0-1) unstable; urgency=low
+
+ * Initial release Closes: #319775
+ * Files in debian dir are based on the ones from aspell-en.
+ * Renamed doc/README to doc/README-uzbek.wordlist, it conflicts
+ * with the readme of the tarball.
+ * This release is based on aspell6-uz-0.04-0.tar.bz2,
+ * the latest source of Uzbek dictionary from ftp.gnu.org/gnu/aspell/dict/uz.
+
+ -- Mashrab Kuvatov <kmashrab@uni-bremen.de> Sun, 24 Jul 2005 11:12:22 +0200
+
--- aspell-uz-0.6.0.orig/debian/install
+++ aspell-uz-0.6.0/debian/install
@@ -0,0 +1,3 @@
+*.multi usr/lib/aspell
+*.alias usr/lib/aspell
+*.dat usr/lib/aspell
--- aspell-uz-0.6.0.orig/debian/control
+++ aspell-uz-0.6.0/debian/control
@@ -0,0 +1,15 @@
+Source: aspell-uz
+Section: text
+Priority: optional
+Maintainer: Mashrab Kuvatov <kmashrab@uni-bremen.de>
+Build-Depends: debhelper (>> 4.1.0), cdbs (>= 0.4.0)
+Build-Depends-Indep: dictionaries-common-dev (>= 0.9.1)
+Standards-Version: 3.7.2
+
+Package: aspell-uz
+Architecture: all
+Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2)
+Provides: aspell-dictionary
+Description: The Uzbek dictionary for GNU Aspell
+ This package contains all the required files to add support
+ for Uzbek language to the GNU Aspell spell checker.
--- aspell-uz-0.6.0.orig/debian/rules
+++ aspell-uz-0.6.0/debian/rules
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_INSTALL_CHANGELOGS_ALL := doc/ChangeLog
+DEB_INSTALL_DOCS_ALL := doc/README-uzbek.wordlist
+
+DICT_LANG := uz
+
+DEB_DH_MD5SUMS_ARGS += -Xvar/lib/aspell
+
+install/aspell-$(DICT_LANG)::
+ for f in *.cwl; do \
+ gzip -9 -c "$$f" > "$(DEB_DESTDIR)/usr/share/aspell/"$$f".gz"; \
+ WL=`echo $$f | sed 's/\.cwl$$//'`; \
+ touch "$(DEB_DESTDIR)/var/lib/aspell/$$WL.rws"; \
+ dh_link "var/lib/aspell/$$WL.rws" "usr/lib/aspell/$$WL.rws"; \
+ echo "$$WL" >> "$(DEB_DESTDIR)/usr/share/aspell/$(DICT_LANG).contents"; \
+ done
+ # the following files are necessary for Uzbek dictionary
+ cp l-uz.cmap l-uz.cset "$(DEB_DESTDIR)/usr/lib/aspell"
+ touch $(DEB_DESTDIR)/var/lib/aspell/$(DICT_LANG).compat
+
+ installdeb-aspell
--- aspell-uz-0.6.0.orig/debian/dirs
+++ aspell-uz-0.6.0/debian/dirs
@@ -0,0 +1,3 @@
+usr/lib/aspell
+usr/share/aspell
+var/lib/aspell
--- aspell-uz-0.6.0.orig/debian/aspell-uz.info-aspell
+++ aspell-uz-0.6.0/debian/aspell-uz.info-aspell
@@ -0,0 +1,6 @@
+Language: Ўзбекча (Uzbek)
+Hash-Name: uz
+Emacsen-Name: uzbek
+Casechars: [а-яўқғҳА-ЯЎҚҒҲ]
+Not-Casechars: [^а-яўқғҳА-ЯЎҚҒҲ]
+Coding-System: utf-8
--- aspell-uz-0.6.0.orig/debian/copyright
+++ aspell-uz-0.6.0/debian/copyright
@@ -0,0 +1,33 @@
+This package was debianized by Mashrab Kuvatov <kmashrab@uni-bremen.de> on
+Sun, 24 Jul 2005 11:12:22 +0200.
+
+It was downloaded from ftp://ftp.gnu.org/gnu/aspell/dict/uz/
+
+Copyright Holder: Mashrab Kuvatov <kmashrab@uni-bremen.de>
+
+Upstream Author: Kevin Atkinson <kevina@gnu.org>.
+
+Copyright:
+
+ Uzbek word-list
+
+ Copyright (C) 2004-2006 Mashrab Kuvatov <kmashrab@uni-bremen.de>
+
+ 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 program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, 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-uz-0.6.0.orig/debian/docs
+++ aspell-uz-0.6.0/debian/docs
@@ -0,0 +1,2 @@
+README
+Copyright
--- aspell-uz-0.6.0.orig/debian/watch
+++ aspell-uz-0.6.0/debian/watch
@@ -0,0 +1,6 @@
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://ftp.gnu.org/gnu/aspell/dict/uz/aspell6-uz-(.*)\.tar\.bz2