--- uzbek-wordlist-0.6.orig/debian/changelog +++ uzbek-wordlist-0.6/debian/changelog @@ -0,0 +1,51 @@ +uzbek-wordlist (0.6-4) unstable; urgency=medium + + * QA upload. + * Set maintainer to Debian QA Group. (see #841696) + * Version thunderbird conflicts. + * Remove link to dead upstream homepage. + + -- Adrian Bunk Thu, 26 Jan 2017 00:46:53 +0200 + +uzbek-wordlist (0.6-3.2) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: + - Make sure we no longer install ancient openoffice.org + snippets (Closes: #629072). + - Fix lintian debhelper-but-no-misc-depends. + * debian/rules: + - No longer set ancient compatibility symlinks from + /usr/share/myspell/dicts to /usr/share/hunspell contents. + - Fix lintian debian-rules-missing-recommended-target build-{arch,indep}. + + -- Agustin Martin Domingo Tue, 13 Sep 2011 15:29:44 +0200 + +uzbek-wordlist (0.6-3.1) unstable; urgency=low + + * Non-maintainer upload. + * move dict to /usr/share/hunspell with compat symlinks from + /usr/share/myspell/dicts (closes: #541906) + * move Homepage from Description to Homepage: + + -- Rene Engelhard Wed, 23 Sep 2009 23:45:49 +0200 + +uzbek-wordlist (0.6-3) unstable; urgency=low + + * Now it conflicts only against old ice*/mozillas found in sid + (Closes: #427090). + + -- Mashrab Kuvatov Fri, 22 Jun 2007 21:25:44 +0200 + +uzbek-wordlist (0.6-2) unstable; urgency=high + + * Added missing conflicts against mozilla-browser, iceape-browser, firefox, + thunderbird, iceweasel, icedove (Closes: #405977). + + -- Mashrab Kuvatov Fri, 12 Jan 2007 17:37:38 +0100 + +uzbek-wordlist (0.6-1) unstable; urgency=low + + * Initial release (Closes: #387824) + + -- Mashrab Kuvatov Sun, 17 Sep 2006 00:11:32 +0200 --- uzbek-wordlist-0.6.orig/debian/compat +++ uzbek-wordlist-0.6/debian/compat @@ -0,0 +1 @@ +5 --- uzbek-wordlist-0.6.orig/debian/control +++ uzbek-wordlist-0.6/debian/control @@ -0,0 +1,17 @@ +Source: uzbek-wordlist +Section: text +Priority: optional +Maintainer: Debian QA Group +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: dictionaries-common-dev (>= 1.10.5) + +Package: hunspell-uz +Architecture: all +Depends: dictionaries-common (>= 0.10), ${misc:Depends} +Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) +Provides: hunspell-dictionary, hunspell-dictionary-uz, openoffice.org-spellcheck-uz +Conflicts: mozilla-browser (<< 1.8+1.1.1-2), iceape-browser (<< 1.1.1-2), firefox (<< 2.0.0.3-2), thunderbird (<< 2.0.0.1+0dfsg-0), iceweasel (<< 2.0.0.3-2), icedove (<< 2.0.0.0-4), libxul0d (= 1.8.0.11-3) +Description: Uzbek dictionary for Hunspell + This package contains all the required files to add support + for Uzbek language to the Hunspell spell checker --- uzbek-wordlist-0.6.orig/debian/copyright +++ uzbek-wordlist-0.6/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Mashrab Kuvatov on +Sun, 17 Sep 2006 00:11:32 +0200. + +It was downloaded from +http://www.uni-bremen.de/~kmashrab/uzbek-word-list/uzbek-wordlist-0.6.tar.bz2 + +Upstream Author: Mashrab Kuvatov + +Copyright: + + Uzbek word-list + + Copyright (C) 2004-2006 Mashrab Kuvatov + + 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 + + +License: + +You can find the GPL under /usr/share/common-licenses/GPL. + +The Debian packaging is (C) 2006, Mashrab Kuvatov and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- uzbek-wordlist-0.6.orig/debian/hunspell-uz.dirs +++ uzbek-wordlist-0.6/debian/hunspell-uz.dirs @@ -0,0 +1 @@ +usr/share/hunspell --- uzbek-wordlist-0.6.orig/debian/hunspell-uz.info-myspell +++ uzbek-wordlist-0.6/debian/hunspell-uz.info-myspell @@ -0,0 +1 @@ +DICT uz UZ uz_UZ --- uzbek-wordlist-0.6.orig/debian/rules +++ uzbek-wordlist-0.6/debian/rules @@ -0,0 +1,69 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +PROOT=$(CURDIR) +DROOT=$(PROOT)/debian + + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp +build-stamp: + dh_testdir + touch build-stamp + make -C $(PROOT)/hunspell + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + make -C $(PROOT)/hunspell clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + install -D -m 644 hunspell/uz_UZ.aff $(DROOT)/hunspell-uz/usr/share/hunspell + install -D -m 644 hunspell/uz_UZ.dic $(DROOT)/hunspell-uz/usr/share/hunspell + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir -i + dh_testroot -i + dh_installchangelogs -i ChangeLog + dh_installdocs -i + installdeb-myspell -phunspell-uz + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +# Build architecture-dependent files here. +binary-arch: build install +# There is nothing to do, it is an arch independent package. +# It is just to please lintian. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- uzbek-wordlist-0.6.orig/debian/watch +++ uzbek-wordlist-0.6/debian/watch @@ -0,0 +1,6 @@ +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://www.uni-bremen.de/~kmashrab/uzbek-word-list/uzbek-wordlist-(.*)\.tar\.bz2