--- ifrench-1.4.orig/debian/copyright
+++ ifrench-1.4/debian/copyright
@@ -0,0 +1,31 @@
+This package was originally Debianised by Christophe Le Bars <clebars@debian.org>.
+
+It was downloaded from ftp://ftp.robot.ireq.ca/pub/ispell (which no longer exists)
+
+Upstream Author:
+ Martin Boyer <mboyer@ireq-robot.hydro.qc.ca>
+
+ However, he no longer works there as mentioned here:
+ http://www.linkedin.com/in/martinboyer
+
+Copyright and licence notice:
+
+ Copyright (c) 1993, 1994 Martin Boyer and Hydro-Quebec.
+
+ 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 with
+ the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
+ if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
+ Fifth Floor, Boston, MA 02110-1301, USA
+
+On any Debian system, you can find the complete text of the GNU GPL
+(GNU General Public License) in the file /usr/share/common-licenses/GPL-2
--- ifrench-1.4.orig/debian/compat
+++ ifrench-1.4/debian/compat
@@ -0,0 +1 @@
+8
--- ifrench-1.4.orig/debian/rules
+++ ifrench-1.4/debian/rules
@@ -0,0 +1,38 @@
+#!/usr/bin/make -f
+
+IFRENCH=$(CURDIR)/debian/ifrench
+MYSPELL_FR=$(CURDIR)/debian/myspell-fr
+
+%:
+ dh "$@"
+
+
+override_dh_auto_build:
+ [ -e francais.dico.upstream ] || mv francais.dico francais.dico.upstream
+ rm -f francais.dico
+ # ispell-fr
+ $(MAKE) francais.dico
+ # myspell-fr
+ ispellaff2myspell --myheader debian/myspell.header \
+ --charset=latin1 \
+ francais.aff > fr.aff
+ wc -l < francais.dico > francais.cnt
+ cat francais.cnt francais.dico > fr.dic
+
+override_dh_auto_clean:
+ [ ! -e francais.dico.upstream ] || mv francais.dico.upstream francais.dico
+ rm -f francais.cnt francais.stat francais.hash
+ rm -f fr.aff fr.dic
+
+override_dh_auto_install:
+ # myspell-fr
+ installdeb-myspell -p myspell-fr --srcdir=$(CURDIR)
+ installdeb-hunspell -p myspell-fr
+ # ispell-fr
+ installdeb-ispell -p ifrench
+ dh_installdirs -p ifrench -P $(IFRENCH)
+ install -m 0644 LISEZMOI $(IFRENCH)/usr/share/doc/LANG/fr/ifrench
+ install -m 0644 francais.aff $(IFRENCH)/usr/lib/ispell/french.aff
+ install -m 0644 francais.dico $(IFRENCH)/usr/share/ispell/french.mwl
+ gzip -9f $(IFRENCH)/usr/share/ispell/french.mwl
+
--- ifrench-1.4.orig/debian/dirs
+++ ifrench-1.4/debian/dirs
@@ -0,0 +1,4 @@
+usr/lib/ispell
+usr/share/doc/LANG/fr/ifrench
+usr/share/doc/ifrench
+usr/share/ispell
--- ifrench-1.4.orig/debian/docs
+++ ifrench-1.4/debian/docs
@@ -0,0 +1,2 @@
+README
+LISEZMOI
--- ifrench-1.4.orig/debian/README.Debian
+++ ifrench-1.4/debian/README.Debian
@@ -0,0 +1,15 @@
+Debian distribution for the Hydro-Quebec French dictionary for ispell
+---------------------------------------------------------------------
+
+It seems that the upstream dico is no longer maintained (URL no longer
+exists and email address bounces).
+
+The upstream dico files where modified to latin9 (which allows one to
+keep the different "oe", like in coexistence and coeur for instance).
+However, it is still possible to check latin1 files using:
+ ispell -d french -T latin1
+
+Thanks to Lionel Elie Mamane for his contribution.
+
+Nicolas Sabouret <nico@debian.org>
+Wed Apr 21 13:35:51 CEST 2004
--- ifrench-1.4.orig/debian/changelog
+++ ifrench-1.4/debian/changelog
@@ -0,0 +1,288 @@
+ifrench (1.4-26) unstable; urgency=low
+
+ * QA upload for rebuilding with new ispell.
+ * Make ifrench package architecture-independent, use ispell-autobuildhash
+ at package install time to generate ispell hash.
+ * info-ispell: add Auto-Compat field (requires recent version of
+ dictionaries-common-dev).
+ * Set debian/source/format to 1.0.
+ * Provide info-hunspell file for installdeb-hunspell.
+
+ * debian/rules:
+ + don't call buildhash command, install munched word list instead;
+ + remove configure target, it does nothing;
+ + francais.dico is a generated file, but still provided by upstream,
+ save the upstream version in build, restore it in clean target;
+ + use --srcdir option of installdeb-myspell to actually install the
+ fr.{dic,aff} files together with symlinks;
+ + call installdeb-hunspell;
+ + use ispellaff2myspell instead of is2my-spell.pl for generating the aff
+ file for myspell;
+ + switch to tiny debhelper rules file format.
+
+ * debian/control:
+ + bump build-dependency on ispell to >= 3.3.02;
+ + bump (build-)dependency on dictionaries-common(-dev) to >= 1.10.6~;
+ + bump build-dependency on debhelper to >= 8;
+ + add hunspell-tools as an alternate build-dependency to myspell-tools;
+ + bump Standards-Version to 3.9.1;
+ + remove ancient versioned conflicts with openoffice.org;
+ + remove alternate dependency on openoffice.org-updatedict;
+ + sort dependency fields with wrap-and-sort from ubuntu-dev-tools;
+ + move most build-depends into build-depends-indep;
+ + make myspell-fr to provide hunspell-dictionary packages;
+ + drop articles from descriptions (lintian).
+
+ * debian/compat: bump debhelper compatibility level to v8.
+ * Fix spelling typo in README.Debian (lintian).
+
+ -- Robert Luberda <robert@debian.org> Tue, 29 Mar 2011 00:39:27 +0200
+
+ifrench (1.4-25) unstable; urgency=low
+
+ * QA upload
+ * move dict to /usr/share/hunspell and add compatibility symlinks
+ (closes: #541946)
+ * depend on ${misc:Depends}, remove hardcoded debconf dep
+
+ -- Rene Engelhard <rene@debian.org> Sat, 19 Sep 2009 22:20:31 +0200
+
+ifrench (1.4-24) unstable; urgency=low
+
+ * QA upload
+ * add symlinks fr_*.{dic,aff} -> fr.{dic,aff} (closes: #517785)
+
+ -- Rene Engelhard <rene@debian.org> Fri, 27 Mar 2009 19:22:29 +0100
+
+ifrench (1.4-23) unstable; urgency=low
+
+ * Orphaning this package
+ * Bump Standards-Version to 3.8.1
+ * Bump debhelper compatibility to 7
+ * debian/rules: make use of dh_prep
+
+ -- Francois Marier <francois@debian.org> Fri, 27 Mar 2009 22:18:55 +1300
+
+ifrench (1.4-22) unstable; urgency=low
+
+ * Compress using bzip2
+ * Install this dictionary for fr_CH and fr_LU as well (LP#139570)
+
+ -- Francois Marier <francois@debian.org> Sun, 24 Feb 2008 23:49:04 +1300
+
+ifrench (1.4-21) unstable; urgency=low
+
+ * Adopt this package (closes: #464325)
+ * Acknowledge NMU (closes: #426539)
+ * Added LISEZMOI to the docs, after transcoding it to UTF-8
+ * Remove watch file since the original site doesn't exist anymore
+ * Cleanup and clarify debian/copyright: there is no more upstream
+ developer (closes: #406414)
+ * Bump Standards-Version to 3.7.3 and debhelper compatibility to 6
+ * Add a dependency on debconf
+ * Move the emacs file to doc/examples
+ * Mention the git collab-maint repository in debian/control
+
+ -- Francois Marier <francois@debian.org> Thu, 07 Feb 2008 19:35:58 +1300
+
+ifrench (1.4-20.1) unstable; urgency=low
+
+ * NMU
+ * build-depend on myspell-tools (closes: #426539)
+
+ -- Rene Engelhard <rene@debian.org> Mon, 02 Jul 2007 16:49:08 +0200
+
+ifrench (1.4-20) unstable; urgency=low
+
+ * Changed priority to optional
+ * Fix affix files (closes: #308772)
+ * Rebuild francais.dico
+
+ -- Nicolas Sabouret <nico@debian.org> Sat, 14 May 2005 23:14:03 +0200
+
+ifrench (1.4-19) unstable; urgency=low
+
+ * Really moved myspell to indep and only indep (closes: #259961, #268162)
+ * Validate NMU (closes: #262450, #262393)
+
+ -- Nicolas Sabouret <nico@debian.org> Thu, 26 Aug 2004 12:55:43 +0200
+
+ifrench (1.4-18.1) unstable; urgency=low
+
+ * NMU with maintainer approval
+ * create correct symbolic links francais -> french. Closes: #262450
+
+ -- Ludovic Rousseau <rousseau@debian.org> Tue, 3 Aug 2004 16:08:08 +0200
+
+ifrench (1.4-18) unstable; urgency=low
+
+ * Switch to ISO-8859-15 (aka latin9, aka latin0)
+ Thanks to Lionel Elie Mamane for his help
+ * Moved myspell to binary-indep (closes: #259961)
+ * Switch priority to "extra" (see ifrench-gut)
+ * No longer mantained upstream
+
+ -- Nicolas Sabouret <nico@debian.org> Wed, 21 Apr 2004 23:12:48 +0200
+
+ifrench (1.4-17) unstable; urgency=low
+
+ * New version of dictionaries-common (closes: #232149)
+
+ -- Nicolas Sabouret <nico@debian.org> Wed, 11 Feb 2004 15:53:50 +0100
+
+ifrench (1.4-16) unstable; urgency=low
+
+ * Build myspell dict (closes: #225725)
+ Thanks to René Engelhard for his patch.
+
+ -- Nicolas Sabouret <nico@debian.org> Fri, 9 Jan 2004 18:09:53 +0100
+
+ifrench (1.4-15) unstable; urgency=low
+
+ * Rebuild the package with new version of dictionaries-common
+
+ -- Nicolas SABOURET <nico@debian.org> Fri, 25 Oct 2002 16:11:31 +0200
+
+ifrench (1.4-14) unstable; urgency=low
+
+ * New debian ispell policy (Closes: #164246)
+ Thanks to AgustÃn MartÃn Domingo for his help.
+ * made frenchb.{hash,aff} be linked to french.{hash,aff}
+
+ -- Nicolas SABOURET <nico@debian.org> Tue, 24 Sep 2002 17:17:50 +0200
+
+ifrench (1.4-13) unstable; urgency=low
+
+ * New maintainer
+
+ -- Nicolas Sabouret <nico@debian.org> Mon, 1 Jul 2002 16:18:00 +0200
+
+ifrench (1.4-12) unstable; urgency=low
+
+ * debian/control: fixed long description thanks to
+ Nicolas Bertolissio.
+
+ -- Jerome Marant <jerome@debian.org> Tue, 12 Mar 2002 21:51:08 +0100
+
+ifrench (1.4-11) unstable; urgency=low
+
+ * debian/rules:
+ - install disctionaries as `french' rather than `francais'.
+ - made /usr/lib/ispell/francais.{aff, hash} be linked
+ respectively to /usr/lib/ispell/french.{aff, hash}.
+ Closes: Bug#89869.
+ - made /usr/lib/ispell/francais-tex.hash back as a link
+ to /usr/lib/ispell/french.hash.
+
+ -- Jerome Marant <jerome@debian.org> Fri, 18 Jan 2002 23:00:45 +0100
+
+ifrench (1.4-10) unstable; urgency=low
+
+ * debian/control:
+ - fixed spelling mistakes, thanks to Matt Zimmerman. Closes: Bug#124750.
+ - switched Standards-Version to 3.5.6.
+
+ -- Jerome Marant <jerome@debian.org> Fri, 28 Dec 2001 11:40:07 +0100
+
+ifrench (1.4-9) unstable; urgency=low
+
+ * debian/control: change priority from extra to optional as it has
+ always been.
+
+ -- Jerome Marant <jerome@debian.org> Thu, 31 May 2001 05:44:57 +0200
+
+ifrench (1.4-8) unstable; urgency=low
+
+ * New maintainer. Closes: Bug#92632.
+ * Switched Standards-Version to 3.5.2.
+ * Converted from yada to debhelper. Closes: Bug#96667.
+
+ -- Jerome Marant <jerome@debian.org> Wed, 9 May 2001 18:56:19 +0200
+
+ifrench (1.4-7) unstable; urgency=low
+
+ * OK, I forgot to change the control file in -6. Hope it goes
+ better this time.
+
+ -- Bas Zoetekouw <bas@debian.org> Sat, 21 Apr 2001 21:45:55 +0200
+
+ifrench (1.4-6) unstable; urgency=low
+
+ * Set maintainer to Debian QA Group <packages@qa.debian.org
+
+ -- Bas Zoetekouw <bas@debian.org> Wed, 18 Apr 2001 11:03:03 +0200
+
+ifrench (1.4-5.1) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Fixed yada's creation of maintainer scripts. (Closes: #82630)
+
+ -- Peter Novodvorsky <nidd@debian.org> Sat, 24 Feb 2001 02:40:09 +0300
+
+ifrench (1.4-5) unstable; urgency=low
+
+ * Converted package management to YADA
+ * Upgraded to standards version 3.2.1 (closes: #78836)
+
+ -- Christophe Le Bars <clebars@debian.org> Sat, 30 Dec 2000 01:03:27 +0100
+
+ifrench (1.4-4) unstable; urgency=low
+
+ * NMU patch (Fixes: Bug#26370)
+
+ -- Christophe Le Bars <clebars@debian.org> Fri, 4 Sep 1998 00:42:29 +0200
+
+ifrench (1.4-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Exchange binary-indep and binary-arch targets in debian/rules. The only
+ one generated package is arch-dependent. (similar to #25415)
+ * Architecture changed to 'any', package isn't i386 specific.
+
+ -- Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de> Thu, 3 Sep 1998 14:56:17 +0200
+
+ifrench (1.4-3) unstable; urgency=low
+
+ * Fixed architecture (Bug#20249)
+
+ -- Christophe Le Bars <clebars@debian.org> Sun, 30 Aug 1998 20:00:21 +0200
+
+ifrench (1.4-2) unstable; urgency=low
+
+ * Changed FSF address
+
+ -- Christophe Le Bars <clebars@debian.org> Wed, 11 Feb 1998 18:36:05 +0000
+
+ifrench (1.4-1) unstable; urgency=low
+
+ * New upstream source
+ * Compressed changelog and changelog.Debian (Bug#15424)
+
+ -- Christophe Le Bars <clebars@debian.org> Sun, 14 Dec 1997 21:38:55 +0100
+
+ifrench (1.3-3) unstable; urgency=low
+
+ * Added "français-tex" links (Bug#10392)
+ * Corrected Bugs #9669 (changelog.upstream)
+
+ -- Christophe Le Bars <clebars@debian.org> Sat, 7 Jun 1997 02:17:03 +0200
+
+ifrench (1.3-2) unstable; urgency=low
+
+ * Corrected ifrench architecture (Bug#6829)
+ * Installed french documentation
+ * Installed emacs file
+ * Added "français" links
+
+ -- Christophe Le Bars <clebars@debian.org> Sun, 2 Feb 1997 23:39:07 +0100
+
+ifrench (1.3-1); urgency=routine
+
+ * New maintainer release
+ * New Debian Linux package maintenance system files
+ * Corrected Bugs #1233 #1793 #2605 (ifrench doesn't work...)
+ * Corrected extented description (Bug#3686)
+ * Support multiple architectures (Bug#3918)
+
+
+
--- ifrench-1.4.orig/debian/control
+++ ifrench-1.4/debian/control
@@ -0,0 +1,43 @@
+Source: ifrench
+Priority: extra
+Maintainer: Debian QA Group <packages@qa.debian.org>
+Section: text
+Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: dictionaries-common-dev (>= 1.10.6~),
+ hunspell-tools | myspell-tools,
+ ispell (>= 3.3.02)
+Vcs-Git: http://git.debian.org/git/collab-maint/ifrench.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/ifrench.git;a=summary
+
+Package: ifrench
+Architecture: all
+Depends: dictionaries-common (>= 1.10.6~), ispell, ${misc:Depends}
+Provides: ispell-dictionary
+Conflicts: ifrench-gut
+Suggests: wfrench
+Description: French dictionary for ispell (Hydro-Quebec version)
+ This is a French dictionary, to be used with the ispell program,
+ version 3.1.04 and following. The dictionary contains roughly
+ 50,000 roots, which expand to about 220,000 words.
+ .
+ This is the Martin Boyer and Hydro-Quebec version.
+ You may prefer to use the GUTenberg version installed by the
+ ifrench-gut package.
+
+Package: myspell-fr
+Architecture: all
+Depends: dictionaries-common (>= 1.10), ${misc:Depends}
+Provides: hunspell-dictionary,
+ hunspell-dictionary-fr,
+ myspell-dictionary,
+ myspell-dictionary-fr
+Conflicts: myspell-fr-fr, myspell-fr-gut, openoffice.org-spellcheck-fr-fr
+Description: French dictionary for myspell (Hydro-Quebec version)
+ This is a French dictionary, to be used with myspell,
+ version 3.1.04 and following. The dictionary contains roughly
+ 50,000 roots, which expand to about 220,000 words.
+ .
+ This is the Martin Boyer and Hydro-Quebec version.
+ You may prefer to use the GUTenberg version installed by the
+ myspell-fr-gut package.
--- ifrench-1.4.orig/debian/myspell.header
+++ ifrench-1.4/debian/myspell.header
@@ -0,0 +1,2 @@
+SET ISO8859-15
+TRY aeioàéèêîâsinrtlcdugmphbyfvkwôûëöïù½
--- ifrench-1.4.orig/debian/ifrench.examples
+++ ifrench-1.4/debian/ifrench.examples
@@ -0,0 +1 @@
+ispell-ireq.el
--- ifrench-1.4.orig/debian/info-ispell
+++ ifrench-1.4/debian/info-ispell
@@ -0,0 +1,13 @@
+Language: francais Hydro-Quebec (French Hydro-Quebec)
+Hash-Name: french
+Emacsen-Name: francais
+Casechars: [A-Za-zÀÂÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü]
+Not-Casechars: [^A-Za-zÀÂÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü]
+Otherchars: [-']
+Many-Otherchars: yes
+Additionalchars: ÀÂÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü
+Ispell-Args:
+Extended-Character-Mode: ~list
+Coding-System: iso-8859-1
+Pspell-Ispell: fr iso8859-1
+Auto-Compat: french
--- ifrench-1.4.orig/debian/myspell-fr.info-myspell
+++ ifrench-1.4/debian/myspell-fr.info-myspell
@@ -0,0 +1,5 @@
+DICT fr FR fr
+DICT fr BE fr
+DICT fr CA fr
+DICT fr CH fr
+DICT fr LU fr
--- ifrench-1.4.orig/debian/myspell-fr.info-hunspell
+++ ifrench-1.4/debian/myspell-fr.info-hunspell
@@ -0,0 +1,11 @@
+Language: francais Hydro-Quebec (French Hydro-Quebec)
+Hash-Name: fr
+Emacsen-Name: francais
+Casechars: [A-Za-zÀÂÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü]
+Not-Casechars: [^A-Za-zÀÂÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü]
+Otherchars: [-']
+Many-Otherchars: yes
+Additionalchars: ÀÂÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü
+Extended-Character-Mode: ~list
+Coding-System: iso-8859-1
+Hunspell-Locales: fr, fr_FR, fr_BE, fr_CA, fr_CH, ft_LU
--- ifrench-1.4.orig/debian/ifrench.links
+++ ifrench-1.4/debian/ifrench.links
@@ -0,0 +1,6 @@
+usr/lib/ispell/french.hash usr/lib/ispell/francais.hash
+usr/lib/ispell/french.hash usr/lib/ispell/frenchb.hash
+usr/lib/ispell/french.hash usr/lib/ispell/francais-tex.hash
+usr/lib/ispell/french.aff usr/lib/ispell/francais.aff
+usr/lib/ispell/french.aff usr/lib/ispell/frenchb.aff
+usr/share/doc/LANG/fr/ifrench usr/share/doc/ifrench/fr
--- ifrench-1.4.orig/debian/source/format
+++ ifrench-1.4/debian/source/format
@@ -0,0 +1 @@
+1.0