]> git.donarmstrong.com Git - deb_pkgs/scowl.git/blob - debian/changelog
17e8673bdaf543481a6ae035ff96cda6000d98f6
[deb_pkgs/scowl.git] / debian / changelog
1 scowl (2018.04.16-1) unstable; urgency=medium
2
3   * New upstream release
4   * Use $(DEB_VERSION) for hunspel-en-{us,au,ca} insead of
5     $(DEB_VERSION_UPSTREAM) (Closes: #884921)
6   * Fix failure to build reproducibly with new debhelper versions due to
7     wrong install: and build: targets in Makefile. (Closes: #890618)
8     Thanks to Chris Lamb.
9   * Call install-myspell to register the hunspell dictionaries (Closes:
10     #696777)
11   * All of the packages we produce are Multi-Arch: foreign (Closes: #752589)
12   * Update standard-version; no changes.
13
14  -- Don Armstrong <don@debian.org>  Tue, 24 Apr 2018 16:08:24 -0700
15
16 scowl (2017.08.24-1) unstable; urgency=medium
17
18   * New upstream release
19   * Move sangs (plural of an obscure plant) to -95 (Closes: #861025).
20     Thanks to Josh Triplett.
21   * variant_0 and variant_1 are now _1 and _2; update rules to properly
22     include them (Closes: #867586). Thanks to 積丹尼 Dan Jacobson.
23   * build hunspell-en-{us,au,ca} from here. The versions in
24     libreoffice-dictionaries are built from here anyway (closes: #795159,
25     #874519, #879199). Thanks to Rene Engelhard for the patch.
26
27  -- Don Armstrong <don@debian.org>  Fri, 20 Oct 2017 12:09:03 -0700
28
29 scowl (2017.01.22-1) experimental; urgency=low
30
31   * New upstream release
32   * Include the proper variant spelling into the proper language (Closes:
33     #659841). Thanks to Drew Parsons.
34   * Sort using LC_ALL=C to make builds reproducible. (Closes: #791851).
35     Thanks to Reiner Herrmann.
36   * Remove non-word mys (Closes: #858961). Thanks to Josh Triplett.
37   * Switch to dh $@ style packaging
38   * Switch to quilt packaging
39
40  -- Don Armstrong <don@debian.org>  Sun, 09 Apr 2017 15:25:00 -0700
41
42 scowl (7.1-1) unstable; urgency=low
43
44   * New upstream release
45     - Move dieing to english-words.80 (Closes: #515896)
46     - Modularises is in english-words.80 (Closes: #634824)
47   * Remove uniprocessorunix, thanks to Dean Menezes (Closes: #530456)
48   * afterward and afterwards are both perfectly legitimate english words;
49     add them to english-words.10 (Closes: #564032)
50   * Add unices, unixen to hacker list; add unixes to english-words.95,
51     thanks to Dean Menezes (Closes: #530457)
52   * Add analyses (plural of analysis) (Closes: #570718). Thanks to Benoit
53     Sibaud.
54   * Deprecate irregardless slightly (Closes: #584076)
55   * Stick prepend into american words even though it is computer
56     jargon (Closes: #402055)
57
58  -- Don Armstrong <don@debian.org>  Wed, 12 Oct 2011 14:44:02 -0700
59
60 scowl (6-3) unstable; urgency=low
61
62   * Encode in UTF-8, thanks to Marc Fournier (Closes: #470463)
63   * Kill off triple letter misspellings, thanks to Justin B Rye (Closes:
64     #304501).
65   * Fix supr{essed,ising} issues in english-words.95, thanks to Jidanni
66     (closes: #521229)
67   * Sanitize the makefile to not be so repetitive
68   * Add -insane package to include the .95 wordlists
69   * Include hacker special wordlist in the insane dictionaries
70   * Add homepage field
71   * Update standards version
72
73  -- Don Armstrong <don@debian.org>  Sun, 29 Mar 2009 23:59:43 -0700
74
75 scowl (6-2.3) unstable; urgency=low
76
77   * Taking over this package (Closes: #487734)
78   * Fix the building of -huge binaries (Closes: #346113) [Thanks to Jason
79     Rhinelander <jagerman@jagerman.com> for a patch, though I actually
80     implemented myself without seeing his.]
81   
82  -- Don Armstrong <don@debian.org>  Thu, 03 Jul 2008 18:16:08 -0700
83
84 scowl (6-2.2) unstable; urgency=low
85
86   * Non-maintainer upload.
87   * Make wamerican no longer depend on dictionaries-common, while
88     using its features if present: (Closes: #487977).
89     - wamerican.links: Install /usr/share/dict/words link to
90       american-english.
91     - wamerican.post{inst,rm}: Run dictionaries-common stuff only
92       if available.
93     - wamerican.config: Check that dictionaries-common is installed
94       and a recent version (having elanguages support) before trying
95       to use it.
96     - debian/rules: Do not auto-generate maintainer scripts for
97       wamerican, but use the new hardcoded ones. Split
98       installdeb-wordlist stuff for wamerican and the rest of the
99       wordlists, moving both to the install target.
100     - debian/control: Remove dictionaries-common dependency and
101       include a conflicts against dictionaries-common (<< 0.98) where
102       /usr/share/dict/words link diversion is included.
103   * debian/control:
104     - Bumped Standards-Version to 3.7.3. No changes needed.
105     - Moved debhelper dependency from Build-Depends-Indep to
106       Build-Depends. debhelper is required to run the clean target
107       of debian/rules (Policy Manual, section 7.6).
108
109  -- Agustin Martin Domingo <agmartin@debian.org>  Thu, 26 Jun 2008 12:24:26 +0200
110
111 scowl (6-2.1) unstable; urgency=low
112
113   * Non-maintainer upload.
114   * Bumped Standards-Version to 3.7.2. No changes needed.
115   * debian/compat now is 5.
116   * Apply patch from Tom Parker <debian@tevp.net>, to stop Scowl generated
117     packages to erronously depend on debconf twice, and to allow for
118     debconf-2.0 as an alternate, thus blocking the cedebconf transition
119     (Closes: #393455).
120
121  -- Amaya Rodrigo Sastre <amaya@debian.org>  Sat, 27 Jan 2007 18:38:03 +0100
122
123 scowl (6-2) unstable; urgency=low
124
125   * debian/rules: remove a ${!VAR} bashism; replace with eval(...)
126     Closes: #207102 scowl: debian/rules script contains bashisms
127
128  -- David Coe <davidc@debian.org>  Fri, 14 Oct 2005 22:00:22 -0400
129
130 scowl (6-1) unstable; urgency=low
131
132   * New upstream release.
133     Closes: #333207 wamerican-large: new upstream release 6 available
134   * debian/rules and debian/control: Added -huge versions of the
135     american, canadian, and british word lists. Upstream word lists are
136     now better organized; we take advantage of that by adding the new
137     size "40" word lists to the standard lists, the size "55" word lists
138     to the -large lists, and the size "80" word lists to the (new) -huge
139     lists.
140     Closes: #317422 dictionaries-common: sightlines/metallicity
141     "Sightlines" is now in the -huge lists; "metallicity" is only in the
142     upstream size "95" lists, so (by my policy) even the -huge lists
143     won't include it.  If you want that, and all the other really odd
144     words, please install and use the Debian "scowl" package.
145   * Added "Debian" and "Debian's" to english-proper-names.50, which
146     gets them into the standard, -large, and -huge lists.
147     If Microsoft is there (it is), we should be too ;).
148     Closes: #327749: wamerican: should include "debian" in wordlist
149   * debian/control:
150     - standards version 3.6.2 (no changes required)
151     - removed the 'wenglish' dummy package
152       Closes: #322072 wenglish: Dummy package still needed?
153       Closes: #286583 wenglish: typo in package description
154   * debian/copyright: updated copyright (some additions from
155     latest upstream README).
156
157  -- David Coe <davidc@debian.org>  Fri, 14 Oct 2005 01:00:03 -0400
158
159 scowl (5-4) unstable; urgency=low
160
161   * debian/control: depend [and build-depend] on newer
162     dictionaries-common[-dev] (>=0.20).
163     Closes: #232166 "Please update your ... package(s) to new .config system"
164   * debian/control; bump standards-version; no changes required.
165   * debian/wenglish.preinst: removed -- this previously-implemented half-fix
166     is now unnecessary.
167     Closes: #216397 "debconf oops"
168   * debian/control: add missing debconf dependencies.
169
170  -- David Coe <davidc@debian.org>  Mon, 16 Feb 2004 02:38:32 -0500
171
172 scowl (5-3) unstable; urgency=low
173
174   * corrected a typo/thinko in the scowl pacakge description;
175     thanks to Leonardo Rochael Almeida for noticing and reporting it.
176     Closes: #201564: s/wenglish/wbritish/ in package description
177   * added wenglish.preinst, to remove the obsolete "wenglish"
178     debconf choice, now that wamerican has replaced wenglish.
179     See also dictionaries-common bug #200098, which explains
180     why this solution is not perfect.
181     Closes: #202570: typo in debconf prompt
182   * standards version 3.6.0; converted this changelog to UTF-8.
183
184  -- David Coe <davidc@debian.org>  Wed, 30 Jul 2003 01:48:46 -0400
185
186 scowl (5-2) unstable; urgency=low
187
188   * Include also the appropriate variant_0 and variant_1 words,
189     to provide the more common spelling alternatives.
190
191  -- David Coe <davidc@debian.org>  Thu,  3 Jul 2003 14:48:48 -0400
192
193 scowl (5-1) unstable; urgency=low
194
195   * New upstream package (SCOWL) replaces previous upstream sources for
196     wenglish and wbritish; wenglish had been built from a (possibly)
197     non-free source (linux-words), and wbritish had been built from a
198     relatively incomplete source (words extracted from the ispell british
199     dictionary).  SCOWL (Spell-Checker Oriented Word Lists) is a
200     collection of English word lists maintained by Kevin Atkinson at
201     http://wordlist.sf.net, is completely Free, is of significantly
202     better quality, and is supported upstream.
203     Thanks to Brian Nelson <nelson@bignachos.com> for suggesting we use
204     the SCOWL wordlists.  This source package (scowl) now creates the
205     following binary packages:
206       wamerican, wamerican-small, wamerican-large,
207       wbritish,  wbritish-small,  wbritish-large,
208       wcanadian, wcanadian-small, wcanadian-large,
209       scowl,
210       wenglish (dummy package to install wamerican, for upgrades)
211     Closes: #170490: wenglish: Package contains a non-DFSG-compliant list
212     Closes: #141707: wbritish: seems to be missing some very basic words
213     Closes: #165251: wbritish: Missing word ('behemoth')
214     Closes: #176875: Gullible isn't in the dictionary
215     Closes: #147959: wenglish: Spelling "plebian" is nonstandard
216     Closes: #175906: wenglish: should be called wamerican
217   * My sincere gratitude to Agustin Martin Domingo for paying attention to
218     ispell and the english word lists while I was preoccupied, and for his
219     NMUs during the dictionaries-common transition.
220     Closes: #164257: wbritish: Please update your wbritish package to IDWP new policy
221     Closes: #164260: wenglish: Please update your wenglish package to IDWP new policy
222   * 'Pharoah' is only in the "huge" SCOWL dictionary, which is normally
223     considered unreasonable for spell checking (too many false positives);
224     I suggest you add it to your own personal list, or install the scowl
225     package and create the huge list (or one customized to your needs).
226     If you disagree with upstream's classification of that word, please
227     reopen the bug report with some explanation, and I'll happily forward
228     it upstream.  Thanks.
229     Closes: #175394: wenglish: missing word 'pharaoh'
230
231  -- David Coe <davidc@debian.org>  Mon, 16 Jun 2003 22:26:28 -0400
232
233 wenglish (2.0-2.4) unstable; urgency=low
234
235   * Just a rebuild to make sure at least dictionaries-common-dev-0.8.4
236     is used,since there was a minor change in the debconf config
237     files to have debconf choices properly sorted. David, no need to
238     change anything in your sources, just make sure you use at least
239     that version. This fix will then propagate the next time you build
240     the package. Sorry for not having asked you about this upload with
241     more time.
242
243  -- Agustin Martin Domingo <agmartin@debian.org>  Fri, 25 Oct 2002 13:37:41 +0200
244
245 wenglish (2.0-2.3) unstable; urgency=low
246
247   * Non-Maintainer Upload
248   * This time really added dictionaries-common-dev to 'Build-Depends-Indep'.
249     That was missed previously in (2.0-2.2).
250
251  -- Agustin Martin Domingo <agmartin@debian.org>  Mon, 21 Oct 2002 13:12:14 +0200
252
253 wenglish (2.0-2.2) unstable; urgency=low
254
255   * Non-Maintainer Upload
256   * New policy compliant package (closes: #164260)
257   * Some minor changes with respect to package in sourceforge:
258     +++ control files:
259     - Changing 'Pre-Depends: dictionaries-common' to a simple
260       Depends.
261     - Added dictionaries-common-dev to 'Build-Depends-Indep'
262     +++ words-american-english.5
263     - Changed '/etc/dictionary' to '/etc/dictionaries-common/words' and
264       'update-alternatives' to 'select-default-wordlist'
265
266  -- Agustin Martin Domingo <agmartin@debian.org>  Mon, 21 Oct 2002 11:52:46 +0200
267
268 wenglish (2.0-2.1) unstable; urgency=low
269
270   * Experimental release after the dictionaries policy proposal.
271   * Removed postinst and prerm. So, David, DO NOT REUSE THIS PACKAGE
272     FOR THE OFFICIAL BRANCH.
273
274  -- Agustín Martín Domingo <agmartin@debian.org>  Fri, 30 Nov 2001 17:37:59 +0100
275
276 wenglish (2.0-2) unstable; urgency=low
277
278   * added some missing words and their variations.  Closes: #108233.
279   * added missing variations of some previously-added words.
280   * updated standards to debian policy 3.5.6.
281
282  -- David Coe <davidc@debian.org>  Fri, 10 Aug 2001 18:20:03 -0400
283
284 wenglish (2.0-1) unstable; urgency=medium
285
286   * new maintainer.
287   * cnanged version to agree with upstream source version.
288   * included additional documentation from the upstream source.
289   * Updated standards to debian policy 3.5.2.
290     Closes: #80775 "man pages in wrong directory."
291   * fixed prerm to run update-alternatives at the proper time.
292     Closes: #87332 "dictionary alternative and wenglish's prerm"
293   * closing an old bug, was apparently fixed in 1.0-12 (when /etc/dictionary
294     was removed).
295     Closes: #35098 "unknown-source: a dangling symlink."
296   * renamed american-english.5 to words-american-english.5, to minimize
297     confusion with similarly-named idict-american-english.5 man page;
298     symlink american-english.5 to words-american-english.5.
299   * added the word "hullabaloo" (in support of ispell/iamerican bug
300     65620).
301
302  -- David Coe <davidc@debian.org>  Sat, 24 Feb 2001 13:46:29 -0500
303
304 wenglish (1.0-12) unstable; urgency=low
305
306   * In postinst, clean up /etc/dictionary and transfer its value into
307     the alternatives system.
308
309  -- Charles Briscoe-Smith <cpbs@debian.org>  Thu, 15 Apr 1999 01:32:53 +0100
310
311 wenglish (1.0-11) unstable; urgency=low
312
313   * Update the package's description to match reality.
314
315  -- Charles Briscoe-Smith <cpbs@debian.org>  Tue, 13 Oct 1998 02:32:09 +0100
316
317 wenglish (1.0-10) unstable; urgency=low
318
319   * Update standards-version to 2.4.1 (no changes required).
320   * Moved /usr/dict/english to /usr/share/dict/american-english.
321   * Replaced old maintainer scripts with new ones which call
322     update-alternatives.
323   * Updated man page.
324
325  -- Charles Briscoe-Smith <cpbs@debian.org>  Tue, 29 Sep 1998 12:24:34 +0100
326
327 wenglish (1.0-9) frozen unstable; urgency=low
328
329   * Gack.  Maybe I should actually -install- the postrm script?
330     (How embarrassing.)  Postrm script now installed properly.
331   * Remove leftover half-email from the end of the changelog.  (How did
332     that get there?)
333
334   * Remove quibble from copyright file; simple lists of words can't
335     be copyrighted.
336
337  -- Charles Briscoe-Smith <cpbs@debian.org>  Wed,  8 Apr 1998 03:43:42 +0100
338
339 wenglish (1.0-8) frozen unstable; urgency=low
340
341   * Rewrite maintainer scripts, and properly this time (and thus fixes
342     bug 7454 slightly better than last time, but still not completely;
343     that will be done in slink).  All cases handled, and it's properly
344     tested.  The new scripts used here are intended to go in all the
345     w<language> dictionary packages before the release of hamm so that
346     they all ask questions consistently, and only when they need to.
347     (If all the dictionary packages use these, bug 19600 will be fixed.)
348     Major changes are:
349   * Don't randomize the /etc/dictionary symlink on mass-upgrade.
350   * No longer use relative symlinks between top-level directories.
351   * Don't remove /etc/dictionary symlink, which records the system's
352     default dictionary language, unless the corresponding dictionary is
353     being purged.
354
355  -- Charles Briscoe-Smith <cpbs@debian.org>  Sun,  5 Apr 1998 16:08:33 +0100
356
357 wenglish (1.0-7) unstable; urgency=low
358
359   * No longer asks whether english should be the default dictionary when
360     upgrading, only on an install.  (Attempts to fix bug #7454.)
361
362   * Add `xylophone' and `migraine' to the word list (first checking
363     them against the Oxford Minidictionary and the Collins Westminster
364     Desk Companion.)  (Fixes:bug#9325,#10642)
365
366   * Added extended package description.  (Fixes:bug#3655)
367   * Provide wordlist virtual package.  (Fixes:bug#9393)
368
369   * New maintainer.
370   * Undebmaked; now uses my generic debian/rules.
371   * Updated to standards version 2.4.0.0.
372
373  -- Charles Briscoe-Smith <cpbs@debian.org>  Fri, 27 Feb 1998 13:42:34 +0000
374
375 wenglish (1.0-6) unstable; urgency=low
376
377   * New source packaging format.
378
379  -- Herbert Xu <herbert@debian.org>  Sat, 8 Feb 1997 22:16:50 +1100
380
381