File: changelog

package info (click to toggle)
hugs98 98.200609.21-5.4
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 41,872 kB
  • ctags: 8,927
  • sloc: haskell: 118,978; xml: 61,802; ansic: 46,695; sh: 8,750; cpp: 6,033; makefile: 2,661; yacc: 1,111; cs: 883; sed: 10
file content (792 lines) | stat: -rw-r--r-- 30,667 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
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
hugs98 (98.200609.21-5.4) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix "ftbfs with GCC-5":
    apply patch from Elizabeth J Dall:
    build with -std=gnu89 in debian/rules.
    (Closes: #777903)

 -- gregor herrmann <gregoa@debian.org>  Sat, 18 Jul 2015 20:07:51 +0200

hugs98 (98.200609.21-5.3) unstable; urgency=low

  * Non-maintainer upload.
  * Build-depend on libreadline-dev | libreadline5-dev. Closes: #553783.

 -- Matthias Klose <doko@debian.org>  Fri, 02 Sep 2011 12:09:52 +0200

hugs98 (98.200609.21-5.2) unstable; urgency=high

  * Non-maintainer upload.
  * Fix build error: run autoconf in packages/network as configure.ac
    has been changed. (Closes: #608220)
  * Set urgency to "high" for RC bugfix.

 -- Felix Geyer <debfx-pkg@fobos.de>  Sun, 16 Jan 2011 23:22:37 +0100

hugs98 (98.200609.21-5.1) unstable; urgency=high

  * Non-maintainer upload.
  * Improve SO_PEERCRED/struct ucred detection by applying a patch stolen
    from haskell-network's 64a3779811dd9965d864c8b9c85c49a261c4eb69. This
    fixes the build with glibc 2.8 and higher (Closes: #608220). As a
    reminder, the build ought to break with such compiler errors, instead
    of creating mostly-empty packages, as noted by Jakub Wilk.
  * Set urgency to “high” for RC bugfix.

 -- Cyril Brulebois <kibi@debian.org>  Wed, 05 Jan 2011 17:27:04 +0100

hugs98 (98.200609.21-5) unstable; urgency=low

  * configure.ac: temporarily add ${Hugs}/libraries to the search path of
    Hugs as most Debian packages install their Hugs libraries there.
  * Runned autoconf as we have changed configure.ac.
  * debian/compat: Bump debhelper compatibility level to 5.
  * debian/control{,in}:
    - Bump versioned dependency on debhelper.
    - Drop the non-existing haskell-cabal package from the Suggest field.

 -- Arjan Oosting <arjan@debian.org>  Tue, 17 Apr 2007 00:45:05 +0200

hugs98 (98.200609.21-4) experimental; urgency=low

  * debian/{make-control.hs,control,control.in}: make the dependency
    between libhugs-*-bundled and hugs versioned.

 -- Arjan Oosting <arjan@debian.org>  Thu, 21 Dec 2006 22:19:57 +0100

hugs98 (98.200609.21-3) experimental; urgency=low

  * Build the bundled GLUT package again:
    - debian/control{,.in}: Add freeglut3-dev, libxi-dev and libxmu-dev to
      the Build-Depends which are needed to build the GLUT package.
    - debian/control: Add libhugs-glut-bundled entry.
  * debian/rules: echo config.log to stdout when package is not build so
    we can see where the build daemons fail.

 -- Arjan Oosting <arjan@debian.org>  Wed, 13 Dec 2006 14:33:21 +0100

hugs98 (98.200609.21-2) experimental; urgency=low

  * src/builtin.c: replace g constraint with r constraint in the inline
    assembly code as suggested and applied upstream by Ross Paterson. This
    should fix the FTBFS on powerpc. (Closes: #402476)  

 -- Arjan Oosting <arjan@debian.org>  Mon, 11 Dec 2006 22:32:54 +0100

hugs98 (98.200609.21-1) experimental; urgency=low

  * Add myself to the Uploaders field.
  * The hugs binary package has been split into several binary packages:
    - the hugs binary package contains the interpreter and the base and
      haskell98 librariespackages
    - the other libhugs-*-bundled binary packages each contain one the
      other haskell libraries shipped with hugs. (Closes: 377501)
  * New upstream release. Upstream changes since the previous Debian
    package:
    - The default current module is now the empty module Hugs.
    - The compatibility libraries are no longer included on the default
      search path. You can access them by adding "{Hugs}/oldlib" to the
      search path (see -Pstr), but they will be removed in the next
      release.
    - New :main command (contributed by Neil Mitchell).
    - The built-in printer is now less verbose, making pattern-match
      exceptions more readable.
    - Updated libraries to match those of GHC 6.6. The following modules
      are gone:
       + Text.Regex: moved out of the base package and replaced with a new
         version that uses too much type class overlapping for Hugs.
       + Data.FiniteMap: obsolete.
  * Makefile: use runghc and the shipped Cabal package to run
    debian/make-control.hs.
  * debian/make-control.hs:
    - generate debian/control from debian/control.in and the necessary
      debian/libhugs-*-bundled files.
    - Add the bundled packages to the Recommends of hugs.
  * debian/control{,in}:
    - Added docbook-utils and docbook-xml to the Build-Depends which are
      needed to build the users guide.
    - Drop the Build-Depends on freeglut3-dev because we don't build GLUT
      anymore.
    - Bump Standards-Version. No changes needed.
  * debian/{postinst,postrm,preinst,prerm}: add #DEBHELPER# to the
    maintainer scripts as the package use debhelper.
  * debian/rules:
    - Based on the new debian/rules file from upstream.
    - No longer manually gzip the manpage. (Closes: 336201)
    - Install manpage for cpphs-hugs.
    - Do not ignore errors on clean.
    - Use config.guess and config.sub from autotools-dev. Closes: 336446
      as the patch in the BTS has been applied by upstream.
    - Remove config.guess and config.sub on clean to keep diff.gz small
      and tidy.
    - Remove commented out debhelper commands.
  * docs/users_guide/users_guide.xml: remove URL of the DTD to keep
    docbook2html from accessing the internet. 
  * libraries/tools/convert_libraries: drop GLUT as it never has build
    succesfully for hugs anyway.

 -- Arjan Oosting <arjan@debian.org>  Thu,  2 Nov 2006 23:13:04 +0100

hugs98 (98.200503.08-4) unstable; urgency=low

  * Added buid-depends on gzip (Closes: #336201).

 -- Isaac Jones <ijones@debian.org>  Sat, 29 Oct 2005 22:34:02 -0700

hugs98 (98.200503.08-3) unstable; urgency=low

  * New build-depends, libreadline5 (Closes: #326105, Closes: #326344).
  * Changed a build-conflicts on byacc to build-depends on bison (Closes: #271124).
  * Updated README.debian (Closes: #299777).

 -- Isaac Jones <ijones@debian.org>  Sat,  3 Sep 2005 12:58:57 -0700

hugs98 (98.200503.08-2) unstable; urgency=low
  * Bugfixes from: Arjan Oosting <arjanoosting@home.nl>
  * Install menu file in /usr/share/menu.
  * Add HaXml copyright and license information to debian/copyright
    and remove the license and copyright files COPYRIGHT, LICENCE-GPL, 
    LICENCE-LGPL of HaXml from the binary package.
  * Add lintian and linda overrides to suppress warning about extra
    license file usr/lib/hugs/packages/Cabal/Distribution/License.hs.
  * Set Standards-Version to 3.6.2. No changes needed.
  * Fix debian/rules to use --enable-debug when DEB_BUILD_OPTIONS
    contains noopt not the other way around.
  * Fix debian/rules to stop stripping binaries when DEB_BUILD_OPTIONS
    contains nostrip.
  * Added missing build dependencies on xlibmesa-gl-dev and freeglut3-
    dev and libxt-dev.

 -- Isaac Jones <ijones@debian.org>  Wed, 29 Jun 2005 23:27:54 +0200

hugs98 (98.200503.08-1) unstable; urgency=low

  * New upstream release

 -- Isaac Jones <ijones@debian.org>  Tue,  8 Mar 2005 20:57:39 -0800

hugs98 (98.200502-1) unstable; urgency=low

  * New upstream release

 -- Isaac Jones <ijones@debian.org>  Tue,  1 Mar 2005 13:53:52 -0800

hugs98 (98.200311-4) unstable; urgency=low

  * Applied patch to use -fPIC to create a shared lib.  Will probably
    close #253002, but I'll wait to see the logs.

 -- Isaac Jones <ijones@debian.org>  Mon,  6 Dec 2004 15:42:02 -0800

hugs98 (98.200311-3) unstable; urgency=low

  * Added watchfile
  * Changed my email address
  * Added quoted string to menu item per lintian warning.

 -- Isaac Jones <ijones@debian.org>  Sat, 20 Nov 2004 14:33:45 -0800

hugs98 (98.200311-2) unstable; urgency=low

  * Added build-conflicts for byacc (Closes: #271124)

 -- Isaac Jones <ijones@debian.org>  Sun, 12 Sep 2004 13:18:45 -0400

hugs98 (98.200311-1) unstable; urgency=low

  * New upstream release
    - More of the hierarchical libraries, including imprecise exceptions
      and unboxed arrays, giving greater compatibility with GHC.
      For now, compatibility with the old libraries is provided by stub
      modules, but users are encouraged to migrate to the new libraries.
    - The Double type is now double-precision on most architectures.
    - The -e, -f, -i, -N, -W and -X options are gone, as is the :project
      command.
    - Integrated .NET support (on Windows).
    - The beginnings of a User's Guide (still somewhat incomplete).
    - Numerous bug fixes since the previous major release in Nov 2002.
  * Control
    - Removed depends on hugs-doc
    - Removed pre-depends on autoconf (where did this come from?) (Closes: #211444)
    - Added build-depends on docbook-utils
    - Updated standards-version
  * Rules
    - Improvements in the upstream Makefile cause some cleanup
    - fix for configure line (Closes: #208363)
    - Changed strip rule for new binaries
    - Added gzip for new haskell-pkg man page
    - Removed mkdir of (unused) /usr/share/hugs98 (Closes: #197554)
  * Misc
    - added -Wall to CFLAGS to conform to standards version 3.5.7.0

 -- Isaac Jones <ijones@syntaxpolice.org>  Thu, 27 Nov 2003 00:27:54 -0500

hugs98 (98.200211-3) unstable; urgency=low

  * libraries/Hugs
    - Patched Word.hs and Int.hs to include 64 bit numbers (for building
    on ia64)
  * src/unix
    - patched configure.in and aclocal.a4 to fix quoting error and add
    checking for ia64's detection for building shared libraries (Closes: #191033)

 -- Isaac Jones <ijones@syntaxpolice.org>  Tue,  6 May 2003 19:08:59 -0400

hugs98 (98.200211-2) unstable; urgency=low

  * debian/rules
    - Fixed broken manpage symlink install lines (Closes: #190905)
  * debian/control
    - Removed spurious build-depends on autoconf
  * src
    - removed src/options.h.in~

 -- Isaac Jones <ijones@syntaxpolice.org>  Sun, 27 Apr 2003 22:58:32 -0400

hugs98 (98.200211-1) unstable; urgency=low

  * New maintainer.
  * New upstream version (Closes: #187095)
    - Fixes signed char issue in reading (Closes: #154274, #162471)
  * debian/rules:
    - Implemented latest DEB_BUILD_OPTIONS noopt,nostrip bits.
    - Cleaned out copied Haskell source files.
    - Moved (now) arch-specific files from /usr/share/hugs98 to /usr/lib/hugs.
    - Moved documentation from /usr/lib/hugs/ and /usr/lib/hugs/docs into
    /usr/share/doc/hugs.
  * debian/README.Debian:
    - No longer lies (Closes: #157177)
  * Sets double precision flag (Closes: #129016)

 -- Isaac Jones <ijones@syntaxpolice.org>  Wed, 29 Jan 2003 20:27:03 -0500

hugs98 (98.200112-2) unstable; urgency=low

  * Add missing build-depends on autoconf.
  * Closes: #111773

 -- William Lee Irwin III <wli@holomorphy.com>  Sun, 14 Jul 2002 16:07:12 -0700

hugs98 (98.200112-1) unstable; urgency=low

  * Update to Dec2001
  * Closes: #139381 (new upstream version)
  * debian/control: Standards-Version 3.5.6.1

 -- William Lee Irwin III <wli@holomorphy.com>  Sun, 14 Jul 2002 10:15:39 -0700

hugs98 (98.200109-3) unstable; urgency=low

  * Closes: #11343 (tries writing to /usr/local)
  * Closes: #11373 (missing build-depends on autoconf)
  * nuked the ungzipped manpages

 -- William Lee Irwin III <wli@holomorphy.com>  Sun,  9 Sep 2001 15:34:36 -0700

hugs98 (98.200109-2) unstable; urgency=low

  * Fixed rules file so the thing actually builds after make clean
  * Closes: #111265 (tries to install into the root fs during build)
  * Fixed lintian warnings regarding .comment and .note sections

 -- William Lee Irwin III <wli@holomorphy.com>  Wed,  5 Sep 2001 01:48:38 -0700

hugs98 (98.200109-1) unstable; urgency=low

  * Updated to Feb2001 version.
  * Closes: #110703 (New upstream release)

 -- William Lee Irwin III <wli@holomorphy.com>  Tue,  4 Sep 2001 01:31:05 -0700

hugs98 (98.200002-3) unstable; urgency=low

  * Fixed changelog so the bug would close.
  * Closes: #43666 (runhugs has no manpage)
  * Closes: #68186 (ITA hugs by Antti-Juhani Kaijanaho)
 -- William Lee Irwin III <wli@holomorphy.com>  Sat, 13 Jan 2001 13:54:11 -0800

hugs98 (98.200002-2) unstable; urgency=low

  * Added manpage for runhugs. Closes #43666.
  * Fixed some compilation errors with the new glibc.
  * New maintainer.

 -- William Lee Irwin III <wli@holomorphy.com>  Wed, 10 Jan 2001 18:40:59 -0800

hugs98 (98.200002-1) unstable; urgency=low

  * New upstream release.
  * Use libreadline4 and libncurses5.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sun,  9 Apr 2000 15:02:31 +0300

hugs98 (98.199911-1) unstable; urgency=low

  * New upstream release
  * debian/control: Standards-Version 3.1.1
      + debian/control: Add a Build-Depends line.
      + debian/rules: Remove the build-depends check.
      + debian/check-sourcedeps: Removed.
  * debian/control [Description]: Edited slightly.
  * debian/copyright: Updated source download information.
  * src/Makefile.in: make veryclean not remove configure

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Wed, 17 Nov 1999 22:34:47 +0200

hugs98 (98.199909.0.19991020-1) unstable; urgency=low

  * New upstream minor bugfix release.  Upstream changed the tarball without
    changing  the version.  Just great.  
  * debian/rules: No need to make src/unix/configure executable anymore.
  * debian/control: Standards-Version 3.0.1, required changes already made
    earlier.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Wed, 20 Oct 1999 15:15:36 +0300

hugs98 (98.199909-2) unstable; urgency=low

  * debian/rules: Make src/unix/configure executable before calling it.
    Closes: #47523.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sat, 16 Oct 1999 12:40:32 +0300

hugs98 (98.199909-1) unstable; urgency=low

  * New upstream release (Hugs 98 / September 1999).
      + Fixes a segfault reported by Havoc Pennington.  Closes: #45546.
      + New license (BSD-like without advertising clause).
  * debian/rules (debian/build.stamp): Build with GNU readline support,
    since the new license allows this.  Closes: #46155.
  * debian/README.Debian: Remove the note about no readline support,
    instead just state that we have it.
  * debian/copyright: Update the copyright license information.
  * debian/check-sourcedeps: New file.
  * debian/rules: Check build-time dependencies (libreadlineg2-dev).
  * src/hugs.c: To comply with Debian policy, check VISUAL in addition
    to EDITOR.
  * debian/rules: Move docs to /usr/share/doc.
  * debian/{prerm,postinst}: Implement the /usr/doc transition.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Thu, 14 Oct 1999 17:55:53 +0300

hugs98 (98.199905-4) unstable; urgency=low (medium for >= 98.199905-2)

  * debian/postinst: /usr/local subdirs should be group "staff".
  * debian/postinst: Don't create the /usr/local dirs if upgrading
    from >> 98.199905-3.
  * debian/prerm: Don't remove the /usr/local dirs on upgrade
  * debian/rules: Link from undocumented to runhugs.1.gz, not runhugs.1

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sun, 29 Aug 1999 13:50:18 +0300

hugs98 (98.199905-3) unstable; urgency=low

  * debian/rules: WRT bug#43666, install an undocumented(7) symlink
    for runhugs(1).

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sat, 28 Aug 1999 23:57:19 +0300

hugs98 (98.199905-2) unstable; urgency=low

  * src/unix/acconfig.h: Define DEBIAN.
  * Ran src/unix/mkconfig so that the earlier EDITOR change
    can take effect.
  * debian/rules: Updated to match my latest preferences
       + factorize the install command into a variable
       + don't use install_zipped
       + use stamp files
       + use target-specific vars and lazy vars to create the
         directory name variables
       + don't test for rootness
       + separate clean target into clean-{build,binary}
       + remove the package root dir at the start of the binary targets
  * debian/rules: Install GreenCard.h into /usr/include/hugs
  * debian/README.Debian: Document the location of GreenCard.h.
  * debian/README.Debian: Added an extension module policy.
  * src/unix/configure: Add a new search path which conforms with the extension
    module policy, conditional to building on a Debian system.
  * Ran src/unix/mkconfig.
  * debian/postinst: Added commands to install /usr/local dirs as required.
  * debian/prerm: Removed the alternatives code as useless.
  * debian/preinst: Guarded the alternative removing code so that upgrading from
    98.199905-1 or later does not cause alternatives being removed.
  * debian/prerm: Remove the /usr/local dirs as required.
  * debian/rules: Install debian/prerm.
  * docs/hugs.1: Updated to Hugs 98 (changes will be sent to upstream).
  * debian/rules: Install the manual page.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sat, 28 Aug 1999 20:27:34 +0300

hugs98 (98.199905-1) unstable; urgency=low

  * New upstream release: Official Hugs98!
  * This release supersedes Hugs 1.4:
      + Rename the binary package to hugs.
      + Conflict/Replace/Provide hugs98.
      + Remove alternatives support.
      + Now install a symlink (run)?hugs98 -> \1hugs to keep the impact
        on user setups as minimal as possible.
  * Use -isp with gencontrol.
  * Suggest hugs-doc.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Thu, 10 Jun 1999 14:35:25 +0300

hugs98 (990319-2) unstable; urgency=low

  * Suggest haskell-doc, now that it is available.
  * Rewrote the description.
  * Gave credit to gorgo for what he did with hugs before me.
  * Use /usr/bin/editor as a default if building on a Debian system.
  * Add a guard to prerm not to remove the alternatives provided
    when upgrading.
  * Added the same kind of ease to build a readline version as there is in
    gorgo's original hugs package.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sat, 15 May 1999 15:31:50 +0300

hugs98 (990319-1) unstable; urgency=low

  * New upstream release.
  * Conflict with non-alternatives-aware hugs 1.4.
  * Use alternatives for hugs and runhugs.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Wed, 28 Apr 1999 15:29:58 +0300

hugs98 (990222-1) unstable; urgency=low

  * Initial release.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Tue, 27 Apr 1999 23:15:43 +0300

hugs98 (98.200503.08-4) unstable; urgency=low

  * Added buid-depends on gzip (Closes: #336201).

 -- Isaac Jones <ijones@debian.org>  Sat, 29 Oct 2005 22:34:02 -0700

hugs98 (98.200503.08-3) unstable; urgency=low

  * New build-depends, libreadline5 (Closes: #326105, Closes: #326344).
  * Changed a build-conflicts on byacc to build-depends on bison (Closes: #271124).
  * Updated README.debian (Closes: #299777).

 -- Isaac Jones <ijones@debian.org>  Sat,  3 Sep 2005 12:58:57 -0700

hugs98 (98.200503.08-2) unstable; urgency=low
  * Bugfixes from: Arjan Oosting <arjanoosting@home.nl>
  * Install menu file in /usr/share/menu.
  * Add HaXml copyright and license information to debian/copyright
    and remove the license and copyright files COPYRIGHT, LICENCE-GPL, 
    LICENCE-LGPL of HaXml from the binary package.
  * Add lintian and linda overrides to suppress warning about extra
    license file usr/lib/hugs/packages/Cabal/Distribution/License.hs.
  * Set Standards-Version to 3.6.2. No changes needed.
  * Fix debian/rules to use --enable-debug when DEB_BUILD_OPTIONS
    contains noopt not the other way around.
  * Fix debian/rules to stop stripping binaries when DEB_BUILD_OPTIONS
    contains nostrip.
  * Added missing build dependencies on xlibmesa-gl-dev and freeglut3-
    dev and libxt-dev.

 -- Isaac Jones <ijones@debian.org>  Wed, 29 Jun 2005 23:27:54 +0200

hugs98 (98.200503.08-1) unstable; urgency=low

  * New upstream release

 -- Isaac Jones <ijones@debian.org>  Tue,  8 Mar 2005 20:57:39 -0800

hugs98 (98.200502-1) unstable; urgency=low

  * New upstream release

 -- Isaac Jones <ijones@debian.org>  Tue,  1 Mar 2005 13:53:52 -0800

hugs98 (98.200311-4) unstable; urgency=low

  * Applied patch to use -fPIC to create a shared lib.  Will probably
    close #253002, but I'll wait to see the logs.

 -- Isaac Jones <ijones@debian.org>  Mon,  6 Dec 2004 15:42:02 -0800

hugs98 (98.200311-3) unstable; urgency=low

  * Added watchfile
  * Changed my email address
  * Added quoted string to menu item per lintian warning.

 -- Isaac Jones <ijones@debian.org>  Sat, 20 Nov 2004 14:33:45 -0800

hugs98 (98.200311-2) unstable; urgency=low

  * Added build-conflicts for byacc (Closes: #271124)

 -- Isaac Jones <ijones@debian.org>  Sun, 12 Sep 2004 13:18:45 -0400

hugs98 (98.200311-1) unstable; urgency=low

  * New upstream release
    - More of the hierarchical libraries, including imprecise exceptions
      and unboxed arrays, giving greater compatibility with GHC.
      For now, compatibility with the old libraries is provided by stub
      modules, but users are encouraged to migrate to the new libraries.
    - The Double type is now double-precision on most architectures.
    - The -e, -f, -i, -N, -W and -X options are gone, as is the :project
      command.
    - Integrated .NET support (on Windows).
    - The beginnings of a User's Guide (still somewhat incomplete).
    - Numerous bug fixes since the previous major release in Nov 2002.
  * Control
    - Removed depends on hugs-doc
    - Removed pre-depends on autoconf (where did this come from?) (Closes: #211444)
    - Added build-depends on docbook-utils
    - Updated standards-version
  * Rules
    - Improvements in the upstream Makefile cause some cleanup
    - fix for configure line (Closes: #208363)
    - Changed strip rule for new binaries
    - Added gzip for new haskell-pkg man page
    - Removed mkdir of (unused) /usr/share/hugs98 (Closes: #197554)
  * Misc
    - added -Wall to CFLAGS to conform to standards version 3.5.7.0

 -- Isaac Jones <ijones@syntaxpolice.org>  Thu, 27 Nov 2003 00:27:54 -0500

hugs98 (98.200211-3) unstable; urgency=low

  * libraries/Hugs
    - Patched Word.hs and Int.hs to include 64 bit numbers (for building
    on ia64)
  * src/unix
    - patched configure.in and aclocal.a4 to fix quoting error and add
    checking for ia64's detection for building shared libraries (Closes: #191033)

 -- Isaac Jones <ijones@syntaxpolice.org>  Tue,  6 May 2003 19:08:59 -0400

hugs98 (98.200211-2) unstable; urgency=low

  * debian/rules
    - Fixed broken manpage symlink install lines (Closes: #190905)
  * debian/control
    - Removed spurious build-depends on autoconf
  * src
    - removed src/options.h.in~

 -- Isaac Jones <ijones@syntaxpolice.org>  Sun, 27 Apr 2003 22:58:32 -0400

hugs98 (98.200211-1) unstable; urgency=low

  * New maintainer.
  * New upstream version (Closes: #187095)
    - Fixes signed char issue in reading (Closes: #154274, #162471)
  * debian/rules:
    - Implemented latest DEB_BUILD_OPTIONS noopt,nostrip bits.
    - Cleaned out copied Haskell source files.
    - Moved (now) arch-specific files from /usr/share/hugs98 to /usr/lib/hugs.
    - Moved documentation from /usr/lib/hugs/ and /usr/lib/hugs/docs into
    /usr/share/doc/hugs.
  * debian/README.Debian:
    - No longer lies (Closes: #157177)
  * Sets double precision flag (Closes: #129016)

 -- Isaac Jones <ijones@syntaxpolice.org>  Wed, 29 Jan 2003 20:27:03 -0500

hugs98 (98.200112-2) unstable; urgency=low

  * Add missing build-depends on autoconf.
  * Closes: #111773

 -- William Lee Irwin III <wli@holomorphy.com>  Sun, 14 Jul 2002 16:07:12 -0700

hugs98 (98.200112-1) unstable; urgency=low

  * Update to Dec2001
  * Closes: #139381 (new upstream version)
  * debian/control: Standards-Version 3.5.6.1

 -- William Lee Irwin III <wli@holomorphy.com>  Sun, 14 Jul 2002 10:15:39 -0700

hugs98 (98.200109-3) unstable; urgency=low

  * Closes: #11343 (tries writing to /usr/local)
  * Closes: #11373 (missing build-depends on autoconf)
  * nuked the ungzipped manpages

 -- William Lee Irwin III <wli@holomorphy.com>  Sun,  9 Sep 2001 15:34:36 -0700

hugs98 (98.200109-2) unstable; urgency=low

  * Fixed rules file so the thing actually builds after make clean
  * Closes: #111265 (tries to install into the root fs during build)
  * Fixed lintian warnings regarding .comment and .note sections

 -- William Lee Irwin III <wli@holomorphy.com>  Wed,  5 Sep 2001 01:48:38 -0700

hugs98 (98.200109-1) unstable; urgency=low

  * Updated to Feb2001 version.
  * Closes: #110703 (New upstream release)

 -- William Lee Irwin III <wli@holomorphy.com>  Tue,  4 Sep 2001 01:31:05 -0700

hugs98 (98.200002-3) unstable; urgency=low

  * Fixed changelog so the bug would close.
  * Closes: #43666 (runhugs has no manpage)
  * Closes: #68186 (ITA hugs by Antti-Juhani Kaijanaho)
 -- William Lee Irwin III <wli@holomorphy.com>  Sat, 13 Jan 2001 13:54:11 -0800

hugs98 (98.200002-2) unstable; urgency=low

  * Added manpage for runhugs. Closes #43666.
  * Fixed some compilation errors with the new glibc.
  * New maintainer.

 -- William Lee Irwin III <wli@holomorphy.com>  Wed, 10 Jan 2001 18:40:59 -0800

hugs98 (98.200002-1) unstable; urgency=low

  * New upstream release.
  * Use libreadline4 and libncurses5.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sun,  9 Apr 2000 15:02:31 +0300

hugs98 (98.199911-1) unstable; urgency=low

  * New upstream release
  * debian/control: Standards-Version 3.1.1
      + debian/control: Add a Build-Depends line.
      + debian/rules: Remove the build-depends check.
      + debian/check-sourcedeps: Removed.
  * debian/control [Description]: Edited slightly.
  * debian/copyright: Updated source download information.
  * src/Makefile.in: make veryclean not remove configure

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Wed, 17 Nov 1999 22:34:47 +0200

hugs98 (98.199909.0.19991020-1) unstable; urgency=low

  * New upstream minor bugfix release.  Upstream changed the tarball without
    changing  the version.  Just great.  
  * debian/rules: No need to make src/unix/configure executable anymore.
  * debian/control: Standards-Version 3.0.1, required changes already made
    earlier.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Wed, 20 Oct 1999 15:15:36 +0300

hugs98 (98.199909-2) unstable; urgency=low

  * debian/rules: Make src/unix/configure executable before calling it.
    Closes: #47523.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sat, 16 Oct 1999 12:40:32 +0300

hugs98 (98.199909-1) unstable; urgency=low

  * New upstream release (Hugs 98 / September 1999).
      + Fixes a segfault reported by Havoc Pennington.  Closes: #45546.
      + New license (BSD-like without advertising clause).
  * debian/rules (debian/build.stamp): Build with GNU readline support,
    since the new license allows this.  Closes: #46155.
  * debian/README.Debian: Remove the note about no readline support,
    instead just state that we have it.
  * debian/copyright: Update the copyright license information.
  * debian/check-sourcedeps: New file.
  * debian/rules: Check build-time dependencies (libreadlineg2-dev).
  * src/hugs.c: To comply with Debian policy, check VISUAL in addition
    to EDITOR.
  * debian/rules: Move docs to /usr/share/doc.
  * debian/{prerm,postinst}: Implement the /usr/doc transition.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Thu, 14 Oct 1999 17:55:53 +0300

hugs98 (98.199905-4) unstable; urgency=low (medium for >= 98.199905-2)

  * debian/postinst: /usr/local subdirs should be group "staff".
  * debian/postinst: Don't create the /usr/local dirs if upgrading
    from >> 98.199905-3.
  * debian/prerm: Don't remove the /usr/local dirs on upgrade
  * debian/rules: Link from undocumented to runhugs.1.gz, not runhugs.1

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sun, 29 Aug 1999 13:50:18 +0300

hugs98 (98.199905-3) unstable; urgency=low

  * debian/rules: WRT bug#43666, install an undocumented(7) symlink
    for runhugs(1).

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sat, 28 Aug 1999 23:57:19 +0300

hugs98 (98.199905-2) unstable; urgency=low

  * src/unix/acconfig.h: Define DEBIAN.
  * Ran src/unix/mkconfig so that the earlier EDITOR change
    can take effect.
  * debian/rules: Updated to match my latest preferences
       + factorize the install command into a variable
       + don't use install_zipped
       + use stamp files
       + use target-specific vars and lazy vars to create the
         directory name variables
       + don't test for rootness
       + separate clean target into clean-{build,binary}
       + remove the package root dir at the start of the binary targets
  * debian/rules: Install GreenCard.h into /usr/include/hugs
  * debian/README.Debian: Document the location of GreenCard.h.
  * debian/README.Debian: Added an extension module policy.
  * src/unix/configure: Add a new search path which conforms with the extension
    module policy, conditional to building on a Debian system.
  * Ran src/unix/mkconfig.
  * debian/postinst: Added commands to install /usr/local dirs as required.
  * debian/prerm: Removed the alternatives code as useless.
  * debian/preinst: Guarded the alternative removing code so that upgrading from
    98.199905-1 or later does not cause alternatives being removed.
  * debian/prerm: Remove the /usr/local dirs as required.
  * debian/rules: Install debian/prerm.
  * docs/hugs.1: Updated to Hugs 98 (changes will be sent to upstream).
  * debian/rules: Install the manual page.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sat, 28 Aug 1999 20:27:34 +0300

hugs98 (98.199905-1) unstable; urgency=low

  * New upstream release: Official Hugs98!
  * This release supersedes Hugs 1.4:
      + Rename the binary package to hugs.
      + Conflict/Replace/Provide hugs98.
      + Remove alternatives support.
      + Now install a symlink (run)?hugs98 -> \1hugs to keep the impact
        on user setups as minimal as possible.
  * Use -isp with gencontrol.
  * Suggest hugs-doc.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Thu, 10 Jun 1999 14:35:25 +0300

hugs98 (990319-2) unstable; urgency=low

  * Suggest haskell-doc, now that it is available.
  * Rewrote the description.
  * Gave credit to gorgo for what he did with hugs before me.
  * Use /usr/bin/editor as a default if building on a Debian system.
  * Add a guard to prerm not to remove the alternatives provided
    when upgrading.
  * Added the same kind of ease to build a readline version as there is in
    gorgo's original hugs package.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sat, 15 May 1999 15:31:50 +0300

hugs98 (990319-1) unstable; urgency=low

  * New upstream release.
  * Conflict with non-alternatives-aware hugs 1.4.
  * Use alternatives for hugs and runhugs.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Wed, 28 Apr 1999 15:29:58 +0300

hugs98 (990222-1) unstable; urgency=low

  * Initial release.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Tue, 27 Apr 1999 23:15:43 +0300