File: changelog

package info (click to toggle)
gap 4r10p0-7
  • links: PTS
  • area: main
  • in suites: buster
  • size: 47,392 kB
  • sloc: ansic: 118,475; xml: 54,089; sh: 4,112; perl: 1,654; makefile: 274
file content (637 lines) | stat: -rw-r--r-- 22,675 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
gap (4r10p0-7) unstable; urgency=medium

  * New patch:
    - sage-1-pr-3102: from upstream for sage support. Closes: #919679
  * debian/control, debian/rules
    - add Build-Depends-Indep on gap-table-of-marks

 -- Bill Allombert <ballombe@debian.org>  Mon, 21 Jan 2019 12:19:06 +0100

gap (4r10p0-6) unstable; urgency=medium

  * New patch:
    - fix-libtool: Make libtool reproducible
  * debian/rules, debian/control: do not run libtoolize
  * debian/rules clean: remove file generated by configure

 -- Bill Allombert <ballombe@debian.org>  Mon, 07 Jan 2019 23:28:35 +0100

gap (4r10p0-5) unstable; urgency=medium

  * debian/rules: fix reproducibility issues:
    - run libtoolize and set paths in configure

 -- Bill Allombert <ballombe@debian.org>  Sat, 29 Dec 2018 11:58:29 +0100

gap (4r10p0-4) unstable; urgency=medium

  * debian/gap2deb, debian/control:
    - Bump Standards-Version to 4.3.0
  * debian/control:
    - gap: Update Recommends and Suggests list to reflect available
      GAP packages.
  * debian/rules: restore backward compatibility.
    - add back /usr/lib/gap/bin/$(GAPArch) symlink.
    - add back /usr/include/gap/src symlink.

 -- Bill Allombert <ballombe@debian.org>  Wed, 26 Dec 2018 20:16:59 +0100

gap (4r10p0-3) unstable; urgency=medium

  * New patches
    - fix-make_doc: from upstream: added
    - sage-2-kernel-add-helper: from upstream: for sage support
    - sage-3-Prototype-for-GAP: for sage support. Closes: #916640
  * debian/watch: use dversionmangle. Closes: #915061
  * debian/gap2deb: install manual.lab
  * gap-dev: remove circular symlink
     /usr/lib/gap/src -> /usr/include/gap
  * debian/rules: add support for DEB_BUILD_OPTIONS terse

 -- Bill Allombert <ballombe@debian.org>  Thu, 20 Dec 2018 00:22:26 +0100

gap (4r10p0-2) experimental; urgency=medium

  * New patch fix-test-bigendian: fix test on bigendian systems.
  * debian/gap2deb: update
  * gap-dev: add compatibility symlinks
     /usr/lib/gap/gac -> /usr/bin/gac,
     /usr/include/gap/src -> /usr/include/gap

 -- Bill Allombert <ballombe@debian.org>  Mon, 03 Dec 2018 20:53:59 +0100

gap (4r10p0-1) experimental; urgency=medium

  * New upstream release
    - patch fix-compressed-six-files: removed: fixed upstream
    - patches fix-Makefile, gac: updated
  * debian/control:
    - Add Build-Depends on zlib1g-dev
  * debian/rules:
    - Install experimental libgap.so . Closes: #912862
    - The arch-specific gap root is now /usr/lib/<triplet>/gap.
    - Binaries are now in /usr/lib/<triplet>/gap/obj (without bin).

 -- Bill Allombert <ballombe@debian.org>  Mon, 12 Nov 2018 22:05:23 +0100

gap (4r9p3-4) unstable; urgency=medium

  * debian/rules:
    - set LC_CTYPE=C.UTF-8 for tests 
    - support DEB_BUILD_OPTIONS terse.
    - remove duplication in build process.
  * debian/watch, debian/tarball:
    - fix regexp to allow multidigit version field
  * debian/gap2deb: Improve generated debian/rules
  * debian/control: Add Breaks on incompatible version of gap pkgs.

 -- Bill Allombert <ballombe@debian.org>  Wed, 28 Nov 2018 22:02:21 +0100

gap (4r9p3-3) unstable; urgency=medium

  * debian/control: fix B-D for test.

 -- Bill Allombert <ballombe@debian.org>  Fri, 09 Nov 2018 23:27:28 +0100

gap (4r9p3-2) unstable; urgency=low

  * patch: fix-makefile: remove -A flag from gap call
  * debian/control: add B-D for tests:
    - add Build-Depends on locales
    - add Build-Depends-Indep on gap-autpgrp, gap-transgrp, gap-primgrp
  * debian/rules:
    - run tests as 'make testinstall'
    - use filter instead of findstring
  * debian/gap2deb:
    - fix detection of README
    - add detection of CHANGES
    - better dh_install rules

 -- Bill Allombert <ballombe@debian.org>  Sat, 03 Nov 2018 16:39:47 +0100

gap (4r9p3-1) experimental; urgency=medium

  * New upstream release. Closes: #909297.
  * patches:
    - fix-sparc64, fix-MY_CLOCK: fixed upstream
    - upstream-env-tmpdir: applied upstream
    - gac: updated
    - fix-makefile: added
    - configure-gapdir, fix-basecc, fix-gaparch: fixed upstream
    - fix-testinstall.g: removed
    - gap-version-repro: fixed upstream
    - no-needed-pkg: added for bootstraping: mark Needed packages as
                     Autoloaded instead
  * debian/tarball: simplified, now use mk-origtargz
  * debian/control:
    - Bump Standards-Version to 4.2.1
    - Replace Recommends gap-trans-groups by gap-transgrp.
    - Replace Recommends gap-small-groups by gap-smallgrp.
    - Replace Recommends gap-prim-groups by gap-primgrp.
  * debian/watch: update
  * debian/gap2deb:
    - fix watch file
    - Bump Standards-Version to 4.2.1
    - add support for README and SOURCE_DATE_EPOCH
  * debian/rules: update for new build system
  * debian/doc/gac.1, debian/doc/gap.1: updated

 -- Bill Allombert <ballombe@debian.org>  Fri, 19 Oct 2018 12:31:34 +0200

gap (4r8p8-3) unstable; urgency=medium

  * debian/rules:
    - do not ship obsolete bin/sysinfo.gap file
  * debian/rules, debian/gap2deb:
    - support DEB_BUILD_OPTIONS nocheck. Thanks Helmut Grohne.
      Closes: #890260.
  * debian/control:
    - Mark gap-libs Multi-Arch: foreign

 -- Bill Allombert <ballombe@debian.org>  Mon, 19 Feb 2018 21:02:33 +0100

gap (4r8p8-2) unstable; urgency=medium

  * debian/control, debian/gap2deb:
    - Bump Standards-Version to 4.1.3
  * debian/control:
    - mark gap-doc Multi-Arch: foreign
  * debian/watch, debian/gap2deb:
    - switch from ftp to https URL.
  * debian/rules:
    - set FORCE_SOURCE_DATE = 1

 -- Bill Allombert <ballombe@debian.org>  Sat, 10 Feb 2018 21:59:03 +0100

gap (4r8p8-1) unstable; urgency=medium

  * New upstream release
    - Note that gap-gdat 4r8p8 is identical to gap-gdat 4r8p5.
  * debian/control:
    - gap-doc: Recommends gap-gapdoc. Closes: #872250.

 -- Bill Allombert <ballombe@debian.org>  Sat, 16 Sep 2017 23:14:57 +0200

gap (4r8p7-1) unstable; urgency=medium

  * New upstream release
    - Note that gap-gdat 4r8p7 is identical to gap-gdat 4r8p5.
    - patch upstream-fix-buffering: removed: applied upstream
    - fix-sparc64: added: configure support for sparc64
  * debian/control, debian/compat, debian/gap2deb
    - Bump Standards-Version to 4.0.0
    - Move to debhelper v9

 -- Bill Allombert <ballombe@debian.org>  Thu, 20 Jul 2017 12:45:51 +0200

gap (4r8p6-2) unstable; urgency=medium

  * New patch:
    - upstream-fix-buffering: from Christopher Jefferson.  Closes: #844789
      Fix a buffering issue after loading a workspace.
  * Add dbgsym packages

 -- Bill Allombert <ballombe@debian.org>  Sun, 18 Dec 2016 10:03:11 +0100

gap (4r8p6-1) unstable; urgency=medium

  * New upstream release
    + Note that gap-gdat 4r8p6 is identical to gap-gdat 4r8p5.
    + fix-gzip-stringfile: removed: applied upstream

 -- Bill Allombert <ballombe@debian.org>  Thu, 17 Nov 2016 15:45:52 +0100

gap (4r8p5-1) unstable; urgency=medium

  * New upstream release. New patch:
    + fix-gzip-stringfile: from upstream: fix gzip support in StringFile.

 -- Bill Allombert <ballombe@debian.org>  Wed, 05 Oct 2016 00:38:04 +0200

gap (4r8p4-1) unstable; urgency=low

  * New upstream release
    + Note that gap-gdat 4r8p4 is identical to gap-gdat 4r8p3.
  * patches:
    - fix-pperm: removed: applied upstream
    - fix-MY_CLOCK: partially merged upstream
    - gac-object: removed: applied upstream
    - remove-infopackage-warning: disable warning for missing packages by
      default.
  * debian/control:
    - gap: Adjust Recommends/Suggests list to include the new packages
      available and to match PackagesToLoad.
  * doc: Fix cross-references to other GAP packages.
    + debian/control:
      - Build-Depends-Indep on gap-character-tables, gap-atlasrep
    + debian/rules:
      - Add links to ctbllib and atlasrep in pkg.

 -- Bill Allombert <ballombe@debian.org>  Wed, 22 Jun 2016 20:53:32 +0200

gap (4r8p3-3) unstable; urgency=low

  * patches:
    - convert.pl-repro: apply fix for SOURCE_DATE_EPOCH from Jerome Benoit.
      Closes: #821302.
    - fix-MY_CLOCK: disable assert related to siginfo on non-linux systems.
  * debian/rules: 
    - fix test-suite failure detection
    - Add support for DEB_BUILD_OPTIONS=notest
    - Install CHANGES as upstream changelog.
  * debian/doc/gap-policy.sgml:
    - Clarify that GAP_CONVERT_DATE is not interpolated.  Closes: #821304.
  * debian/gap2deb: 
    - Install gap2deb in /usr/bin
    - Add manpage.
    - Bump Standards-Version to 3.9.7.
    - Use debian.gap2deb when debian already exists.
  * debian/doc/gap2man, debian/control:
    - Fix generation of manpage and improve output. Closes: #823125
    - move help2man to Build-Depends

 -- Bill Allombert <ballombe@debian.org>  Tue, 03 May 2016 21:36:35 +0200

gap (4r8p3-2) unstable; urgency=low

  * New patches to fix test suite errors:
    - fix-test-dir: disable tests that rely on $HOME which is not available
      in buildd.
    - fix-pperm: fix QuoPPerm22 on bigendian systems.
    - fix-MY_CLOCK: disable use of CLOCK_THREAD_CPUTIME_ID on non-linux
      systems.

 -- Bill Allombert <ballombe@debian.org>  Fri, 15 Apr 2016 21:36:10 +0200

gap (4r8p3-1) unstable; urgency=low

  * New upstream release. Closes: #819467
  * patches:
    - fix-testinstall.g: fix tests not to require gap-gdat
    - fix-convert.pl: updated
    - gac-object: added: add missing profile.o
    - convert.pl-repro: added. Allow reproducible build by setting
      GAP_CONVERT_DATE or SOURCE_DATE_EPOCH. We recommend to set
      GAP_CONVERT_DATE to the date in the upstream manual to reduce
      differences.  Closes: #819730, #820745. Thanks Jerome Benoit.
    - gap-version-repro: added. Make gap_version.h reproductible.
  * sysinfo.gap: 
    - Set GAParch to $DEB_HOST_MULTIARCH-gcc.
    - Add symlink sysinfo.gap-debian -> sysinfo.gap. Closes: #736398
  * debian/control:
    - Bump Standards-Version to 3.9.7.
  * debian/doc/gap2deb:
    - watch: add opts=pasv
  * debian/doc/gap.1:
    - update manpage
  * debian/doc/gap-policy.sgml:
    - Document GAP_CONVERT_DATE and convert.pl.
  * debian/rules: 
    - Set DEB_HOST_MULTIARCH with dpkg-architecture.
    - Set SOURCE_DATE_EPOCH.
    - Make sure manualindex is executable
    - add /usr/include/gap/config.h indirection.
      Closes: #819985. Thanks Julien Cristau

 -- Bill Allombert <ballombe@debian.org>  Tue, 12 Apr 2016 13:32:23 +0200

gap (4r7p9-1) unstable; urgency=low

  * New upstream release
    + Note that gap-gdat 4r7p9 is identical to gap-gdat 4r7p8.
  * debian/doc/Makefile: use gzip --no-name

 -- Bill Allombert <ballombe@debian.org>  Mon, 07 Dec 2015 19:43:27 +0100

gap (4r7p8-1) unstable; urgency=low

  * New upstream release
  * new patch:
    - fix-testinstall.g: disable tests that require gap-gdat to be available
  * debian/rules: run the test "tst/testinstall.g"
  * debian/watch: add opts=pasv

 -- Bill Allombert <ballombe@debian.org>  Wed, 17 Jun 2015 18:41:38 +0200

gap (4r7p7-3) unstable; urgency=low

  * patches:
    - fix-convert.pl: update for gapdoc -> GAPDoc change
    - doc-makefile: use gzip --no-name
  * debian/doc/gap2deb:
    - adds support for multiple documents and tests.

 -- Bill Allombert <ballombe@debian.org>  Sun, 03 May 2015 13:52:00 +0200

gap (4r7p7-2) unstable; urgency=low

  * Upload to unstable.
  * debian/rules, debian/doc/gap2deb:
    - Build with gap-gapdoc 1.5.1-2.
  * debian/control:
    - Bump Standards-Version to 3.9.6.

 -- Bill Allombert <ballombe@debian.org>  Thu, 30 Apr 2015 22:22:32 +0200

gap (4r7p7-1) experimental; urgency=low

  * New upstream release. Closes: #778986
    + Note that gap-gdat 4r7p7 is identical to gap-gdat 4r7p3.

 -- Bill Allombert <ballombe@debian.org>  Sat, 28 Feb 2015 18:07:55 +0100

gap (4r7p5-2) unstable; urgency=low

  * gap-core.triggers: use interest-noawait. Thanks Guillem Jover.
    Closes: #772869

 -- Bill Allombert <ballombe@debian.org>  Sun, 14 Dec 2014 20:35:04 +0100

gap (4r7p5-1) unstable; urgency=low

  * New upstream release
   + Note that gap-gdat 4r7p5 is identical to gap-gdat 4r7p3.
   + Patches applied upstream:
    - gac-itanium: removed
    - gap-fix-alignment: removed
  * New patches added:
   - fix-basecc: force GAP to use gcc as the compiler name
  * debian/control, debian/doc/gap2deb:
    - Use improved Description from upstream. Closes: #637357 
  * debian/rules
    - Add -Wl,-z,relro to LDFLAGS

 -- Bill Allombert <ballombe@debian.org>  Thu, 03 Jul 2014 19:04:26 +0200

gap (4r7p4-1) unstable; urgency=low

  * New upstream release.
   + Note that gap-gdat 4r7p4 is identical to gap-gdat 4r7p3.
   + Patches applied upstream:
    - manualindex-sh: removed
    - update-convert.pl: removed
    - configure-fpic: removed
  * New patches added:
   - gap-fix-alignment: upstream patch to fix alignment issues on sparc.
   - fix-compressed-six-files: read compressed six files correctly.
   - upstream-env-tmpdir from Jerome Benoit: Honour TMPDIR. Closes: #733672

 -- Bill Allombert <ballombe@debian.org>  Fri, 28 Feb 2014 18:26:16 +0100

gap (4r7p2-1) unstable; urgency=low

  * New upstream release:
   + Patches applied upstream:
     - mips-macfloat: removed
     - hurd-task_self: removed
     - configure-abi: removed
     - configure-fpic: updated
     - configure-ncurses: removed
     - gac-object: removed
     - gac-o: removed
  * New patches added:
    - gac-itanium: Fix gac on ia64
    - manualindex-sh: add /bin/sh to doc/manualindex-sh
    - program-path: add bin to pkg installation path.
    - update-convert.pl: upstream patch to update convert.pl for current doc.
  * debian/doc:
    + gap2deb: script to generate debian directory from PackageInfo.g scripts
  * debian/control:
    - Bump Standards-Version to 3.9.5.
    - gap-dev: Add Depends on libgmp-dev. Closes: #734448. 
      Thanks Jérome Benoit.

 -- Bill Allombert <ballombe@debian.org>  Thu, 20 Feb 2014 14:23:11 +0100

gap (4r6p5-3) unstable; urgency=low

  * new patch:
     - mips-macfloat: added: workaround for an alignement issue on mips(el).
  * debian/rules:
   - build gap-dev object files with -fPIC to be compatible with use in shared
     libraries.

 -- Bill Allombert <ballombe@debian.org>  Thu, 19 Sep 2013 15:00:06 +0200

gap (4r6p5-2) unstable; urgency=low

  * debian/copyright: Bump version
  * patches:
     - configure: renamed to configure-gapdir
     - configure-abi: do not pass -m to gcc (fix FTBFS on ia64, mips and arm).
     - hurd-task_self: use mach_task_self instead of task_self on GNU/hurd.

 -- Bill Allombert <ballombe@debian.org>  Wed, 11 Sep 2013 22:32:50 +0200

gap (4r6p5-1) unstable; urgency=low

  * New upstream release. Closes: #677668.
    + Fix crashes while displaying large character tables. Closes: #605269.
    + debian/tarball, debian/README.source: update for new upstream tarball
    + debian/watch: added, for new upstream tarball
    + debian/rules: 
      - no need to add -fno-strict-aliasing to CFLAGS
  * Move to new source format 3.0 (quilt). Patches applied:
     - config-sub-guess: use autotools-dev config.* version
     - configure: fix path in configure
     - doc-makefile: add Makefile for clean/install
     - gac-object: fix OBJECTS variable in gac script
     - gac: update path in gac script
     - configure-fpic: use -fPIC instead of -fpic
     - configure-ncurses: do not require ncurses to link readline
  * debian/control:
    - Build-Depends on libgmp-dev and gap-gapdoc
    - gap-libs now depends on gap-gapdoc
    - Bump Standards-Version to 3.9.4.
  * debian/gap-core.triggers, debian/gap-core.postinst:
    - Fix to handle compressed workspaces
  * Move to debhelper 5
  * debian/rules:
    - use dh_prep instead of dh_clean -k

 -- Bill Allombert <ballombe@debian.org>  Sun, 08 Sep 2013 11:44:42 +0200

gap (4r4p12-2) unstable; urgency=low

  * debian/rules: 
    - add -fno-strict-aliasing to CFLAGS to avoid issues with newer gcc.
  * src/sysfiles.c: 
    - Prefer termios.h over sgtty.h. This fix a build failure on kfreebsd.

 -- Bill Allombert <ballombe@debian.org>  Thu, 25 Nov 2010 11:07:30 +0100

gap (4r4p12-1) unstable; urgency=low

  * New upstream release. Closes: #510823.
    - Better support for ia64 architecture.
  * debian/rules:
    - No more build with -O0 on ia64.
  * Move doc-base menu entries to Science/Mathematics. Closes: #458543.
    Thanks Marco Rodrigues.
  * debian/README.Debian: remove paragraph about upgrade from Sarge.
  * debian/gap-core.links:
    - Add symlink /usr/share/gap/sysinfo.gap -> /usr/lib/gap/sysinfo.gap
  * debian/control:
    - Bump Standards-Version to 3.8.0.
    - Move Homepage field from description to the source section.
  * debian/tarball:
    - Extract gap and tomlib versions from files in the tarballs.
  * debian/README.source: (added)
    - Document how to generate the Debian tarballs from the upstream ones.
  * debian/gap-core.triggers, debian/gap-core.postinst
    - Set up a trigger to rebuild the system GAP workspace if it exists,
      when Debian GAP packages are updated.
  * debian/doc/update-gap-workspace.1, debian/doc/gap-policy.sgml
    - Document that the system GAP workspace is automatically updated.

 -- Bill Allombert <ballombe@debian.org>  Thu, 19 Feb 2009 10:35:52 +0100

gap (4r4p10-2) unstable; urgency=low

  * Change make_doc to use #!/bin/bash to allow building with 
    /bin/sh->/bin/dash. Closes: #459064.
  * debian/copyright:
    - convert to UTF-8
  * debian/control:
    - bump Standards-Version to 3.7.3.

 -- Bill Allombert <ballombe@debian.org>  Mon, 21 Jan 2008 11:29:01 +0100

gap (4r4p10-1) unstable; urgency=low

  * New upstream release
  * Change debian/tarball script to include tools tarball in source.
  * Update menu entry section to Applications/Science/Mathematics.
  * debian/control:
    - Build-Depends on texlive-base instead of tetex-*.
    - Use ${binary:Version} instead ${Source-Version}

 -- Bill Allombert <ballombe@debian.org>  Thu, 22 Nov 2007 18:37:55 +0100

gap (4r4p9-1) unstable; urgency=low

  * New upstream release

 -- Bill Allombert <ballombe@debian.org>  Sun, 12 Nov 2006 15:49:23 +0100

gap (4r4p8-1) unstable; urgency=low

  * New upstream release
  * Bump Standard-Versions to 3.7.2
  * debian/control: 
     - Use ${source:Version} instead ${Source-Version} to allow binNMU.
     - Build-Depends on dpkg-dev (>= 1.13.19)
  * Fix whatis entries of gap(1) and update-gap-workspace(1).
  * Do not hard-code path to mrabbrev, see #359684. Thanks Frank Küster

 -- Bill Allombert <ballombe@debian.org>  Wed, 11 Oct 2006 21:39:57 +0200

gap (4r4p7-1) unstable; urgency=low

  * New upstream release
  * debian/rules: Change -X\\.pdf to -X.pdf since dh_install was fixed.
  * regenerate GAP manpage.

 -- Bill Allombert <ballombe@debian.org>  Sat, 25 Mar 2006 13:01:43 +0100

gap (4r4p6-1) unstable; urgency=low

  * New upstream release
  * sysinfo.gap: moved to gap-core
  * debian/control: gap-core replaces gap-dev sysinfo.gap file.
  * debian/README.Debian: document that some GAP packages require 
    gap-dev to build.

 -- Bill Allombert <ballombe@debian.org>  Tue, 18 Oct 2005 08:41:30 +0200

gap (4r4p5-1) unstable; urgency=low

  * New upstream release
    - This release includes lib/colorprompt.g by Frank Luebeck.
  * Update README.Debian to reflect the new instructions to set up 
    colors in gap.
  * cnf/gac.in: Remove spurious final rmdir (sigh).
  * Tighten dependencies to avoid differents parts of GAP getting 
    out of sync with each others.
  * Bump Standard-Versions to 3.6.2
  * Add icon to menu entry.

 -- Bill Allombert <ballombe@debian.org>  Fri,  1 Jul 2005 16:50:34 +0200

gap (4r4p4-1) unstable; urgency=low

  * New upstream release
  * Remove obsolete watch file.
  * Fix sections of doc-base files.
  * GAP packaging policy: Recommends to compress large datasets. 
  * README.Debian: Add sections "Browsing GAP Documentation", "Large GAP
    libraries are compressed" and "Supporting GAP".
  * Fix update-gap-workspace scripts (use gap -R).

 -- Bill Allombert <ballombe@debian.org>  Wed, 12 Jan 2005 12:09:35 +0100

gap (4r4p3-2) unstable; urgency=medium

  * gap-libs:
    + Add an empty /usr/share/gap/pkg directory. GAP would fail to 
      start without one (if no gap-pkg-* are installed).
    + Add lib/colorprompt.g by Frank Luebeck.

 -- Bill Allombert <ballombe@debian.org>  Sat, 31 Jul 2004 09:48:45 +0200

gap (4r4p3-1) unstable; urgency=low

  * New upstream release
  * Add script update-gap-workspace to build a GAP workspace to start
    GAP faster. Please read the manpage!
  * Add debian/tarball script to split upstream tarballs.
  * gac script patch was merged upstream. Thanks the GAP team.
  * debian/control:
    + Use Homepage instead of Web page in long description.
    + Bump Standard-Version to 3.6.1.0.
    + gap now Suggests: gap-table-of-marks.
  * Document update-gap-workspace in README.Debian
  * Change gap script to automatically load GAP workspace if available.
  * gap-core.menu: quote fields properly.
  * Add the gap packaging policy document to gap-doc.
  * Run a minimal test suite at build time.
  * debian/rules: call make compile, not make to avoid strip.

 -- Bill Allombert <ballombe@debian.org>  Tue, 18 May 2004 17:50:15 +0200

gap (4r3n5-1) unstable; urgency=low

  * New upstream bugfix
  * gap-doc, gap-dev: Fix section.
  * Fix gap-characters-tables --> gap-character-tables typo in Suggests:

 -- Bill Allombert <ballombe@debian.org>  Tue, 24 Jun 2003 16:05:27 +0200

gap (4r3n4-2) unstable; urgency=low

  * gap-doc: Install properly for use with SetHelpViewer and ctbllib.
  * gap-libs: Add pkg/ALLPKG for autoloading of gap packages.
  * control: Add Web page to description, remove false readline reference.
  * Simplify/fix gap script. Thanks Werner Nickel!
  * Bump Standard-Version to 3.5.10.0.
  * control: Replaces gap, not gap4.
  * control: gap Suggests gap-character-tables.
  * gap.1: Add reference to documentation of options.
  * gap-libs: Add support for compressed DVI files.
  * gap-core: Fix problems when writing files.

 -- Bill Allombert <ballombe@debian.org>  Mon, 19 May 2003 00:03:12 +0200

gap (4r3n4-1) unstable; urgency=low

  * Initial Release of GAP first GPL version, 4r3, Bugfix 4.
  * Changelog for the old non DSFG-free versions are in changelog-3.4.Debian
    and changelog-4.2.Debian.
  * New maintainer. Closes: #103406
  * New upstream version: Closes: #155648, #155652.
  * Fix typo in description. Closes: #124660. Thanks Matt Zimmerman.
  * gap-dev contains /usr/lib/gap/src/config.h Closes: #119851
  * Include files are in /usr/include/gap Closes: #119850
  * Closes: #121846 which is obsolete due to package renaming.

 -- Bill Allombert <ballombe@debian.org>  Tue, 15 Apr 2003 22:13:35 +0200