File: changelog

package info (click to toggle)
zimpl 3.7.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,772 kB
  • sloc: ansic: 21,719; yacc: 993; lex: 370; sh: 349; makefile: 278
file content (276 lines) | stat: -rw-r--r-- 10,097 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
zimpl (3.7.0+ds-2) unstable; urgency=medium

  * Source-only upload for transition to testing.
  * ddebian/control
    - Use https in Homepage.

 -- Doug Torrance <dtorrance@debian.org>  Wed, 25 Feb 2026 06:06:40 -0500

zimpl (3.7.0+ds-1) unstable; urgency=medium

  * Re-introduce to Debian (Closes: #1126464).
  * Split into three binary packages (zimpl, libzimpl0, and libzimpl-devel).
  * debian/control
    - Update Maintainer (now Debian Math Team) and add Uploaders field.
    - Update Vcs-* fields.
    - Drop Priority field; "optional" is now the default.
    - Drop redundant Rules-Requires-Root field.
    - Bump Standards-Version to 4.7.3.
    - Add cmake to Build-Depends
    - Add ghostscript, texlive-fonts-extra, texlive-latex-recommded, and
      texlive-latex-base to Build-Depends for building documentation.
  * debian/copyright
    - Stop excluding documentation pdf; its source is included.
    - Remove some directories that aren't included in the tarball generated
      by scripts/makedist.sh (which doesn't appear to be hosted anywhere).
      Some of the files have questionable licenses (images, etc.).
    - Remove old physical Free Software Foundation address from license texts.
    - Update upstream copyright years.
    - Add license info for some cmake files.
    - Add myself to copyright holders for debian directory.
  * debian/gbp.conf
    - New file; set pristine-tar to True and debian-branch to
      debian/latest.
  * debian/libzimpl0.symbols
    - Add symbols file.
  * debian/patches/adapt-build-system
    - Remove patch; we now use the cmake build.
  * debian/patches/check-abort.patch
    - Only check for "Aborted" in error tests. Sometimes "(core dumped)"
      doesn't appear (e.g., on Salsa CI runners).
  * debian/patches/display-test-failures
    - Remove patch to minimize diff from upstream and ease maintenance.
  * debian/patches/fix-warnings
    - Remove patch; issues fixed upstream.
  * debian/patches/shared-library.patch
    - New patch from Fedora; build a shared library.
  * debian/patches
    - Add .patch suffix to remaining patches so Emacs fires up the correct
      major mode.
  * debian/README.Debian
    - Remove file; no longer accurate as we now distribute the
      documentation.
  * debian/README.source
    - Remove file; the fact that we use quilt is clear from "3.0 (quilt)"
      in d/source/format, so no reason to document it further.
  * debian/rules
    - Switch buildsystem to cmake.
    - Drop override_dh_auto_build target; no longer necessary to manually
      set build flags.
    - Remove override_dh_install target; dh_install now does the right
      thing by default.
    - Remove DH_VERBOSE comment.
    - Remove unnecessary override_dh_auto_clean target.
    - Update override_dh_auto_test target to run check.sh script.
    - Add execute_after_dh_auto_build target for building documentation.
    - Add execute_after_dh_auto_clean target for cleaning up artifacts
      from building documentation.
  * debian/salsa-ci.yml
    - Add Salsa CI config file.
  * debian/tests/control
    - Set Depends for autopkgtest to be just zimpl.
  * debian/watch
    - Use uscan v4.
    - Update to use GitHub tags.
    - Deal with repack suffix.
  * debian/zimpl.doc-base
    - New file; register documentation with doc-base.
  * debian/zimpl.docs
    - Rename from docs.
    - Install pdf documentation.

 -- Doug Torrance <dtorrance@debian.org>  Mon, 26 Jan 2026 19:58:25 -0500

zimpl (3.3.6-4) unstable; urgency=medium

  * Change Build-Depends: debhelper (>= 11) to debhelper-compat (= 13).
  * Add Vcs-* fields to debian/control.
  * Add patch use-utf8-in-examples.
  * Update patch fix-warnings to fix a new bison warning.

 -- Joachim Reichel <reichel@debian.org>  Sat, 14 Nov 2020 10:38:08 +0100

zimpl (3.3.6-3) unstable; urgency=medium

  * Add autopkgtest support.
  * Update Standards-Version to 4.5.0 (no changes needed)
  * Remove extra code in override_dh_auto_clean target for test w215
    (integrated upstream).

 -- Joachim Reichel <reichel@debian.org>  Tue, 17 Mar 2020 19:07:09 +0100

zimpl (3.3.6-2) unstable; urgency=medium

  * Attempt to fix FTBFS in parallel builds by adding order dependency for
    src/zimpl/mmlparse2.h.
  * Fix sprintf() warnings (no real issue if assertions hold).
  * Update Standards-Version to 4.4.0 (no changes needed).
  * Add Rules-Requires-Root: no to debian/control.

 -- Joachim Reichel <reichel@debian.org>  Tue, 20 Aug 2019 19:39:36 +0200

zimpl (3.3.6-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.2.1 (no changes needed).
  * Uses Files-Excluded: in debian/copyright, remove get-orig-source
    target in debian/rules.
  * Update content of debian/copyright.

 -- Joachim Reichel <reichel@debian.org>  Sat, 24 Nov 2018 13:16:45 +0100

zimpl (3.3.4-2) unstable; urgency=medium

  * Upload to unstable.
  * Update Standards-Version to 4.0.0 (no changes needed).

 -- Joachim Reichel <reichel@debian.org>  Sun, 09 Jul 2017 19:06:11 +0200

zimpl (3.3.4-1) experimental; urgency=medium

  * New upstream release.
  * Fix BSD 3-clause license name in debian/copyright.
  * Add "export DEB_BUILD_MAINT_OPTIONS = hardening=+all" to debian/rules.
  * Update Standards-Version to 3.9.8 (no changes needed).

 -- Joachim Reichel <reichel@debian.org>  Fri, 07 Apr 2017 21:37:37 +0200

zimpl (3.3.2-1) unstable; urgency=medium

  * New upstream release.
  * Use Files-Excluded: in debian/copyright, remove get-orig-source target,
    update debian/README.source.
  * Update Standards-Version to 3.9.5 (no changes needed).

 -- Joachim Reichel <reichel@debian.org>  Sun, 18 May 2014 16:23:23 +0200

zimpl (3.3.1+dfsg-1) unstable; urgency=low

  * New upstream release.

 -- Joachim Reichel <reichel@debian.org>  Sun, 14 Apr 2013 19:37:34 +0200

zimpl (3.3.0+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Backup pre-generated flex and bison output files to restore them after
    the build process (which might trigger re-building them).

 -- Joachim Reichel <reichel@debian.org>  Thu, 02 Aug 2012 22:33:33 +0200

zimpl (3.2.0+dfsg-2) unstable; urgency=low

  * Change Build-Depends: libgmp3-dev to libgmp-dev.
  * Change Build-Depends: debhelper (>= 8.0.0) to debhelper (>= 9), update
    debian/compat to get the default build flags for hardening.
  * Add patch fix-format-security-error.patch to fix an error caused by
    -Wformat-security.
  * Remove Build-Depends: quilt.
  * Update Standards-Version to 3.9.3 (no changes needed).
  * Fix Format: line in debian/copyright.
  * Fix debian/watch.

 -- Joachim Reichel <reichel@debian.org>  Sun, 10 Jun 2012 14:52:17 +0200

zimpl (3.2.0+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Changed packaging format to "3.0 (quilt)".
  * Update Standards-Version to 3.9.2 (no changes needed).

 -- Joachim Reichel <reichel@debian.org>  Sun, 13 Nov 2011 13:12:01 +0100

zimpl (3.1.0+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Remove patch kfreebsd.dpatch: fixed upstream.
  * debian/control: Add missing "Depends: ${misc:Depends}".
  * Update Standards-Version to 3.9.1 (quote BSD license for some parts in
    debian/copyright).

 -- Joachim Reichel <reichel@debian.org>  Sat, 02 Oct 2010 20:45:30 +0200

zimpl (3.0.0+dfsg1-4) unstable; urgency=low

  * Make sure package does not get accidentally build as debug version
    (Closes: #552961).
  * Add patch display-check-failures.dpatch to simplify the debugging of
    failing unit tests.

 -- Joachim Reichel <reichel@debian.org>  Tue, 17 Nov 2009 20:12:43 +0100

zimpl (3.0.0+dfsg1-3) unstable; urgency=low

  * Add patch kfreebsd.dpatch: Fix build error on kFreeBSD (Closes: #550282).
  * Improve patch build.dpatch: Fail if not all tests pass.

 -- Joachim Reichel <reichel@debian.org>  Tue, 20 Oct 2009 18:59:04 +0200

zimpl (3.0.0+dfsg1-2) unstable; urgency=low

  * Re-enable test suite which was accidentially disabled in 2.09.ds1-1.

 -- Joachim Reichel <reichel@debian.org>  Wed, 16 Sep 2009 19:32:40 +0200

zimpl (3.0.0+dfsg1-1) unstable; urgency=low

  * New upstream release.
  * Update Standards-Version to 3.8.3 (no changes needed).

 -- Joachim Reichel <reichel@debian.org>  Wed, 16 Sep 2009 18:46:52 +0200

zimpl (2.09.ds1-1) unstable; urgency=low

  * New upstream release.
  * Update Standards-Version to 3.8.1 (add support for nocheck in
    DEB_BUILD_OPTIONS).

 -- Joachim Reichel <reichel@debian.org>  Fri, 01 May 2009 17:08:30 +0200

zimpl (2.08.ds1-1) unstable; urgency=low

  * New upstream release.
  * debian/control: Replace Suggests: glpk by new package name glpk-utils.
  * debian/control: Update Standards-Version to 3.8.0 (no changes needed).
  * Remove patch check.dpatch: No longer needed.

 -- Joachim Reichel <reichel@debian.org>  Sun, 18 Jan 2009 15:51:17 +0100

zimpl (2.07.ds1-2) unstable; urgency=low

  * debian/rules: Quote CFLAGS and CPPFLAGS in make calls (Closes: #476017),
    thanks to Mike O'Connor for the patch.
  * debian/control: Add Homepage: field, adjust Description: accordingly.
  * debian/control: Update Standards-Version to 3.7.3 (no changes needed).
  * Add patch manpage.dpatch: Fix typo in manpage.

 -- Joachim Reichel <joachim.reichel@gmx.de>  Wed, 16 Apr 2008 18:17:48 +0200

zimpl (2.07.ds1-1) unstable; urgency=low

  * New upstream release.
  * Add patch check.dpatch: the different number format is a known problem
    without consequences.
  * Add watch file.

 -- Joachim Reichel <joachim.reichel@gmx.de>  Mon,  3 Sep 2007 18:59:32 +0200

zimpl (2.05.ds2-1) unstable; urgency=low

  * New upstream release (upstream fixed some packaging errors without
    increasing the version number).
  * Update URL of homepage.

 -- Joachim Reichel <joachim.reichel@gmx.de>  Sat,  4 Nov 2006 16:50:36 +0100

zimpl (2.05.ds1-1) unstable; urgency=low

  * New upstream release.

 -- Joachim Reichel <joachim.reichel@gmx.de>  Mon, 18 Sep 2006 20:28:50 +0200

zimpl (2.04.ds1-1) unstable; urgency=low

  * Initial release (Closes: #365073).

 -- Joachim Reichel <joachim.reichel@gmx.de>  Wed, 19 Jul 2006 15:39:36 +0200