File: changelog

package info (click to toggle)
mathic 1.0~git20220426-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 820 kB
  • sloc: cpp: 8,671; makefile: 79; sh: 33
file content (217 lines) | stat: -rw-r--r-- 7,857 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
mathic (1.0~git20220426-1) unstable; urgency=medium

  * New upstream release (git snapshot).
  * debian/gbp.conf
    - New file; set debian-branch to debian/latest; recommended by DEP-14.

 -- Doug Torrance <dtorrance@debian.org>  Thu, 05 May 2022 07:39:22 -0400

mathic (1.0~git20220218-1) unstable; urgency=medium

  * New upstream release (git snapshot).
  * debian/control
    - Update Maintainer to Debian Math Team.
    - Update my email address (now a Debian Developer).
    - Update Vcs-* URL's (science-team -> math-team).
  * debian/copyright
   - Use leading spaces instead of tabs.
   - Add email addresses for upstream copyright holders.
   - Update my copyright years and email address.
  * debian/upstream/metadata
    - Add "---" for document start.

 -- Doug Torrance <dtorrance@debian.org>  Wed, 23 Feb 2022 22:07:43 -0500

mathic (1.0~git20211001-1) unstable; urgency=medium

  * New upstream release (git snapshot).

 -- Doug Torrance <dtorrance@piedmont.edu>  Fri, 01 Oct 2021 05:30:15 -0400

mathic (1.0~git20200709-1) unstable; urgency=medium

  * New upstream release (git snapshot).
  * debian/control
    - Bump Standards-Version to 4.6.0.

 -- Doug Torrance <dtorrance@piedmont.edu>  Wed, 18 Aug 2021 22:43:59 -0400

mathic (1.0~git20200526-1) unstable; urgency=medium

  * New upstream release (git snapshot).
  * debian/control
    - Bump to debhelper compatibility level 13.
    - Bump Standards-Version to 4.5.0.
    - Add Rules-Requires-Root field.
  * debian/patches
    - Remove directory; only patch has been applied upstream.
  * debian/not-installed
    - Tell dh_missing that we aren't installing .la file.
  * debian/rules
    - Remove override_dh_strip argument passing --dbgsym-migration
      argument; automatic debug symbol package is now in oldstable.
    - Remove override_dh_makeshlibs target; it was passing the -V
      option, which is now the default after debhelper 12.
  * debian/salsa-ci.yml
    - Add Salsa pipelines config file.
  * debian/tests/control
    - Allow stderr output in autopkgtests for GCC warnings on armhf.
      Patch from Ubuntu package by Graham Inggs <ginggs@ubuntu.com>.

 -- Doug Torrance <dtorrance@piedmont.edu>  Wed, 01 Jul 2020 08:00:53 -0400

mathic (1.0~git20181123-1) unstable; urgency=medium

  * New upstream release (git snapshot).
  * debian/compat
    - Drop file; no longer necessary since we build-depend on
      debhelper-compat.
  * debian/control
    - Switch Build-Depend on debhelper to debhelper-compat, specifying
      compatibility level 12.
    - Bump Standards-Version to 4.4.1.
  * debian/patches/cross.patch
    - New patch; use test -e instead of AC_CHECK_FILE to enable cross
      building.  Thanks to Helmut Grohne <helmut@subdivi.de> for the patch
      (Closes: #948146).

 -- Doug Torrance <dtorrance@piedmont.edu>  Mon, 13 Jan 2020 11:08:12 -0500

mathic (1.0~git20180311-2) unstable; urgency=medium

  * debian/tests/control
    - Add build-essential and libgtest-dev to Depends (Closes: #903720).

 -- Doug Torrance <dtorrance@piedmont.edu>  Fri, 13 Jul 2018 13:58:13 -0400

mathic (1.0~git20180311-1) unstable; urgency=medium

  * debian/compat
    - Bump debhelper compatibility level to 11.
  * debian/control
    - Bump versioned dependency on debhelper to >= 11.
    - Bump Standards-Version to 4.1.5.
    - Update Vcs-* links to Salsa.
  * debian/rules
    - Drop get-orig-source target: replaced by uscan.
  * debian/tests
    - Replace smoke test with upstream unit tests.
  * debian/upstream/metadata
    - New file; add DEP-12 upstream metadata.
  * debian/watch
    - Use uscan with git mode to obtain upstream tarball.

 -- Doug Torrance <dtorrance@piedmont.edu>  Mon, 09 Jul 2018 21:53:42 -0400

mathic (1.0~git20170606-1) unstable; urgency=medium

  * New upstream release (git snapshot).
  * debian/control
    - Bump Standards-Version to 4.0.1.
    - Bump versioned dependency on debhelper to >= 10.
    - Remove Build-Depends on dh-autoreconf.
  * debian/compat
    - Bump debhelper compatibility level to 10.
  * debian/copyright
    - Use https in Format.
  * debian/libmathic0v5.symbols
    - Remove file for ease of maintainability (Closes: #853540).
  * debian/patches/fix_typo.patch
    - Remove patch; applied upstrem.
  * debian/rules
    - Remove call to dh_autoreconf; enabled by default with debhelper 10.
    - New override_dh_makeshlibs target.  Generates tightest possible
      dependency.

 -- Doug Torrance <dtorrance@piedmont.edu>  Sat, 12 Aug 2017 16:53:20 -0400

mathic (1.0~git20160320-4) unstable; urgency=medium

  * debian/control
    - Bump Standards-Version to 3.9.8.
  * debian/libmathic0v5.symbols
    - Add optional tags to symbols missing when compiled with gcc-6
      (Closes: #831109).

 -- Doug Torrance <dtorrance@piedmont.edu>  Fri, 15 Jul 2016 12:36:02 -0400

mathic (1.0~git20160320-3) unstable; urgency=medium

  * debian/libmathic0v5.symbols
    - Mark additional symbols optional that are optimized away at -O3.
      Thanks to Steve Langasek <steve.langasek@ubuntu.com> (Closes: #830811).

 -- Doug Torrance <dtorrance@piedmont.edu>  Tue, 12 Jul 2016 00:32:16 -0400

mathic (1.0~git20160320-2) unstable; urgency=medium

  * debian/libmathic0v5.symbols
    - Add some arch-specific tags to fix FTBFS.
  * debian/patches/fix_typo.patch
    - Switch Forwarded to Applied-Upstream.

 -- Doug Torrance <dtorrance@piedmont.edu>  Fri, 25 Mar 2016 20:49:52 -0400

mathic (1.0~git20160320-1) unstable; urgency=medium

  * New upstream release.
    - Now maintained by Macaulay2 developers.
  * debian/control
    - Bump versioned dependency on debhelper to >= 9.20160114.  Needed for
      --dbgsym-migration option to dh_strip.
    - Bump Standards-Version to 3.9.7.
    - Update Homepage.
    - Use https protocol for Vcs-Browser.
    - Drop libmathic-dgb in favor of automatically generated
      libmathic0v5-dbgsym package.
  * debian/copyright
    - Update Source.
    - Change license to LGPL-2+. (This has actually always been the license;
      I must have misread it when initially preparing the package.)
  * debian/libmathic0v5.symbols
    - Restore symbols file.
  * debian/patches
    - Remove previous patches; patches applied upstream.
  * debian/patches/fix_typo.patch
    - New patch. Fixes spelling-error-in-binary Lintian warning.
  * debian/rules
    - Enable all hardening flags.
    - Update definition of GTEST_PATH for dh_auto_configure.
    - Add --enable-shared to dh_auto_configure.
    - Modify override_dh_strip target. Instead of building the libmathic-dbg
      package, we use the --dbgsym-migration option to ensure proper migration
      to the new automatically generated package.
    - Update get-orig-source target with new location.
  * debian/watch
    - Update with new upstream webpage. Note that this is merely a comment;
      upstream does not tag their releases and uscan is currently not
      functional.

 -- Doug Torrance <dtorrance@piedmont.edu>  Sun, 20 Mar 2016 16:54:38 -0400

mathic (1.0~git20130827-3) unstable; urgency=medium

  * debian/{control,libmathic0.install}
    - Rename libmathic0 to libmathic0v5 for libstdc++ transition
      (Closes: #797983).
  * debian/control
    - Add libmathic0 to Breaks/Replaces.

 -- Doug Torrance <dtorrance@piedmont.edu>  Sun, 06 Sep 2015 02:31:53 -0400

mathic (1.0~git20130827-2) unstable; urgency=medium

  * Update my email address.
  * debian/control
    - Remove dpkg-dev (>= 1.18.0) from Build-Depends; unnecessary as we have
      removed the symbols file.
  * debian/libmathic0.symbols
    - Remove file for ease of maintainability.

 -- Doug Torrance <dtorrance@piedmont.edu>  Sat, 29 Aug 2015 09:42:23 -0400

mathic (1.0~git20130827-1) unstable; urgency=low

  * Initial release (Closes: #780783).

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Wed, 01 Apr 2015 06:27:19 -0500