File: changelog

package info (click to toggle)
ocrad 0.28-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 812 kB
  • sloc: cpp: 9,723; sh: 386; makefile: 154
file content (360 lines) | stat: -rw-r--r-- 11,561 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
ocrad (0.28-3) unstable; urgency=medium

  * New maintainer (Closes: #974154). Thanks Gürkan Myczko for your work!
  * Make debian/rules use debhelper.
  * Build test executable in dh_auto_build stage.
  * Provide ocradcheck executable to avoid compiling it in autopkgtest
    (Closes: #1004508).
  * Replace deprecated $ADTTMP in autopkgtest.
  * No need for ${shlibs:Depends} in libocrad-dev.

 -- Andrius Merkys <merkys@debian.org>  Tue, 23 Aug 2022 09:55:51 -0400

ocrad (0.28-2) unstable; urgency=medium

  * Build with -fPIC. (Closes: #774164)

 -- Gürkan Myczko <tar@debian.org>  Tue, 19 Apr 2022 07:36:42 +0200

ocrad (0.28-1) unstable; urgency=medium

  * New upstream version.
  * Update maintainer address.
  * Bump standards version to 4.6.0.
  * Bump debhelper version to 13, drop d/compat.
  * d/copyright: bump years and add missing parts.
  * d/watch: update https, version 4.
  * d/control:
    - homepage field to https.
    - add build-depends: libpng-dev.
  * d/changelog: fix trailing whitespaces.

 -- Gürkan Myczko <tar@debian.org>  Wed, 19 Jan 2022 07:59:03 +0100

ocrad (0.27-2) unstable; urgency=medium

  * Thanks Helmut Grohne for the patch to fix FTCBFS. (Closes: #852768)

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Thu, 21 Feb 2019 09:59:55 +0100

ocrad (0.27-1) unstable; urgency=medium

  * New upstream version.
  * New maintainer. (Closes: #809544)
  * Bump standards version to 4.2.1.
  * Bump debhelper version to 11.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Wed, 23 Jan 2019 08:13:49 +0100

ocrad (0.25-2) unstable; urgency=medium

  * QA upload.
  * Standards-Version: 3.9.8 (no changes)

 -- Adrian Bunk <bunk@debian.org>  Tue, 17 Jan 2017 19:36:35 +0200

ocrad (0.25-1) unstable; urgency=medium

  * QA group upload.

  [ Alexander Alemayhu ]
  * New upstream release 0.25.
    - Improve manual explanation for -o and -x (Closes: #602478).

  [ Petter Reinholdtsen ]
  * Moved package to collab-maint.
  * Package is orphaned, changed maintainer to QA group.
  * Switched to debhelper v9.
  * Fixed formatting in d/copyright.

 -- Petter Reinholdtsen <pere@debian.org>  Tue, 12 Jul 2016 21:01:55 +0200

ocrad (0.24-1) unstable; urgency=medium

  * New upstream release.
  * debian/copyright:
    - According to upstream some of the licenses are from an old version of
    GNUAllPermissive. Changed the short name from GNU-Ocrad to
    GNUAllPermissive.
    - Add license information for ocradcheck.cc.
  * debian/control:
    - Bump Standards-Version from 3.9.5 to 3.9.6.
  * Upload to unstable.

  * Upload sponsored by Petter Reinholdtsen.

 -- Alexander Alemayhu <alexander@bitraf.no>  Thu, 09 Oct 2014 06:42:13 +0200

ocrad (0.24~rc1-1) experimental; urgency=medium

  * New upstream release (Closes: #761987).
  * debian/patches/:
    - Remove more-news-2.diff patch since upstream now includes more versions
      in Changelog.
  * debian/README.debian:
    - Move debianazation information to README.debian.
  * debian/copyright:
    - Fix lintian no-dep5-copyright tag.

 -- Alexander Alemayhu <alexander@bitraf.no>  Thu, 18 Sep 2014 19:32:27 +0200

ocrad (0.24~pre1-3) unstable; urgency=medium

  * debian/tests/:
    - Fix DEP-8 test by applying fix from Jakub Wilk (Closes: #757441).

 -- Alexander Alemayhu <alexander@bitraf.no>  Fri, 08 Aug 2014 12:34:06 +0200

ocrad (0.24~pre1-2) unstable; urgency=medium

  * Added Vcs-* fields.
  * Upload to unstable.

  * Upload sponsored by Petter Reinholdtsen.

 -- Alexander Alemayhu <alexander@bitraf.no>  Thu, 07 Aug 2014 20:48:21 +0200

ocrad (0.24~pre1-1) experimental; urgency=medium

  * New maintainer, thanks Jakub for your work!(Closes: #723097)
    - debian/control:
    Maintainer field set to myself.
  * New upstream release.
    - debian/patches:
      Replaced more-news.diff with more-news-2.diff to get rid of fuzz.

  * Upload sponsored by Petter Reinholdtsen.

 -- Alexander Alemayhu <alexander@bitraf.no>  Sat, 19 Jul 2014 22:44:11 +0200

ocrad (0.23-1) unstable; urgency=low

  * New upstream release.
  * Upload to unstable.
  * Install the NEWS file into binary packages.
  * Add install-info to Build-Depends, as upstream build system tries to use
    it.
  * Remove unneeded dh_testdir, dh_installdirs, dh_installinfo and
    dh_installman calls from debian/rules.
  * Add get-orig-source target to debian/rules.
  * Enable signature checking in debian/watch.
  * Use xz for .orig.tar and .debian.tar compression.
  * Compile with -D_FILE_OFFSET_BITS=64.
  * Update DEP-8 tests.

 -- Jakub Wilk <jwilk@debian.org>  Mon, 24 Mar 2014 23:28:29 +0100

ocrad (0.23~pre2-1) experimental; urgency=low

  * New upstream pre-release.
  * Update copyright information.
  * Add patch (more-news.diff) to add NEWS entries for previous versions of
    Ocrad.
  * Bump standards version to 3.9.5 (no changes needed).

 -- Jakub Wilk <jwilk@debian.org>  Tue, 07 Jan 2014 10:47:36 +0100

ocrad (0.22-1) unstable; urgency=low

  * Upload to unstable.
  * New upstream release.

 -- Jakub Wilk <jwilk@debian.org>  Tue, 15 Oct 2013 15:14:28 +0200

ocrad (0.22~rc3-1) experimental; urgency=low

  * New upstream release candidate.
  * Add “XS-Testsuite: autopkgtest” (closes: #692704).
  * Start package synopses with lowercase letters.

 -- Jakub Wilk <jwilk@debian.org>  Tue, 25 Jun 2013 21:06:18 +0200

ocrad (0.22~rc2-1) experimental; urgency=low

  * New upstream release candidate.
    + Don't install TODO file, as it's no longer included upstream.
  * Update debian/copyright.
  * Modernize DEP-8 tests:
    + Use $ADTTMP.
    + Remove “Features: no-build-needed”; it's the default now.
  * Refactor debian/rules:
    + Put “-W -Wall” only in CPPFLAGS; don't duplicate it in CXXFLAGS.
    + Don't use dh_testroot in the clean target. There's a good chance that
      root privileges are not needed (e.g. because binary target was run under
      fakeroot), and even if they are actually needed, the target will fail
      quickly.
    + Make the “binary-arch” target depend on “build-stamp” rather than
      “build”.
    + Merge the “install” target into “binary-arch”.
    + Get rid of circular dependency between configure and configure-stamp.
    + Drop some no-op commands.
  * Bump standards version to 3.9.4 (no changes needed).

 -- Jakub Wilk <jwilk@debian.org>  Wed, 29 May 2013 21:13:28 +0200

ocrad (0.22~rc1-2) unstable; urgency=low

  * Upload to unstable.
  * Bump standards version to 3.9.3 (no changes needed).
  * Add DEP-8 tests.
  * Really remove patches.

 -- Jakub Wilk <jwilk@debian.org>  Tue, 24 Apr 2012 21:34:21 +0200

ocrad (0.22~rc1-1) experimental; urgency=low

  * New upstream release candidate.
    + Remove patches, applied upstream.
    + Update year range in debian/copyright.
  * Fix debian/watch to handle upstream “-rcN” versions correctly.

 -- Jakub Wilk <jwilk@debian.org>  Mon, 23 Jan 2012 17:07:54 +0100

ocrad (0.21-3) unstable; urgency=low

  * Pass CPPFLAGS (taken from dpkg-buildflags) to configure.
  * Multi-archify:
    + Make ocrad ‘Multi-Arch: foreign’.
    + Make libocrad-dev ‘Multi-Arch: same’.
    + Install static libraries to /usr/lib/$(DEB_HOST_MULTIARCH) rather than
      /usr/lib.
    + Bump minimum required version of dpkg-dev to 1.16.
  * Fix OCRAD_scale prototype, so that ocradlib.h can be included in C code
    (ocradlib-fix-ocrad-scale-prototype.diff).

 -- Jakub Wilk <jwilk@debian.org>  Thu, 27 Oct 2011 17:42:36 +0200

ocrad (0.21-2) unstable; urgency=low

  * Add build-arch and build-indep targets.
  * debian/rules: move .PHONY declarations near the actual target definitions.
  * Pass CXXFLAGS and LDFLAGS (taken from dpkg-buildflags) to configure.
    + Build depend on dpkg-dev (>= 1.15.7).
  * Bump standards version to 3.9.2 (no changes needed).

 -- Jakub Wilk <jwilk@debian.org>  Sat, 23 Jul 2011 16:52:43 +0200

ocrad (0.21-1) unstable; urgency=low

  * New upstream release.
    + Bump year in debian/copyright.

 -- Jakub Wilk <jwilk@debian.org>  Tue, 11 Jan 2011 20:11:34 +0100

ocrad (0.21~pre2-1) experimental; urgency=low

  * New upstream release.

 -- Jakub Wilk <jwilk@debian.org>  Thu, 16 Dec 2010 13:32:23 +0100

ocrad (0.21~pre1-1) experimental; urgency=low

  * New upstream release (closes: #585166, #566997).
  * New maintainer (closes: #595550).
  * Update debian/watch.
  * Update debian/copyright.
  * Don't install examples, they are not very helpful.
  * Don't install the NEWS file.
  * Remove useless debian/dirs.
  * Remove unused comments from debian/rules.
  * Bump debhelper compatibility level to 7.
    + Use dh_prep instead of dh_clean -k.
  * Bump standards version to 3.9.1.
    + Rebuild with new debhelper (closes: #567004). Thanks to Josue Abarca for
      the bug report.
  * Remove /usr/share/info/dir after ‘make install’ (closes: #596992).
  * Ship the Ocrad library (closes: #583595). Thanks to Dmitry Katsubo for the
    bug report and the initial patch.
    + New binary package: libocrad-dev.
  * Run test suite at build time.

 -- Jakub Wilk <jwilk@debian.org>  Wed, 15 Sep 2010 22:01:23 +0200

ocrad (0.17-4) unstable; urgency=low

  * Added cstdio include header to avoid FTBFS with gcc 4.4 (Closes: #504957)
  * Bumped Standars-version

 -- Miguel Gea Milvaques <xerakko@debian.org>  Mon, 16 Feb 2009 21:32:30 +0100

ocrad (0.17-3) unstable; urgency=low

  * Added cstring include header to avoid FTBFS (Closes:455679)
  * Updated policy version
  * Moved Homepage from description.

 -- Miguel Gea Milvaques <xerakko@debian.org>  Thu, 27 Dec 2007 10:55:31 +0100

ocrad (0.17-2) unstable; urgency=low

  * Modified Changelog. Now License is GPL-3
  * Added missing includes (Closes: #417456)

 -- Miguel Gea Milvaques <xerakko@debian.org>  Sun, 22 Jul 2007 13:02:53 +0200

ocrad (0.17-1) unstable; urgency=low

  * New upstream release

 -- Miguel Gea Milvaques <xerakko@debian.org>  Sun, 22 Jul 2007 12:31:27 +0200

ocrad (0.16-1) unstable; urgency=low

  * New upstream release
  * Updated NAME section in manual pages
  * Updated Standards-Version
  * Modified rules file to avoid ocrad to be build twice.
  * Updated copyright file.

 -- Miguel Gea Milvaques <xerakko@debian.org>  Mon, 23 Oct 2006 23:18:49 +0200

ocrad (0.15-1) unstable; urgency=low

  * New upstream release. Closes: #357717 (FTBFS with g++ 4.1)
  * Changed Maintainer in control file.

 -- Miguel Gea Milvaques <xerakko@debian.org>  Thu, 20 Apr 2006 21:36:34 +0200

ocrad (0.14-1) unstable; urgency=low

  * New upstream release

 -- Miguel Gea Milvaques <debian@miguelgea.com>  Sun, 19 Feb 2006 09:28:21 +0100

ocrad (0.13-1) unstable; urgency=low

  * New upstream release

 -- Miguel Gea Milvaques <debian@miguelgea.com>  Sat, 22 Oct 2005 16:08:16 +0200

ocrad (0.12-2) unstable; urgency=low

  * Correct mistake on description
  * Updated Standard-Version to 3.6.2.1

 -- Miguel Gea Milvaques <debian@miguelgea.com>  Sat,  2 Jul 2005 00:20:17 +0200

ocrad (0.12-1) unstable; urgency=low

  * New upstream release

 -- Miguel Gea Milvaques <debian@miguelgea.com>  Sat, 11 Jun 2005 00:34:43 +0200

ocrad (0.11-3) unstable; urgency=low

  * More dependences removal. (Closes: #304292)

 -- Miguel Gea Milvaques <debian@miguelgea.com>  Tue, 12 Apr 2005 09:01:20 +0200

ocrad (0.11-2) unstable; urgency=low

  * Removes not necessary dependences.

 -- Miguel Gea Milvaques <debian@miguelgea.com>  Mon, 11 Apr 2005 17:24:52 +0200

ocrad (0.11-1) unstable; urgency=low

  * Initial Release.
  * closes: #197551 (ITP)

 -- Miguel Gea Milvaques <debian@miguelgea.com>  Wed, 17 Nov 2004 11:36:58 +0100