--- iitalian-2.3.orig/iitalian.install +++ iitalian-2.3/iitalian.install @@ -0,0 +1 @@ +usr/lib/ --- iitalian-2.3.orig/debian/control +++ iitalian-2.3/debian/control @@ -0,0 +1,15 @@ +Source: iitalian +Section: text +Priority: optional +Maintainer: Francesco Paolo Lovergine +Standards-Version: 3.9.2 +Build-Depends: ispell (>= 3.3.02), debhelper(>=5.0.0), dictionaries-common-dev (>=0.20) + +Package: iitalian +Architecture: any +Depends: ispell (>= 3.3.02), debconf | debconf-2.0, dictionaries-common (>=0.20), ${misc:Depends} +Suggests: witalian +Provides: ispell-dictionary +Description: Italian dictionary for ispell + This is an italian dictionary to be used with ispell. + It contains more than 185,000 italian words. --- iitalian-2.3.orig/debian/rules +++ iitalian-2.3/debian/rules @@ -0,0 +1,47 @@ +#!/usr/bin/make -f +# + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +package=iitalian + +build: + dh_testdir + buildhash italian.words italian.aff italian.hash + touch build + +clean: + dh_testdir + -rm -f build + -rm -f italian.hash italian.stat + -rm -f `find . -name "*~"` + -rm -rf debian/iitalian debian/files* core debian/substvars + dh_clean + +binary-indep: build +# There are no architecture-independent files to be uploaded +# generated by this package. If there were any they would be +# made here. + +binary-arch: checkroot build + $(checkdir) + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs usr/lib/ispell + dh_install + dh_installdocs AUTHORS CAMBI DA-FARE.txt FUSIONE.txt collab.txt palama.txt + dh_installchangelogs CHANGES + installdeb-ispell # This calls internally dh_installdebconf + dh_compress + dh_fixperms + dh_gencontrol + dh_installdeb + dh_md5sums + dh_builddeb + +# Below here is fairly generic really +binary: binary-indep binary-arch + +.PHONY: binary binary-arch binary-indep clean checkroot --- iitalian-2.3.orig/debian/changelog +++ iitalian-2.3/debian/changelog @@ -0,0 +1,139 @@ +iitalian (1:2.3-3) unstable; urgency=low + + [ Robert Luberda ] + * Rebuild with new ispell. + + [ Norbert Preining ] + * add misc:Depends dependency + * remove post{inst,rm}.debhelper, it is auto generated + * reword synopsis (lintian warning) + * bump standards version to 3.9.2, no changes necessary + + [ Francesco Paolo Lovergine ] + * Ready for unstable, thanks guys. + (closes: #620182) + + -- Francesco Paolo Lovergine Tue, 17 May 2011 23:40:48 +0200 + +iitalian (1:2.3-2) unstable; urgency=low + + * Added a debconf-2.0 virtual dependency. Thanks Victor Seva. + (closes: #331855) + * Policy bumped to 3.7.2 + * Moved to debhelper compatibility level 5, changing a bit the pkg build-up. + Added a compat file. + + -- Francesco Paolo Lovergine Thu, 2 Nov 2006 14:47:00 +0100 + +iitalian (1:2.3-1) unstable; urgency=high + + * Policy bumped to 3.6.1 + * New upstream version. Using epoch to adopt the correct version numbering. + (closes: #198899) + * Updating to current dictionaries-common. + (closes: #232156) + * Changelog encoding changed to UTF-8. + * Updated copyright file. + * Short description cleaned. + + -- Francesco Paolo Lovergine Wed, 11 Feb 2004 10:35:32 +0100 + +iitalian (2.20-2) unstable; urgency=low + + * New maintainer. (With permission of the previuos one). + * Description now is in english. + * Policy updated to 3.5.8. + + -- Francesco Paolo Lovergine Thu, 20 Feb 2003 09:29:56 +0100 + +iitalian (2.20-1.4) unstable; urgency=low + + * Non-Maintainer Upload + * New policy package made after the experimental package at + sourceforge (closes: #164249, #71904) + * Last minute changes: + - Added dictionaries-common dependency. + - Added dictionaries-common-dev build-dependency + - Readded 'Francesco Tapparo ' as package + maintainer after the experimental versions with my name. + - Removed comments about the experimental character of the + package + * Capitalizing the word Italian (closes: #124753) + + -- Agustìn Martìn Domingo Tue, 22 Oct 2002 18:16:35 +0200 + +iitalian (2.20-1.3) unstable; urgency=low + + * Added a Pspell-Ispell field to info-ispell file with contents + 'it iso8859-1'. Since we use installdeb-ispell this will autogenerate + the appropiate pspell-ispell pwli files. + + -- Agustìn Martìn Domingo Tue, 11 Jun 2002 17:08:54 +0200 + +iitalian (2.20-1.2) unstable; urgency=low + + * Rebuilding against ispell 3.1.20-30. Will now use MAXSTRINGCHARS=128 + + -- Agustìn Martìn Domingo Fri, 15 Feb 2002 13:50:35 +0100 + +iitalian (2.20-1.1) unstable; urgency=low + + * Test version after the policy proposal for dictionaries and wordlists. + * Adapted control file to the policy proposal. + * Removed postinst and prerm. + * debian/rules: Changed rules to use installdeb-ispell. + * Added debian/info-ispell file + * Added dh_clean to the clean target + + -- Agustìn Martìn Domingo Tue, 4 Dec 2001 13:47:13 +0100 + +iitalian (2.20-1) unstable; urgency=low + + * new upstream release + * debian/rules was using the binary-indep target: this was wrong. + (closes: Bug#94553) + * updated the control file to reflect the new number of words present + in the dictionary + * named the upstream release as 2.20 instead of 2.2, because dpkg + thinks 2.2 < 2.03 + + -- Francesco Tapparo Sat, 23 Jun 2001 21:16:28 +0200 + +iitalian (2.03-1) unstable; urgency=low + + * new maintainer: Francesco Tapparo cesco@debian.org + * new upstream version: now based on the unified dictionary of Loris + Palmerini (closes: bug#92119) + * Architecture is any and not all, because the hash dictionary are + subject to big/little endian differences (closes: bug#76372) + * updated the package description to reflect the new size of the + dictionary + * created a Build-Depends field with the entries ispell and debhelper + * added the #DEBHELPER# token to postinst e prerm + * now iitalian install the link /usr/share/doc/iitalian -> + /usr/doc/iitalian as required by the policy + * verified compliance to Policy 3.5.20 + + -- Francesco Tapparo Sun, 1 Apr 2001 14:11:40 +0200 + +iitalian (0.03-2) unstable; urgency=low + + * un-debstd-ized with debhelper. + * recompiled to align with newer ispell (closes: #43350). + * upgraded to Standards-Version 2.5.0.0 + * corrected ftp address of upstream site. + + -- Fabrizio Polacco Wed, 1 Oct 1997 10:30:03 +0300 + +iitalian (0.03-1) unstable; urgency=low + + * new upstream release with 116.000 words and better affix table. + + -- Fabrizio Polacco Wed, 1 Oct 1997 10:30:03 +0300 + +iitalian (0.02-1) unstable; urgency=low + + * Initial Release. + + -- Fabrizio Polacco Sun, 16 Feb 1997 18:10:14 +0200 + --- iitalian-2.3.orig/debian/compat +++ iitalian-2.3/debian/compat @@ -0,0 +1 @@ +5 --- iitalian-2.3.orig/debian/iitalian.install +++ iitalian-2.3/debian/iitalian.install @@ -0,0 +1,2 @@ +italian.aff usr/lib/ispell +italian.hash usr/lib/ispell --- iitalian-2.3.orig/debian/copyright +++ iitalian-2.3/debian/copyright @@ -0,0 +1,26 @@ + +The upstream source has been downloaded from + +http://members.xoom.virgilio.it/trasforma/ispell/ + +Authors: Antonio Palama and others. + See AUTHORS for an up-to-date list of them, and also + collab.txt for other collaborators. + +Copyright: GNU General Public License + +# Part of this free software are: +# +# Copyright 1996-2000 (C) Antonio Palama' +# Copyright 1999-2000 (C) Loris Palmerini +# Copyright 1997-2000 (C) Marco Roveri +# +# You must keep the author's name in any further modifications. +# 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. +# see README and others documents for licensing. + +(on Debian systems the GNU General Public License is readable at +/usr/share/common-licenses/GPL) --- iitalian-2.3.orig/debian/info-ispell +++ iitalian-2.3/debian/info-ispell @@ -0,0 +1,12 @@ +Language: italiano (Italian) +Hash-Name: italian +Emacsen-Name: italiano +Casechars: [A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372] +Not-Casechars: [^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372] +Otherchars: [-] +Many-Otherchars: +Additionalchars: ÀÁÈÉÌÍÒÓÙÚàáèéìíóùú +Ispell-Args: -B -d italian +Extended-Character-Mode: ~tex +Coding-System: iso-8859-1 +Pspell-Ispell: it iso8859-1