--- aspell-hu-0.99.4.2-0.orig/doc/README_hu_HU-utf8.txt +++ aspell-hu-0.99.4.2-0/doc/README_hu_HU-utf8.txt @@ -0,0 +1,56 @@ +This dictionary is based on the Hungarian wordlist and affixes created +by László Németh, september 2003 V0.99.4, and is covered by their original +Gnu GPL license as published by the FSF, published at +http://magyarispell.sourceforge.net + +All modification to the affix file and wordlist to make compatible +with MySpell are copyright 2002 László Németh, nemethl@gyorsposta.hu and +covered by the same Gnu GPL license as the original work. + +Thanks to +Tamás Szántó , +Árpád Bíró , +Marcel Hilzinger , +Egmont Koblinger , +Ferenc Godó , +Viktor Trón , +Fransoa Holop , +Eleonóra Goldmann , +András Rung +# +and others for their assistance in making Hungarian +wordlist and affix table. + +Mailing list: +Subscribe: +---------------- + +Ez a szótár azon a szólistán és ragozási szabálygyűjteményen alapul, +amelyet Németh László készített, és 2003. szeptemberben +Magyar Ispell 0.99.4 néven a Gnu GPL licenc mellett a +http://magyarispell.sourceforge.net +oldalon (Magyar Ispell levelezési lista honlapja) közzétett. + +Az eredeti szabálygyűjtmény és szólista minden változtatása, amit a +MySpell-lel való kompatibilitás tett szükségessé, Németh László + jogtulajdona, és ugyanazon Gnu GPL licenc +vonatkozik rá, mint az eredeti munkára. + +Köszönet illeti a következőket: + +Szántó Tamás , +Bíró Árpád , +Hilzinger Marcel , +Koblinger Egmont , +Godó Ferenc , +Trón Viktor , +Fransoa Holop , +Goldmann Eleonóra , +Rung András +és még sokakat a magyar szólista bővítéséért, javításáért, +és a ragozási szabálygyűjtemény hibáinak és +hiányosságainak feltárásáért! + +Levelezési lista: +Feliratkozás: +---------------- --- aspell-hu-0.99.4.2-0.orig/debian/info-aspell +++ aspell-hu-0.99.4.2-0/debian/info-aspell @@ -0,0 +1,4 @@ +Language: hungarian (Hungarian) +Hash-Name: hu +Emacsen-Name: hungarian +Coding-System: iso-8859-2 --- aspell-hu-0.99.4.2-0.orig/debian/copyright +++ aspell-hu-0.99.4.2-0/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Balint Kozman on +Tue, 29 Nov 2005 17:11:22 +0100. + +It was downloaded from ftp://ftp.gnu.org/gnu/aspell + +Current Maintainer: Balint Kozman + +This dictionary is based on the Hungarian wordlist and affixes created +by László Németh, september 2003 V0.99.4, and is covered by their original +Gnu GPL license as published by the FSF, published at +http://magyarispell.sourceforge.net + +All modification to the affix file and wordlist to make compatible +with MySpell are copyright 2002 László Németh, nemethl@gyorsposta.hu and +covered by the same Gnu GPL license as the original work. + +Thanks to +Tamás Szántó , +.rpád Bíró , +Marcel Hilzinger , +Egmont Koblinger , +Ferenc Godó , +Viktor Trón , +Fransoa Holop , +Eleonóra Goldmann , +András Rung +# +and others for their assistance in making Hungarian +wordlist and affix table. + +Mailing list: +Subscribe: +The wordlist was cleaned up with doc/clean.pl + +On Debian GNU/Linux systems the complete text of the GPL can be found +in /usr/share/common-licenses/GPL-2. --- aspell-hu-0.99.4.2-0.orig/debian/compat +++ aspell-hu-0.99.4.2-0/debian/compat @@ -0,0 +1 @@ +4 --- aspell-hu-0.99.4.2-0.orig/debian/postrm +++ aspell-hu-0.99.4.2-0/debian/postrm @@ -0,0 +1,38 @@ +#! /bin/sh +# postrm script for aspell-hu + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +case "$1" in + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + rm -f /var/lib/aspell/hu.compat + # remove generated files since update-dictcommon-aspell does not + rm -f /var/lib/aspell/hu.rws + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + +# vim:sw=4: --- aspell-hu-0.99.4.2-0.orig/debian/install +++ aspell-hu-0.99.4.2-0/debian/install @@ -0,0 +1,2 @@ +hu.cwl.gz usr/share/aspell +debian/hu.contents usr/share/aspell --- aspell-hu-0.99.4.2-0.orig/debian/dirs +++ aspell-hu-0.99.4.2-0/debian/dirs @@ -0,0 +1,3 @@ +usr/lib/aspell +var/lib/aspell +var/lib/dictionaries-common/aspell --- aspell-hu-0.99.4.2-0.orig/debian/links +++ aspell-hu-0.99.4.2-0/debian/links @@ -0,0 +1 @@ +var/lib/aspell/hu.rws usr/lib/aspell/hu.rws --- aspell-hu-0.99.4.2-0.orig/debian/hu.contents +++ aspell-hu-0.99.4.2-0/debian/hu.contents @@ -0,0 +1 @@ +hu --- aspell-hu-0.99.4.2-0.orig/debian/postinst +++ aspell-hu-0.99.4.2-0/debian/postinst @@ -0,0 +1,38 @@ +#! /bin/sh +# postinst script for aspell-hu + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +case "$1" in + configure) + touch /var/lib/aspell/hu.compat + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + +# vim:sw=4: --- aspell-hu-0.99.4.2-0.orig/debian/rules +++ aspell-hu-0.99.4.2-0/debian/rules @@ -0,0 +1,55 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +D=$(CURDIR)/debian/aspell-hu + +configure: configure-stamp +configure-stamp: + dh_testdir + ./configure + touch $@ + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + gzip -9 < hu.cwl > hu.cwl.gz + touch $@ + +clean: + dh_testdir + dh_testroot + -$(MAKE) clean + rm -f hu.cwl.gz Makefile + rm -f build-stamp configure-stamp + dh_clean + +install: build-stamp + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) DESTDIR=$D rws_files= install + dh_installdirs + dh_install + dh_link + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + installdeb-aspell + 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-hu-0.99.4.2-0.orig/debian/control +++ aspell-hu-0.99.4.2-0/debian/control @@ -0,0 +1,16 @@ +Source: aspell-hu +Section: text +Priority: optional +Maintainer: Balint Kozman +Standards-Version: 3.7.2 +Build-Depends: debhelper (>> 4.0.0) +Build-Depends-Indep: aspell (>= 0.60.3-3), dictionaries-common-dev (>= 0.9.1) + +Package: aspell-hu +Architecture: all +Section: text +Priority: optional +Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.9.1) +Provides: aspell-dictionary +Description: Hungarian dictionary for aspell + This package contains Hungarian dictionaries for the aspell spell checker. --- aspell-hu-0.99.4.2-0.orig/debian/changelog +++ aspell-hu-0.99.4.2-0/debian/changelog @@ -0,0 +1,19 @@ +aspell-hu (0.99.4.2-0-3) unstable; urgency=low + + * Fixed postinst and postrm comments (ku -> hu). + * Updated maintainer e-mail. + + -- Balint Kozman Wed, 05 Dec 2007 16:12:46 +0100 + +aspell-hu (0.99.4.2-0-2) unstable; urgency=low + + * Properly declare Build-Depends-Indep. + * Updated to standards version 3.7.2 + + -- Balint Kozman Sun, 22 Apr 2007 10:04:46 +0100 + +aspell-hu (0.99.4.2-0-1) unstable; urgency=low + + * Initial release. + + -- Balint Kozman Tue, 29 Nov 2005 17:04:46 +0100 --- aspell-hu-0.99.4.2-0.orig/debian/docs +++ aspell-hu-0.99.4.2-0/debian/docs @@ -0,0 +1,2 @@ +doc/README_hu_HU-utf8.txt +doc/clean.pl