File: changelog

package info (click to toggle)
calc 2.12.7.2-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 7,644 kB
  • sloc: ansic: 53,991; makefile: 11,702; awk: 96; sed: 33; sh: 20
file content (331 lines) | stat: -rw-r--r-- 11,791 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
calc (2.12.7.2-4) unstable; urgency=low

   * Source-only upload to allow migration to testing
   * Upgrade to Standards-Version 4.4.0 (no changes required, switch to dh
     pending)

 -- Martin Buck <mbuck@debian.org>  Thu, 26 Sep 2019 23:53:14 +0200

calc (2.12.7.2-3) unstable; urgency=low

  * Rename package from apcalc* to calc* to match upstream after the
    previous calc Debian package has disappeared more than 10 years ago.
    Closes: #715549
  * Add (generic) icon name to FreeDesktop entry
  * Remove cruft required only for updates from very old releases (>15 years
    old) which we don't support anyway
  * Add machine-readable copyright file

 -- Martin Buck <mbuck@debian.org>  Thu, 24 Jan 2019 22:30:22 +0100

apcalc (2.12.7.2-2) unstable; urgency=low

  * Re-enable filepos patch, still required on mips to avoid FTBFS.
    Closes: #919397
  * Properly honor CPPFLAGS and LDFLAGS, also for intermediate binaries.
    Avoids dpkg-buildflags-missing build log checker warning.

 -- Martin Buck <mbuck@debian.org>  Mon, 14 Jan 2019 00:50:42 +0100

apcalc (2.12.7.2-1) unstable; urgency=medium

  * New upstream release
    - Don't hardcode location of standard C headers. Closes: #909965
  * Drop obsolete Debian-specific patch (filepos handling)
  * Add missing dependencies on sensible-utils
  * Switch to debhelper compatibility level 10
  * Upgrade to Standards-Version 4.3.0:
    - Replace Debian menu file with FreeDesktop entry

 -- Martin Buck <mbuck@debian.org>  Fri, 04 Jan 2019 00:35:02 +0100

apcalc (2.12.5.0-1) unstable; urgency=medium

  * New upstream release. Closes: #602115
  * Use /usr/share/dpkg/buildflags.mk, handle CFLAGS/LDFLAGS
  * Put copy of copyright file into debian/copright (as recommended but not
    required by policy) instead of generating the file to be installed at
    build time
  * Upgraded to Standards-Version 3.9.6.0 (no changes required)
  * Fixed a few gcc warnings

 -- Martin Buck <mbuck@debian.org>  Tue, 14 Oct 2014 23:27:43 +0200

apcalc (2.12.4.4-3) unstable; urgency=low

  * Split large autogenerated quilt patch into separate ones
  * Implemented build-arch/build-indep targets
  * Upgraded to Standards-Version 3.9.3.0
    - Implemented "nocheck" build option
    - No longer build with -D_REENTRANT

 -- Martin Buck <mbuck@debian.org>  Thu, 31 May 2012 13:48:17 +0200

apcalc (2.12.4.4-2) unstable; urgency=low

  * Fixed debhelper Build-Depends
  * Fixed spelling error in apcalc-common description
  * Added Depends: ${misc:Depends} to make lintian happy

 -- Martin Buck <mbuck@debian.org>  Wed, 17 Aug 2011 09:14:43 +0200

apcalc (2.12.4.4-1) unstable; urgency=low

  * New upstream release
  * Switched to debhelper compatibility level 8
  * Build-depend just on libreadline-dev. Closes: #553725
  * Fixed a few typos in the manpage. Thanks to Francesco Poli for spotting
    them. Closes: #602081
  * Fixed FTBFS on kFreeBSD/Hurd. Closes: #490552
  * Switched to dpkg-source 3.0 (quilt) format

 -- Martin Buck <mbuck@debian.org>  Fri, 12 Aug 2011 09:21:47 +0200

apcalc (2.12.3.3-1) unstable; urgency=low

  * New upstream release. Closes: #440759 (see "help unexpected")
  * Upstream switched from releasing .gz to .bz2:
    - Updated debian/watch to search for .bz2
    - Added get-orig-source target to debian/rules to download and convert
      source to .gz
    - Added note to copyright file as required by Developer's Reference
  * Upgraded to Standards-Version 3.8.0.0
    - Use menu section Applications/Science/Mathematics
    - Moved homepage URL from description to its field in debian/control
  * Updated menu file to also depend on apcalc-common to make lintian
    happy
  * Added lintian-overrides for non-bugs
  * Don't link against libhistory and libncurses - libhistory isn't used
    at all and libncurses is only required when linking statically,
    which we don't
  * Removed useless dh_makeshlibs call
  * Added groff-base to Build-Depends

 -- Martin Buck <mbuck@debian.org>  Mon, 16 Jun 2008 07:28:38 +0200

apcalc (2.12.1.13-3) unstable; urgency=low

  * Fixed garbage output/dangling pointer when executing
    config("mode","XX"). Closes: #430866
  * Applied typo fixes in manpage received from A. Costa. Closes: #438448

 -- Martin Buck <mbuck@debian.org>  Fri, 17 Aug 2007 13:04:41 +0200

apcalc (2.12.1.13-2) unstable; urgency=low

  * Temporary workaround for FTBFS bug on big endian machines, restoring
    the code from 2.12.1.5 that seemed to work fine for us. To be fixed
    properly in next upstream release. Closes: #414893
  * Added missing bsdmainutils (we require /usr/bin/col) to Build-Depends.
    Closes: #415046
  * Added debian/watch
  * Fixed output of "help usage" to show the formatted instead of the
    unformatted man page
  * Fixed "make clobber" to remove all files built by "make all"

 -- Martin Buck <mbuck@debian.org>  Wed, 14 Mar 2007 21:32:53 +0100

apcalc (2.12.1.13-1) unstable; urgency=low

  * New upstream release

 -- Martin Buck <mbuck@debian.org>  Wed, 14 Mar 2007 15:20:37 +0100

apcalc (2.12.1.5-1) unstable; urgency=low

  * New upstream release
  * Use ${source:Version} instead of ${Source-Version} for apcalc-common
    dependency to make it binNMU-safe
  * Give gcc 4.1 a try on all archs
  * Switched to debhelper compatibility level 5
  * Upgraded to Standards-Version 3.7.2.0 (no changes required)

 -- Martin Buck <mbuck@debian.org>  Tue,  3 Oct 2006 09:29:43 +0200

apcalc (2.11.11-1) unstable; urgency=low

  * New upstream release
  * As usual, the latest gcc (tested up to 4:4.0.2-2) is broken on some
    architectures, this time on arm and m68k. Build-depend on and use gcc-3.3
    on these.

 -- Martin Buck <mbuck@debian.org>  Sat,  7 Jan 2006 21:29:12 +0100

apcalc (2.11.10.1-2) unstable; urgency=low

  * Fixed build dependencies to also list real packages in addition to virtual
    ones. Closes: #326387
  * Fixed typo in "help builtin" output. Closes: #307671
  * Build-depend on gcc >= 4.0.2 to avoid early 4.0 versions which miscompiled
    apcalc at least on i386. Closes: #318362
  * Upgraded to Standards-Version 3.6.2.0 (no changes required)

 -- Martin Buck <mbuck@debian.org>  Thu,  6 Oct 2005 11:01:07 +0200

apcalc (2.11.10.1-1) unstable; urgency=low

  * New upstream release. Closes: #280990

 -- Martin Buck <mbuck@debian.org>  Thu, 30 Dec 2004 15:09:52 +0100

apcalc (2.11.9.3-1) unstable; urgency=low

  * New upstream release
  * Moved arch-independent files to new package apcalc-common. Closes: #233327

 -- Martin Buck <mbuck@debian.org>  Mon,  8 Mar 2004 01:12:15 +0100

apcalc (2.11.8.1-1) unstable; urgency=low

  * New upstream release
  * Use "pager" instead of "more"
  * Moved apcalc-dev from section math to devel to match override file

 -- Martin Buck <mbuck@debian.org>  Fri, 29 Aug 2003 00:50:57 +0200

apcalc (2.11.6.3-1) unstable; urgency=low

  * New upstream release
    - Documents -f instead of -S for shell script mode. Closes: #172201
  * We now build-depend on gcc >= 3.1 for m68k, alpha, powerpc, so:
    - Build m68k with optimization again since #64832 finally seems to be fixed
    - Removed workaround for #61537 on alpha
    - Removed workaround introduced in 2.11.5t0-1 on powerpc
  * Build apcalc-dev without readline support to avoid dependency of libcalc.a
    on readline. Closes: #141419
  * Upgraded to Standards-Version 3.5.8

 -- Martin Buck <mbuck@debian.org>  Thu, 23 Jan 2003 00:15:53 +0100

apcalc (2.11.5t4.5-1) unstable; urgency=low

  * New upstream release
  * Removed version numbers from -dev packages in Build-Depends
  * Compile with optimization turned off on m68k because gcc is broken there
    and causes test suite failures. Closes: #119742

 -- Martin Buck <mbuck@debian.org>  Thu,  6 Dec 2001 01:59:21 +0100

apcalc (2.11.5t4.4-1) unstable; urgency=low

  * New upstream release. Closes: #99327

 -- Martin Buck <mbuck@debian.org>  Fri, 20 Jul 2001 22:13:11 +0200

apcalc (2.11.5t0-1) unstable; urgency=low

  * New upstream release. Closes: #85257
  * Added debhelper to Build-Depends. Closes: #70140
  * Implemented workaround for PPC optimization problems with gcc-2.95.2

 -- Martin Buck <mbuck@debian.org>  Mon,  5 Mar 2001 20:52:06 +0100

apcalc (2.11.2t1.0-1) unstable; urgency=low

  * New upstream version 
  * Compiled with libreadline4. Closes: #63177
  * Added Build-Depends to control file

 -- Martin Buck <mbuck@debian.org>  Sat,  5 Aug 2000 00:16:27 +0200

apcalc (2.11.1t3-1) unstable; urgency=low

  * New upstream version (Warning: New search paths for library files;
    new copyright)
  * Implemented workaround for Alpha optimization problems with gcc-2.95.2
    Closes: #61537

 -- Martin Buck <mbuck@debian.org>  Mon, 24 Apr 2000 17:36:34 +0200

apcalc (2.11.0t9.4.5-1) unstable; urgency=low

  * New upstream version
  * Enabled readline-support

 -- Martin Buck <mbuck@debian.org>  Sun,  5 Dec 1999 22:52:09 +0100

apcalc (2.11.0t8.10-2) unstable; urgency=low

  * Put all documentation into /usr/share/{doc,man} instead of having some
    of it in /usr/{doc,man} (Yes folks, I know I'm stupid. No need to tell
    me :-)
  * Moved everything from /usr/{,local/}lib/calc to /usr/{,local/}share/calc

 -- Martin Buck <mbuck@debian.org>  Mon,  1 Nov 1999 23:26:09 +0100

apcalc (2.11.0t8.10-1) unstable; urgency=low

  * New upstream version
  * Removed -fno-strict-aliasing for m68k: The regression errors were not
    due to a gcc/calc optimization bug, but due to a problem with the m68k
    build daemon (exact reason still unclear)
  * Updated calc URL in copyright file
  * Upgraded to Debian Policy 3.0.1.1

 -- Martin Buck <mbuck@debian.org>  Mon,  1 Nov 1999 01:37:36 +0100

apcalc (2.10.3t5.46-3) unstable; urgency=low

  * Back to gcc on m68k (with -fno-strict-aliasing)

 -- Martin Buck <mbuck@debian.org>  Fri,  3 Sep 1999 22:55:31 +0200

apcalc (2.10.3t5.46-2) unstable; urgency=low

  * No longer symlink /usr/doc/apcalc-dev to /usr/doc/apcalc because
    this violates policy (apcalc-dev only Suggests: apcalc).
  * Also include libcustcalc.a, because this is required to link with
    libcalc.a
  * Compiled with -D_REENTRANT
  * Compile with egcc on m68k, because gcc-2.7.2.3 miscompiles calc.
  * Checked conformance with Debian policy 2.5.0 (not completely,
    because there's still no shared libcalc).

 -- Martin Buck <mbuck@debian.org>  Thu, 26 Aug 1999 23:38:54 +0200

apcalc (2.10.3t5.46-1) unstable; urgency=low

  * New upstream version
  * Use more debhelper features

 -- Martin Buck <mbuck@debian.org>  Sun,  4 Oct 1998 11:09:20 +0200

apcalc (2.10.3t5.45-5) unstable; urgency=low

  * Removed /bin/ash-dependency from custom/Makefile (closes: Bug#26864)

 -- Martin Buck <mbuck@debian.org>  Thu, 24 Sep 1998 22:24:51 +0200

apcalc (2.10.3t5.45-4) unstable; urgency=low

  * Removed /usr/doc/apcalc/{copyright,changelog*} from package apcalc-dev
    because these files are also in apcalc, apcalc-dev depends on it and
    apcalc dev contains a link from /usr/doc/apcalc-dev to /usr/doc/apcalc.
    Now dpkg no longer complains about files being overwritten.

 -- Martin Buck <mbuck@debian.org>  Wed,  9 Sep 1998 23:19:58 +0200

apcalc (2.10.3t5.45-3) unstable; urgency=low

  * Use pristine sources
  * Switched from debstd to debhelper
  * Disabled regression tests 951 & 5984 to allow building without stdin
    connected to a tty (closes: Bug#25786)

 -- Martin Buck <mbuck@debian.org>  Tue, 25 Aug 1998 23:10:56 +0200

apcalc (2.10.3t5.45-2) unstable; urgency=low

  * apcalc-dev now depends on libc6-dev instead of libc5-dev

 -- Martin Buck <mbuck@debian.org>  Mon,  6 Oct 1997 01:09:51 +0200

apcalc (2.10.3t5.45-1) unstable; urgency=low

  * Initial Release.

 -- Martin Buck <mbuck@debian.org>  Tue, 23 Sep 1997 00:40:50 +0200

Local variables:
mode: debian-changelog
End: