File: changelog

package info (click to toggle)
gap-guava 3.14%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,800 kB
  • sloc: ansic: 20,873; xml: 10,543; makefile: 268; sh: 71
file content (141 lines) | stat: -rw-r--r-- 5,006 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
gap-guava (3.14+ds-1) unstable; urgency=medium

  * New upstream minor release.
  * Debianization:
    - debian/copyright:
      - copyright fields, update;
      - Format field, secure;
      - Files-Excluded field, refresh;
      - X-Source{,-Downloaded-From} fields, introduce;
      - X-Upstream-Bugs field, introduce;
    - debian/control:
      - Standards Version, bump to 4.2.1 (no change);
      - Depends fields, gap, bump to 4r9p3;
      - debhelper, bump to 11;
      - Homepage field, secure;
      - Vcs-* fields, migration to salsa;
    - debian/watch:
      - version, bump to 4;
      - URL, migration to GitHub;
    - debian/clean, refresh;
    - debian/rules:
      - pkg-info.mk include, add;
      - get-orig-source target, remove;
    - debian/patches/*:
      - d/p/upstream-*.patch, no more needed;
      - d/p/debianization.patch, refresh;
    - debian/makedoc.g, revisit;
    - debian/source/*:
      - d/s/lintian-overrides, update;
      - d/s/options, remove;
    - debian/tests/*:
      - d/t/control, harden;
      - d/t/makecheck.tst, refresh;
    - debian/compat, bump to 11.

 -- Jerome Benoit <calculus@rezozer.net>  Mon, 05 Nov 2018 14:12:40 +0000

gap-guava (3.13+ds-2) unstable; urgency=medium

  * FTBFS fix release (Closes: #849661), discard inert but now causing failure
    (and certainly forgotten) command in the target `all' in src/Makefile.
  * Debianization:
    - debian/control:
      - Standards Version, bump to 3.9.8;
    - debian/patches/*:
      - d/p/upstream-fix-src-make_machinery-disambiguation-bug_849661.patch,
        introduce;
      - Origin fields, correct;
    - debian/tests/*:
      - d/t/makecheck.tst, typo.

 -- Jerome Benoit <calculus@rezozer.net>  Sat, 31 Dec 2016 01:50:14 +0000

gap-guava (3.13+ds-1) unstable; urgency=medium

  * New upstream release:
    - the Debian patches have been integrated, thanks to the upstream
      maintainer Joe Fields <fieldsj1@southernct.edu>.
  * Debianization:
    - debian/control:
      - Depends field, bump to GAP 4r8;
      - Standards Version, bump to 3.9.7;
      - Vcs-* fields, secure;
    - debian/copyright:
      - repack by using the Files-Excluded machinery instead of the ad-hoc
        script debian/repack;
      - refresh;
    - debian/repack, discard (see above);
    - debian/watch:
      - revisit (see above);
    - debian/rules:
      - dpkg-buildflags, add hardening=+all;
    - debian/tests/control, initiate (CI);
    - debian/gap-guava.install, update;
    - debian/patches/upstream-doc-bibdata-sanitization.patch, introduce.

 -- Jerome Benoit <calculus@rezozer.net>  Thu, 21 Apr 2016 13:52:12 +0000

gap-guava (3.12+ds1-3) unstable; urgency=medium

  * Debianization:
    - debian/copyright, refresh;
    - debian/control, correct Vcs-Browser field;
    - debian/rules, refresh;
    - debian/clean, harden;
    - debian/patches/upstream-doc-reproducible.patch, introduce;
    - debian/patches/upstream-configure_machinery-refreshment.patch, harden;
    - debian/patches/upstream-fix-warnings.patch, refine.

 -- Jerome Benoit <calculus@rezozer.net>  Mon, 28 Dec 2015 21:01:20 +0000

gap-guava (3.12+ds1-2) unstable; urgency=medium

  * Debianization:
    - debian/control, Standards Version 3.9.6 bump (no change);
    - debian/{rules,patches/debianization.patch},
      multiarch support correction.

 -- Jerome Benoit <calculus@rezozer.net>  Wed, 24 Sep 2014 02:17:15 +0000

gap-guava (3.12+ds1-1) unstable; urgency=medium

  * New upstream version (Closes: #493694).
  * New maintainer (Closes: #760345).
  * Debianization:
    - debian/copyright in DEP-5 format, bump;
    - debian/control:
      - debhelper build-dep to >= 9, bump;
      - Standards Version 3.9.5, bump;
      - Vcs-* headers, refresh.
    - debian/source, format 3.0 (quilt), bump;
    - debian/watch file;
    - debian/repack, repack script to clean up and gain size;
    - debian/rules:
      - full and minal dh integration;
      - get-orig-source uscan based target which downloads the currently
        packaged upstream tarball and repacks it;
      - default target which basically queries package status with uscan
        -- output in DEHS format;
    - gpg-signature check support, neutralize;
    - rename source package gap-guava for consistency;
    - split into architecture independent and dependent packages:
      - gap-guava contains architecture independent material,
        this is the historical package;
      - gap-guava-bin architecture dependent material, not (yet)
        an multi-arch package as gap is not (yet) multi-arch;
  * Minor, cosmetic fixes submitted to the upstream maintainers.

 -- Jerome Benoit <calculus@rezozer.net>  Sat, 13 Sep 2014 09:54:34 +0000

guava (3.6-2) unstable; urgency=low

  * Fix bug in HadamardMat on power of 2 inputs.

 -- Tim Abbott <tabbott@mit.edu>  Fri, 25 Jul 2008 19:55:27 -0400

guava (3.6-1) unstable; urgency=low

  * Initial release (Closes: #480099).

 -- Tim Abbott <tabbott@mit.edu>  Fri, 20 Jun 2008 21:21:29 -0400