File: changelog

package info (click to toggle)
ifrench 1.4-29
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,628 kB
  • sloc: lisp: 118; makefile: 104
file content (335 lines) | stat: -rw-r--r-- 11,144 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
ifrench (1.4-29) unstable; urgency=medium

  * Switch from ISO-8859 to UTF-8
  * Drop national-encoding lintian warning overrides

 -- Ryan Kavanagh <rak@debian.org>  Sun, 10 Jan 2021 19:22:24 -0500

ifrench (1.4-28) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Deprecating priority extra as per policy 4.0.1
  * d/changelog: Remove trailing whitespaces

  [ Ryan Kavanagh ]
  * Use debhelper-compat 13 and drop compat file
  * Switch to DEP5 copyright format
  * override spelling-error-in-patch-description, not helpful
  * Bump standards version to 4.5.1
  * Set Rules-Requires-Root: no
  * Remove trailing whitespace in debian/*
  * Drop outdated lintian overrides
  * Set version in watch file
  * Override wrong-section-according-to-package-name myspell-fr =>
    localization
  * Override national-encoding lintian warnings

 -- Ryan Kavanagh <rak@debian.org>  Sun, 03 Jan 2021 11:00:14 -0500

ifrench (1.4-27) unstable; urgency=medium

  [ Ryan Kavanagh ]
  * New maintainer (Closes: #521391)
  * Make Vcs-* fields canonical
  * Bump standards version to 3.9.6
  * Don't timestamp french.mwl.gz ; we want builds to be reproducible
  * Added empty watch file describing the lack of upstream to convince lintian
    to stop complaining
  * Override package-contains-broken-symlink for hash files: targets are
    created at install time
  * Switch to Debian source format 3.0 (quilt). Factored the inline patch
    into:
    + 01_ISO-8859.diff: re-encoding from ifrench (1.4-18)
    + 02_Makefile.diff: General Makefile hygiene
  * Add a gbp.conf to make using git-buildpackage easier

  [ Mario Lang ]
  * Fix Vcs-* URL in debian/control.

 -- Ryan Kavanagh <rak@debian.org>  Thu, 23 Oct 2014 10:42:26 +0400

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)