--- ispell-uk-1.6.0.orig/debian/rules
+++ ispell-uk-1.6.0/debian/rules
@@ -0,0 +1,88 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
+LC_ALL = C
+LOCALE_PATH = $(CURDIR)/debian/locale
+export LC_ALL LOCALE_PATH
+
+locale: locale-stamp
+locale-stamp:
+ mkdir $(LOCALE_PATH)
+ localedef -i uk_UA -f KOI8-U $(LOCALE_PATH)/uk_UA
+ localedef -i uk_UA -f UTF-8 $(LOCALE_PATH)/uk_UA.UTF-8
+ touch locale-stamp
+
+build: build-arch build-indep
+
+build-arch: build-arch-stamp
+build-arch-stamp: locale
+ LOCPATH=$(LOCALE_PATH) $(MAKE) ispell
+ touch build-arch-stamp
+
+build-indep: build-indep-stamp
+build-indep-stamp: locale
+ LOCPATH=$(LOCALE_PATH) $(MAKE) ASPELL_ENC=utf-8 ASPELL_ENC_NAME=utf-8 myspell aspell uk.cwl.gz ukrainian
+ touch build-indep-stamp
+
+clean:
+ dh clean
+ rm -rf debian/locale
+
+install: install-indep install-arch
+install-indep: build-indep
+ dh_testdir
+ dh_testroot
+ dh_prep -i
+ dh_installdirs -i
+ cp dist/myspell-uk-*/uk_UA.aff debian/myspell-uk/usr/share/hunspell
+ cp dist/myspell-uk-*/uk_UA.dic debian/myspell-uk/usr/share/hunspell
+ LOCPATH=$(LOCALE_PATH) LC_ALL=uk_UA.UTF-8 sort -d ukrainian | uniq > debian/wukrainian/usr/share/dict/ukrainian
+ touch debian/aspell-uk/var/lib/aspell/uk.rws
+ touch debian/aspell-uk/var/lib/aspell/uk.compat
+ cp uk.cwl.gz debian/aspell-uk/usr/share/aspell
+ dh_install --sourcedir=dist/aspell-uk-* -paspell-uk
+
+install-arch: build-arch
+ dh_testdir
+ dh_testroot
+ dh_prep -s
+ dh_installdirs -s
+ dh_install --sourcedir=dist/ispell-uk-* -piukrainian
+
+binary-arch: install-arch
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs -a
+ dh_installdocs -a
+ installdeb-ispell -p iukrainian
+ dh_link -a
+ dh_compress -a
+ dh_fixperms -a
+ dh_installdeb -a
+ dh_gencontrol -a
+ dh_md5sums -a
+ dh_builddeb -a
+
+binary-indep: install-indep
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs -i
+ dh_installdocs -i
+ installdeb-myspell -p myspell-uk
+ installdeb-wordlist -p wukrainian
+ installdeb-aspell -p aspell-uk
+ dh_link -i
+ dh_compress -i
+ dh_fixperms -i
+ dh_installdeb -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
+
+binary: binary-arch binary-indep
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install install-indep install-arch locale
--- ispell-uk-1.6.0.orig/debian/wukrainian.docs
+++ ispell-uk-1.6.0/debian/wukrainian.docs
@@ -0,0 +1 @@
+README.uk
--- ispell-uk-1.6.0.orig/debian/compat
+++ ispell-uk-1.6.0/debian/compat
@@ -0,0 +1 @@
+7
--- ispell-uk-1.6.0.orig/debian/watch
+++ ispell-uk-1.6.0/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=filenamemangle=s/.*/ispell-uk.tar.gz/ \
+http://sourceforge.net/projects/ispell-uk/files/ \
+/projects/ispell-uk/files/spell-uk/.*/spell-uk-(.*)\.tgz/download debian uupdate
--- ispell-uk-1.6.0.orig/debian/myspell-uk.docs
+++ ispell-uk-1.6.0/debian/myspell-uk.docs
@@ -0,0 +1 @@
+README.uk
--- ispell-uk-1.6.0.orig/debian/aspell-uk.install
+++ ispell-uk-1.6.0/debian/aspell-uk.install
@@ -0,0 +1 @@
+koi8-u-nl.cmap koi8-u-nl.cset uk.dat uk.multi ukrainian.alias ukrainian.kbd uk_affix.dat usr/lib/aspell
--- ispell-uk-1.6.0.orig/debian/control
+++ ispell-uk-1.6.0/debian/control
@@ -0,0 +1,44 @@
+Source: ispell-uk
+Section: text
+Priority: optional
+Maintainer: Євгеній Мещеряков <eugen@debian.org>
+Build-Depends: debhelper (>= 7.0.0), dictionaries-common-dev (>= 0.9.1), ispell, aspell (>= 0.60.3-3), locales (>> 2)
+Standards-Version: 3.8.3
+Homepage: http://ispell-uk.sourceforge.net
+Vcs-Git: git://git.debian.org/collab-maint/ispell-uk.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/ispell-uk.git
+
+Package: iukrainian
+Architecture: any
+Depends: dictionaries-common (>= 0.20), ispell, ${misc:Depends}
+Suggests: wukrainian
+Provides: ispell-dictionary
+Description: Ukrainian dictionary for ispell
+ This is a Ukrainian dictionary, to be used with the ispell program.
+
+Package: wukrainian
+Architecture: all
+Depends: dictionaries-common, ${misc:Depends}
+Provides: wordlist
+Description: Ukrainian dictionary words for /usr/share/dict
+ This package provides the file /usr/share/dict/ukrainian
+ containing a list of Ukrainian words. This list can be used by
+ spelling checkers, and by programs such as look(1).
+
+Package: myspell-uk
+Architecture: all
+Depends: dictionaries-common (>= 0.10), ${misc:Depends}
+Provides: myspell-dictionary, myspell-dictionary-uk
+Suggests: openoffice.org
+Description: Ukrainian dictionary for myspell
+ This is the Ukrainian dictionary for use with the myspell
+ spellchecker which is currently used within OpenOffice.org and the
+ mozilla spellchecker.
+
+Package: aspell-uk
+Architecture: all
+Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.49.2), ${misc:Depends}
+Provides: aspell-dictionary
+Description: Ukrainian dictionary for GNU Aspell
+ This package contains all the required files to add support for the
+ Ukrainian language to the GNU Aspell spell checker.
--- ispell-uk-1.6.0.orig/debian/iukrainian.links
+++ ispell-uk-1.6.0/debian/iukrainian.links
@@ -0,0 +1 @@
+usr/lib/ispell/ukrainian.hash usr/share/enchant/ispell/ukrainian.hash
--- ispell-uk-1.6.0.orig/debian/myspell-uk.dirs
+++ ispell-uk-1.6.0/debian/myspell-uk.dirs
@@ -0,0 +1,2 @@
+usr/share/hunspell
+usr/share/myspell/dicts
--- ispell-uk-1.6.0.orig/debian/iukrainian.info-ispell
+++ ispell-uk-1.6.0/debian/iukrainian.info-ispell
@@ -0,0 +1,10 @@
+Language: ukrainian (Ukrainian)
+Hash-Name: ukrainian
+Casechars: [абвгдґеєжзиіїйклмнопрстуфхцчшщьюяАБВГДҐЕЄЖЗИІЇЙКЛМНОПРСТУФХЦЧШЩЬЮЯ]
+Non-Casechars: [^абвгдґеєжзиіїйклмнопрстуфхцчшщьюяАБВГДҐЕЄЖЗИІЇЙКЛМНОПРСТУФХЦЧШЩЬЮЯ]
+Otherchars: [-']
+Many-Otherchars: yes
+Additionalchars: абвгдґеєжзиіїйклмнопрстуфхцчшщьюяАБВГДҐЕЄЖЗИІЇЙКЛМНОПРСТУФХЦЧШЩЬЮЯ
+Coding-System: koi8-u
+Emacs-Display: no
+Jed-Display: no
--- ispell-uk-1.6.0.orig/debian/iukrainian.dirs
+++ ispell-uk-1.6.0/debian/iukrainian.dirs
@@ -0,0 +1,2 @@
+usr/lib/ispell
+usr/share/enchant/ispell
--- ispell-uk-1.6.0.orig/debian/aspell-uk.info-aspell
+++ ispell-uk-1.6.0/debian/aspell-uk.info-aspell
@@ -0,0 +1,4 @@
+Language: ukrainian (Ukrainian)
+Hash-Name: uk
+Emacsen-Name: ukrainian
+Coding-System: koi8-u
--- ispell-uk-1.6.0.orig/debian/wukrainian.dirs
+++ ispell-uk-1.6.0/debian/wukrainian.dirs
@@ -0,0 +1 @@
+usr/share/dict
--- ispell-uk-1.6.0.orig/debian/aspell-uk.dirs
+++ ispell-uk-1.6.0/debian/aspell-uk.dirs
@@ -0,0 +1,3 @@
+usr/lib/aspell
+usr/share/aspell
+var/lib/aspell
--- ispell-uk-1.6.0.orig/debian/iukrainian.docs
+++ ispell-uk-1.6.0/debian/iukrainian.docs
@@ -0,0 +1 @@
+README.uk
--- ispell-uk-1.6.0.orig/debian/iukrainian.install
+++ ispell-uk-1.6.0/debian/iukrainian.install
@@ -0,0 +1 @@
+ukrainian.hash ukrainian.aff /usr/lib/ispell
--- ispell-uk-1.6.0.orig/debian/copyright
+++ ispell-uk-1.6.0/debian/copyright
@@ -0,0 +1,34 @@
+This package was debianized by Eugeniy Meshcheryakov <eugen@univ.kiev.ua> on
+Fri, 11 Jun 2004 15:43:42 +0300.
+
+It was downloaded from http://sourceforge.net/projects/ispell-uk
+
+Copyright (C) 1999
+ Vladimir Yakovchuk
+ Oleg Podgurniy
+
+Copyright (C) 2001
+ Dmytro Kovalyov
+ Maksym Polyakov
+ Andriy Rysin
+
+Copyright (C) 2002
+ Valentyn Solomko
+ Volodymyr M. Lisivka
+
+Copyright (C) 2005-2009
+ Andriy Rysin
+
+Copyright (C) 2005-2007
+ Eugeniy Meshcheryakov
+ Dmytro Kovalyov
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License or
+GNU Lesser General Public Licenseas published by the Free
+Software Foundation; either version 2 of the Licenses,
+or (at your option) any later version.
+
+Refer to /usr/share/common-licenses/GPL and
+/usr/share/common-licenses/LGPL for details.
+
--- ispell-uk-1.6.0.orig/debian/aspell-uk.docs
+++ ispell-uk-1.6.0/debian/aspell-uk.docs
@@ -0,0 +1 @@
+README.uk
--- ispell-uk-1.6.0.orig/debian/changelog
+++ ispell-uk-1.6.0/debian/changelog
@@ -0,0 +1,126 @@
+ispell-uk (1.6.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Євгеній Мещеряков <eugen@debian.org> Thu, 27 Aug 2009 12:52:05 +0200
+
+ispell-uk (1.5.7-3) unstable; urgency=low
+
+ * Install myspell dictionary under /usr/share/hunspell and
+ add compat symlinks (closes: #541917)
+ * Standards-Version 3.8.3 - no changes required
+ * Update debian/watch
+
+ -- Євгеній Мещеряков <eugen@debian.org> Mon, 17 Aug 2009 02:06:32 +0200
+
+ispell-uk (1.5.7-2) unstable; urgency=low
+
+ * Add Vcs-{Git,Browser} fields into debian/control
+ * Install myspell dictionary as uk_UA.{aff,dic} and add symlinks
+ uk.{aff,dic}. This fixes problem with newer OO.o (closes: #517780)
+ * Remove all references to aspell-ukr from debian/control
+ * Do not conflict with ancient version of openoffice.org
+
+ -- Євгеній Мещеряков <eugen@debian.org> Mon, 02 Mar 2009 15:57:59 +0100
+
+ispell-uk (1.5.7-1) unstable; urgency=low
+
+ * New upstream release
+ * Use debhelper version 7
+ * Add homepage filed to debian/control
+ * Update debian/copyright
+ * Make build-dependancy on locales versioned to avoid FTBFS with only
+ locales-all installed
+ * Override lintian warning debian-watch-file-should-use-sf-redirector
+
+ -- Євгеній Мещеряков <eugen@debian.org> Sun, 15 Feb 2009 23:18:50 +0100
+
+ispell-uk (1.5.5-1) unstable; urgency=low
+
+ * New upstream release
+ * Standards-Version 3.8.0 - no changes required
+ * Add debian/watch
+ * Do not call build-{arch,indep} rules from binary-{arch,indep} directly
+ in debian/rules
+
+ -- Євгеній Мещеряков <eugen@debian.org> Wed, 24 Sep 2008 18:10:29 +0200
+
+ispell-uk (1.5.0-1) unstable; urgency=low
+
+ * New upstream release
+ * Use debhelper 6
+
+ -- Eugeniy Meshcheryakov <eugen@debian.org> Mon, 21 Jan 2008 14:09:57 +0100
+
+ispell-uk (1.4.9-1) unstable; urgency=low
+
+ * New upstream release
+ * Standards-Version 3.7.3 - no changes required
+ * Remove build-dependency on perl - it was not really needed
+ * Update debian/copyright
+
+ -- Eugeniy Meshcheryakov <eugen@debian.org> Sun, 06 Jan 2008 18:12:26 +0100
+
+ispell-uk (1.4.0-3) unstable; urgency=low
+
+ * Build-depend on perl; this should fix FTBFS on m68k
+
+ -- Eugeniy Meshcheryakov <eugen@debian.org> Tue, 04 Dec 2007 15:59:00 +0100
+
+
+ispell-uk (1.4.0-2) unstable; urgency=low
+
+ * Use $(MAKE) for calling make in the upstream Makefile
+ * Fix dependencies in the upstream Makefile, this should fix parallel build.
+ Thanks to Daniel Schepler for testing this
+ * Do not ignore $(MAKE) clean error. Thanks to lintian
+
+ -- Eugeniy Meshcheryakov <eugen@debian.org> Mon, 03 Dec 2007 15:17:26 +0100
+
+ispell-uk (1.4.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Eugeniy Meshcheryakov <eugen@debian.org> Fri, 01 Jun 2007 00:34:13 +0200
+
+ispell-uk (1.3.3-1) unstable; urgency=low
+
+ * New upstream release
+ * Do not build transitional package aspell-ukr anymore
+ * Use UTF-8 for wordlist and aspell dictionary
+
+ -- Eugeniy Meshcheryakov <eugen@debian.org> Thu, 12 Apr 2007 22:31:52 +0200
+
+ispell-uk (1.3.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Update debian/copyright
+ * Standards-Version 3.7.2, no additional changes required
+
+ -- Eugeniy Meshcheryakov <eugen@debian.org> Mon, 12 Feb 2007 11:23:07 +0100
+
+ispell-uk (1.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Add aspell-uk binary package that Conflicts: and Replaces: old
+ aspell-ukr package (also closes: #324496).
+ * Add aspell-ukr transitional package that depends on aspell-uk.
+ * Use debhelper compatibility level 5.
+
+ -- Eugeniy Meshcheryakov <eugen@debian.org> Wed, 9 Nov 2005 16:27:47 +0200
+
+ispell-uk (0.7+cvs20040610-2) unstable; urgency=low
+
+ * Standards version 2.6.2.
+ * Use @debian.org address in the Maintainer field.
+ * Fix spelling of some words (derivatives of 'ґрунт').
+ * Set locale to 'C' in debian/rules.
+
+ -- Eugeniy Meshcheryakov <eugen@debian.org> Sat, 2 Jul 2005 18:35:57 +0300
+
+ispell-uk (0.7+cvs20040610-1) unstable; urgency=low
+
+ * Initial Release (Closes: #254053).
+
+ -- Eugeniy Meshcheryakov <eugen@univ.kiev.ua> Sat, 10 Jul 2004 19:58:40 +0300
+
--- ispell-uk-1.6.0.orig/debian/myspell-uk.links
+++ ispell-uk-1.6.0/debian/myspell-uk.links
@@ -0,0 +1,8 @@
+# uk.* files are for Mozilla, uk_UA.* for OOo3
+usr/share/hunspell/uk_UA.aff usr/share/hunspell/uk.aff
+usr/share/hunspell/uk_UA.aff usr/share/myspell/dicts/uk_UA.aff
+usr/share/hunspell/uk_UA.aff usr/share/myspell/dicts/uk.aff
+
+usr/share/hunspell/uk_UA.dic usr/share/hunspell/uk.dic
+usr/share/hunspell/uk_UA.dic usr/share/myspell/dicts/uk_UA.dic
+usr/share/hunspell/uk_UA.dic usr/share/myspell/dicts/uk.dic
--- ispell-uk-1.6.0.orig/debian/wukrainian.info-wordlist
+++ ispell-uk-1.6.0/debian/wukrainian.info-wordlist
@@ -0,0 +1,2 @@
+Language: ukrainian (Ukrainian)
+Hash-Name: ukrainian
--- ispell-uk-1.6.0.orig/debian/aspell-uk.links
+++ ispell-uk-1.6.0/debian/aspell-uk.links
@@ -0,0 +1 @@
+var/lib/aspell/uk.rws usr/lib/aspell/uk.rws
--- ispell-uk-1.6.0.orig/debian/myspell-uk.info-myspell
+++ ispell-uk-1.6.0/debian/myspell-uk.info-myspell
@@ -0,0 +1 @@
+DICT uk UA uk
--- ispell-uk-1.6.0.orig/debian/source.lintian-overrides
+++ ispell-uk-1.6.0/debian/source.lintian-overrides
@@ -0,0 +1 @@
+ispell-uk source: debian-watch-file-should-use-sf-redirector line 4