File: changelog

package info (click to toggle)
derivations 0.53.20120414-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,260 kB
  • sloc: cpp: 1,686; perl: 600; makefile: 155; sh: 116
file content (560 lines) | stat: -rw-r--r-- 23,498 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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
derivations (0.53.20120414-2) unstable; urgency=low

  * Thanked Pino Toscano and Michael Gilbert for their helpful NMUs.
  * Filled the gap left by Libpoppler's new unwillingness to find a PDF file's
    last XRef table (closes: #668907). Recognized Salvatore Bonaccorso for
    drawing attention to this bug.

 -- Thaddeus H. Black <thb@debian.org>  Mon, 1 Jun 2015 00:00:00 +0000

derivations (0.53.20120414-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Automatically support poppler api changes (closes: #690161).
    - Thanks to Pino Toscano.

 -- Michael Gilbert <mgilbert@debian.org>  Sun, 26 Jan 2014 21:58:55 +0000

derivations (0.53.20120414-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Switch the libpoppler-dev build dependency to libpoppler-private-dev
    (closes: #660986).

 -- Pino Toscano <pino@debian.org>  Fri, 15 Jun 2012 17:50:18 +0200

derivations (0.53.20120414-1) unstable; urgency=low

  * Thanked Marc Dequènes (Duck) for his timely NMU.
  * Preserved Mr. Dequènes' repackaging while updating the book's text
    to that of the most recent upstream version.
  * Updated tex/Makefile to find LaTeX's book class at its new
    location (closes: #666619).  Thanked Lucas Nussbaum for the
    associated bug report.

 -- Thaddeus H. Black <thb@debian.org>  Sat, 14 Apr 2012 00:00:00 +0000

derivations (0.52.20100310-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Switched to dpkg-source 3.0 (quilt) format.
  * Moved helper development files out of the Debian diff in
    'upstream_helper' patch.
  * Applied patch from Matthias Klose <doko@ubuntu.com> as
    'build_fixes' patch (Closes: #615671):
    + Fix FTBFS with g++-4.5.
    + Fix FTBFS with ld --as-needed.
    + Don't build with -Werror.
  * Added'poppler_api_change' patch to solve a libpoppler API
    change (Closes: #652081).
  * Use 'dh_prep' instead of the deprecated 'dh_clean -k'.
  * Simplified build dependencies, as suggested by Frank Küster (Closes:
    #566340).

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Sat, 18 Feb 2012 15:52:03 +0100

derivations (0.52.20100310-1) unstable; urgency=low

  * (Yan Morin) Fixed the broken debian/watch (closes: #550795).
    Thanked Mr. Morin for showing the maintainer how to do it.
  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.
  * Built for upload to Debian sid.
  * Updated to Debian sid's current Standards-Version: 3.8.4.
    Observed however (for the maintainer's own later reference) that
    stable Debian lenny had as of this date advanced only as far
    as Standards-Version: 3.8.0.
  * In debian/control:
    + (Jonas Smedegaard) Replaced 'gs-gpl' with 'ghostscript' as a
      build-dependency (closes: #539655).  Thanked Mr. Smedegaard
      for explaining clearly and concisely the need to do so.
    + (Michael Bienia) Allowed 'texlive-binaries' as an
      alternative build-dependency to the evidently
      deprecated 'texlive-base-bin' (closes: #566340),
      though retained for the time being the old dependency
      as an option for ease of backporting.  Thanked Mr. Bienia
      for the timely analysis thereto.
    + Per Policy 7.7, as notified by Lintian, moved the 'debhelper'
      dependency from Build-Depends-Indep to Build-Depends.
    + As Debhelper evidently demands, added "Depends: ${misc:Depends}"
      to the binary's control stanza.
    + Reviewed and updated the version-requirements of several
      other dependencies.

 -- Thaddeus H. Black <thb@debian.org>  Wed, 10 Mar 2010 00:00:00 +0000

derivations (0.52.20090107-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.

 -- Thaddeus H. Black <thb@debian.org>  Wed, 07 Jan 2009 00:00:00 +0000

derivations (0.52.20081219-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.

 -- Thaddeus H. Black <thb@debian.org>  Fri, 19 Dec 2008 00:00:00 +0000

derivations (0.52.20081003-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.
  * In helper/Def.pm, incremented $basever to 0.52.
  * Reconfigured debian/rules not to have the build die on C++ compiler
    warnings.

 -- Thaddeus H. Black <thb@debian.org>  Fri, 03 Oct 2008 00:00:00 +0000

derivations (0.51.20080419-2) unstable; urgency=low

  * Rebuilt for upload to Debian sid.
  * Updated for this upload to Standards-Version: 3.7.3.  (Upstream will
    remain at etch's 3.7.2 for the time being.)

 -- Thaddeus H. Black <thb@debian.org>  Sat, 19 Apr 2008 01:00:00 +0000

derivations (0.51.20080419-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.

 -- Thaddeus H. Black <thb@debian.org>  Sat, 19 Apr 2008 00:00:00 +0000

derivations (0.51.20080324-2) unstable; urgency=low

  * Rebuilt for upload to Debian sid.
  * Updated for this upload to Standards-Version: 3.7.3.  (Upstream will
    remain at etch's 3.7.2 for the time being.)

 -- Thaddeus H. Black <thb@debian.org>  Mon, 24 Mar 2008 01:00:00 +0000

derivations (0.51.20080324-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.
  * Elaborated the suggestions in debian/control.
  * Corrected the URL pattern in debian/watch.

 -- Thaddeus H. Black <thb@debian.org>  Mon, 24 Mar 2008 00:00:00 +0000

derivations (0.51.20080307-2) unstable; urgency=low

  * Rebuilt for upload to Debian sid.
  * Removed an unnecessary, malformed groff comment from the man page
    doc/derivations.7.
  * In debian/control, depended only on upstream package versions,
    ceasing to depend on specific Debianization versions.
  * Replaced the debian/watch placeholder with a real watch file.
  * Updated for this upload to Standards-Version: 3.7.3.  (Upstream will
    remain at etch's 3.7.2 for the time being.)

 -- Thaddeus H. Black <thb@debian.org>  Mon, 10 Mar 2008 00:00:00 +0000

derivations (0.51.20080307-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.
  * In helper/Def.pm, incremented $basever to 0.51.
  * Taught helper/ispell-all to spell-check all README files.

 -- Thaddeus H. Black <thb@debian.org>  Fri, 07 Mar 2008 00:00:00 +0000

derivations (0.5.20071222-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.
  * Observed that upstream has either incorporated the btool/ patches
    logged in (0.5.20071110-2) and (0.5.20071110-3) below or has
    rendered them unnecessary.
  * Having reviewed the relevant parts of Debian Policy, let the package
    build-depend for backportability's sake on any version of
    libpoppler-dev back to the version that shipped with Debian etch.
    (It is true that the package will not build with libpoppler-dev 0.5,
    but that was a temporary, sid-only version.  Libpoppler 0.4 shipped
    with etch and 0.6 or better will ship with lenny.  Sensibly, Policy
    does not appear to require a control file to record outdated
    sid-only dependencies.)
  * In debian/control, suggested gs-gpl.  (For reasons unknown to the
    maintainer, the alternate Ghostscript does not render the book as
    well.)

 -- Thaddeus H. Black <thb@debian.org>  Sat, 22 Dec 2007 00:00:00 +0000

derivations (0.5.20071110-3) unstable; urgency=high

  * (Lucas Nussbaum) Observed that recent improvements in libpoppler
    have caused this package to fail to build.  Fixed the failure as
    follows (closes: #453182).
    - Per Lucas' suggestion, canceled the package's former
      build-dependency on libpoppler runtime, build-depending henceforth
      only on libpoppler-dev, since the latter automatically brings
      along the correct version of the former in any case.
    - Required libpoppler 0.6 or better.
    - Reverted btool/PDF/update_catalog.cc to the upstream original,
      which works correctly with the new libpoppler.

 -- Thaddeus H. Black <thb@debian.org>  Mon, 17 Dec 2007 00:00:00 +0000

derivations (0.5.20071110-2) unstable; urgency=low

  * Rebuilt for upload to Debian sid.
  * In debian/control, build-depended on libpoppler1 rather than on the
    now unavailable libpoppler0c2.
  * Patched btool/PDF/update_catalog.cc, updating the Libpoppler call
    src->getKey(i) to src->getKey(i)->getCString().
  * Canceled -Werror in btool/Makefile{,-subdir}.  (Sid's new C++
    compiler complains about Libpoppler's omission to declare certain
    function arguments const.  The maintainer remains unsure whether the
    compiler's complaint exposes an actual bug in Libpoppler, though.
    The maintainer might work more closely around the problem later if
    time arises and Libpoppler's maintainer does not address it from his
    end first; but for now we accept the apparently harmless compiler
    warning and move along.)

 -- Thaddeus H. Black <thb@debian.org>  Wed, 14 Nov 2007 00:00:00 +0000

derivations (0.5.20071110-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.
  * In debian/rules, in the "clean:" rule, removed the improper "-"
    from "-$(MAKE) clean".

 -- Thaddeus H. Black <thb@debian.org>  Sat, 10 Nov 2007 00:00:00 +0000

derivations (0.5.20071108-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.

 -- Thaddeus H. Black <thb@debian.org>  Thu, 08 Nov 2007 00:00:00 +0000

derivations (0.5.20071015-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.
  * Did not upload this version to the Debian archive, nor otherwise
    publish it.  Observed that this was an internal version only.

 -- Thaddeus H. Black <thb@debian.org>  Mon, 15 Oct 2007 00:00:00 +0000

derivations (0.5.20071011-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.
  * Corrected "program" to "software" and added a missing period in
    debian/copyright.

 -- Thaddeus H. Black <thb@debian.org>  Thu, 11 Oct 2007 00:00:00 +0000

derivations (0.5.20070926-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.

 -- Thaddeus H. Black <thb@debian.org>  Wed, 26 Sep 2007 00:00:00 +0000

derivations (0.5.20070921-1) experimental; urgency=low

  * Edited the (0.5.20070912-1) debian/changelog entry below, changing
    the distribution from "unstable" to "experimental," because, though
    the revision in question was released on derivations.org, it was
    never in fact uploaded to Debian unstable.
  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.

 -- Thaddeus H. Black <thb@debian.org>  Fri, 21 Sep 2007 00:00:00 +0000

derivations (0.5.20070912-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.
  * Instructed debian/rules not to compress the book's PDF.

 -- Thaddeus H. Black <thb@debian.org>  Wed, 12 Sep 2007 00:00:00 +0000

derivations (0.5.20070703-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.
  * Did not upload this version to the Debian archive, nor otherwise
    publish it.  Observed that this was an internal version only.

 -- Thaddeus H. Black <thb@debian.org>  Tue, 03 Jul 2007 00:00:00 +0000

derivations (0.5.20070524-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.
  * Noted that Debian etch had officially been released, and that
    development toward Debian lenny had begun.  On the advice of
    Debian's TeX maintainers, migrated from building on teTeX toward
    building on TeXLive.  Updated debian/control accordingly.
  * Tracked forward from debhelper 4 to debhelper 5.
  * In helper/letexec, improved the find(1) command syntax.
  * Did not upload this version to the Debian archive, nor otherwise
    publish it.  Observed that this was an internal version only.

 -- Thaddeus H. Black <thb@debian.org>  Thu, 24 May 2007 00:00:00 +0000

derivations (0.5.20070327-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.
  * Completely rewrote helper/deprecated/RelSteps, promoting it out of
    helper/deprecated/ back to helper/.
  * Did not upload this version to the Debian archive.  However, did
    publish the Debianized source at http://www.derivations.org/.

 -- Thaddeus H. Black <thb@debian.org>  Tue, 27 Mar 2007 00:00:00 +0000

derivations (0.5.20070322-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.
  * Did not upload this version to the Debian archive.  However, did
    publish the Debianized source at http://www.derivations.org/.

 -- Thaddeus H. Black <thb@debian.org>  Thu, 22 Mar 2007 00:00:00 +0000

derivations (0.5.20070307-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog in the
    source or to /usr/share/doc/derivations/changelog.gz in the binary
    for details.
  * Did not upload this version to the Debian archive, nor otherwise
    publish it.  Observed that this was an internal version only.

 -- Thaddeus H. Black <thb@debian.org>  Wed, 07 Mar 2007 00:00:00 +0000

derivations (0.5.20070219-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog
    for details.
  * Did not upload this version to the Debian archive.  However, did
    publish the Debianized source at http://www.derivations.org/.

 -- Thaddeus H. Black <thb@debian.org>  Mon, 19 Feb 2007 00:00:00 +0000

derivations (0.5.20070217-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog
    for details.
  * Did not upload this version to the Debian archive.  However, did
    publish the Debianized source at http://www.derivations.org/.

 -- Thaddeus H. Black <thb@debian.org>  Sat, 17 Feb 2007 00:00:00 +0000

derivations (0.5.20070213-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog
    for details.
  * Added the new build script debian/cleandeb.  Fixed some exit
    conditions in debian/mkorig.  Edited debian/rules to invoke the new
    build script on demand.  Added to the .PHONY list of debian/rules
    some targets it had previously overlooked.
  * Did not upload this version to the Debian archive.  However, did
    publish the Debianized source at http://www.derivations.org/.

 -- Thaddeus H. Black <thb@debian.org>  Tue, 13 Feb 2007 00:00:00 +0000

derivations (0.5.20070212-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog
    for details.
  * Did not upload this version to the Debian archive.  However, did
    publish the Debianized source at http://www.derivations.org/.

 -- Thaddeus H. Black <thb@debian.org>  Mon, 12 Feb 2007 00:00:00 +0000

derivations (0.5.20070206-1) experimental; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog
    for details.
  * Deprecated some files in helper/, moving them to a new
    helper/deprecated/ subdirectory.  Added to helper/README a reference
    to debian/mkorig.
  * Did not upload this version to the Debian archive.  However, did
    publish the Debianized source at http://www.derivations.org/.

 -- Thaddeus H. Black <thb@debian.org>  Tue, 06 Feb 2007 00:00:00 +0000

derivations (0.5.20061214-1) experimental; urgency=low

  * Updated to the new, unreleased upstream version.  Refer to
    doc/changelog for details.
  * Since this version was not meant for release with the impending
    Debian etch and since there seemed no other real reason to upload it
    at this time, did not upload it to the Debian archive.  However, did
    publish the Debianized source at http://www.derivations.org/.

 -- Thaddeus H. Black <thb@debian.org>  Thu, 14 Dec 2006 00:00:00 +0000

derivations (0.5.20061014-1) experimental; urgency=low

  * Did not actually upload this package version.
  * Updated to the new, unreleased upstream version.  Refer to
    doc/changelog for details.

 -- Thaddeus H. Black <thb@debian.org>  Sat, 14 Oct 2006 00:00:00 +0000

derivations (0.5.20060926-1) experimental; urgency=low

  * Did not actually upload this package version.
  * Updated to the new, unreleased upstream version.  Refer to
    doc/changelog for details.
  * In helper/Def.pm, incremented $basever to 0.5.  Similarly, in
    helper/maintenv, incremented $V to 0.5.

 -- Thaddeus H. Black <thb@debian.org>  Tue, 26 Sep 2006 00:00:00 +0000

derivations (0.4.20060920-2) unstable; urgency=low

  * Added a dummy debian/watch file.

 -- Thaddeus H. Black <thb@debian.org>  Fri, 22 Sep 2006 00:00:00 +0000

derivations (0.4.20060920-1) unstable; urgency=low

  * Updated to the new upstream version, designedly for the last time
    toward Debian etch.  (Time will tell whether this design holds.
    In the meantime, regarding the upstream update itself, the user can
    refer to doc/changelog for details.)
  * Corrected a mistaken comment in debian/mkorig.
  * Added some pertinent reminders for the Debian maintainer
    to helper/RelSteps, of things to do differently when building
    for actual upload.
  * Removed a few spurious items from the diff.gz, sending them properly
    upstream for inclusion in the main source.

 -- Thaddeus H. Black <thb@debian.org>  Wed, 20 Sep 2006 00:00:00 +0000

derivations (0.4.20060804-2) unstable; urgency=medium

  * (Andreas Jochens and Julian Gilbey) Replaced all instances of the
    LaTeX \scalebox macro with the new \localscalebox, defined in
    tex/def.tex, thus allowing the user building from source to select
    teTeX-2 or teTeX-3 \scalebox syntax as appropriate.  Fed the patch
    upstream.  Thanked Andreas Jochens for identifying the bug and
    Julian Gilbey for fixing it.  (Closes: #384735)
  * In debian/control, required tetex-{bin,extra} (>= 3.0), since the
    patched source no longer builds on older tetex.

 -- Thaddeus H. Black <thb@debian.org>  Tue, 29 Aug 2006 00:00:00 +0000

derivations (0.4.20060804-1) unstable; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog
    for details.
  * In helper/Def.pm, incremented $basever to 0.4.  Similarly, in
    helper/maintenv, incremented $V to 0.4.
  * In debian/control, knocked an unnecessary element off the
    Standards-Version, abbreviating it from 3.7.2.0 to 3.7.2.

 -- Thaddeus H. Black <thb@debian.org>  Fri, 04 Aug 2006 00:00:00 +0000

derivations (0.3.20060607-1) unstable; urgency=low

  * Updated to the new upstream version.  Refer to doc/changelog
    for details.
  * Added to helper/RelSteps, step 3, an instruction
    to run helper/letexec.

 -- Thaddeus H. Black <thb@debian.org>  Wed, 07 Jun 2006 00:00:00 +0000

derivations (0.3.20060508-2) unstable; urgency=low

  * Uploaded to unstable rather than to experimental.

 -- Thaddeus H. Black <thb@debian.org>  Mon, 08 May 2006 01:00:00 +0000

derivations (0.3.20060508-1) experimental; urgency=low

  * Updated to the new upstream version:
    - (Juan Pedro Vallejo) In tex/alggeo.tex, swapped p and q in the "Power
      properties and definitions" table (closes: #365924).
  * Adhered to Policy 3.7.2.0.

 -- Thaddeus H. Black <thb@debian.org>  Mon, 08 May 2006 00:00:00 +0000

derivations (0.3.20060502-1) unstable; urgency=low

  * Updated to upstream version (0.3.20060502).

 -- Thaddeus H. Black <thb@debian.org>  Tue, 02 May 2006 00:00:00 +0000

derivations (0.3.20060501-1) unstable; urgency=low

  * Updated to Standards-Version: 3.7.0.0.
  * Per Policy, added a null 'binary-arch' target to debian/rules.
  * Added "Build-Depends-Indep: rubber" to debian/control.
  * Added several new entries to helper/dict.  Noted that future routine
    updates to the helper/dict will not be chronicled here.
  * Added the new helper/ispell-all to spell-check the entire source
    appropriately and automatically.
  * Added the new helper/vim-macros.
  * Taught helper/open-new-source to run helper/letexec, setting the
    executable flag on executable helper scripts.
  * Taught helper/close-source to remove the old $DIFF when renaming the
    source.
  * Updated helper/README.
  * Uploaded to sid for the first time.

 -- Thaddeus H. Black <thb@debian.org>  Mon, 01 May 2006 00:00:00 +0000

derivations (0.3.20060425-1) experimental; urgency=low

  * Shifted the helper/ directory and its contents from the .orig.tar.gz
    upstream source to the .diff.gz Debianizing patch.
    Added helper/letexec.
  * Added debian/mkorig and the corresponding new debian/rules
    targets 'orig' and 'orig-force'.
  * Reformed RelSteps and substantially scripted the Debian release
    procedure, adding the new helper/maintenv, helper/open-new-source
    and helper/close-source.
  * Revised and extended helper/extend-changelog and helper/update-date,
    adding among others options to discriminate more finely between
    files in updating dates, etc.  Added the new helper/update-debver.
  * Added a local dictionary for "ispell -p" in helper/dict.
  * Did not upload.

 -- Thaddeus H. Black <thb@debian.org>  Tue, 25 Apr 2006 00:00:00 +0000

derivations (0.3.20060410-1) experimental; urgency=low

  * Updated to upstream version (0.3.20060410).
  * Packaged the software in non-Debian native form for the first time.
  * Moved the old changelog to doc/changelog.  Removed the Debian
    distribution and urgency from the several doc/changelog headers,
    removed the local variables from the file's foot, changed the
    author's e-mail address there to <derivations@b-tk.org>, but
    otherwise left the file unaltered.
  * Started this new debian/changelog.
  * Improved helper/RelSteps.

 -- Thaddeus H. Black <thb@debian.org>  Mon, 10 Apr 2006 00:00:00 +0000

Local variables:
mode: debian-changelog
End: