File: changelog

package info (click to toggle)
rubber 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,356 kB
  • sloc: python: 3,760; sh: 124; makefile: 4
file content (490 lines) | stat: -rw-r--r-- 18,133 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
rubber (1.5.1-1) unstable; urgency=high

  * New upstream release.
    Solves problems w/ non-UTF-8 characters in log files.
    Closes: #907988.

  [ Nicolas Boulenguez <nicolas@debian.org> ]
  * Let uscan detect versions with three components.
  * Standards-Version: 4.2.1.

 -- Hilmar Preuße <hille42@web.de>  Mon, 17 Sep 2018 22:14:54 +0200

rubber (1.5-1) unstable; urgency=medium

  * New upstream release, ported to python3.
    - Removed patches included in upstream.

  Bugfixes:
  - Fix stacktrace when parsing BibTeX errors (LP: #1533723).
  - Use open mode r+ for /dev/null instead of rw (LP: #1543622)
  - Always give a relative source path to fig2dev (Closes: #345954).
  - Detect "Missing character" messages in log files (Closes: #384155).
  - Update hooks for all parsers (Closes: #813855, LP: #1470988).
  - Accept uppercase image extensions (LP: #1583475).
    Patch from Matthias Goldhoorn <matthias@goldhoorn.eu>.

  [ Nicolas Boulenguez <nicolas@debian.org> ]
  * Standards-Version: 4.2.0. Rules-Requires-Root: no.
    Stop installing NEWS as changelog.
  * Update list of Suggests, shorten for readability in aptitude.

  [ Ondřej Nový <onovy@debian.org> ]
  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
  * Convert git repository from git-dpm to gbp layout

 -- Hilmar Preuße <hille42@web.de>  Fri, 31 Aug 2018 23:59:52 +0200

rubber (1.4-3) unstable; urgency=medium

  * Remove Suggestion of sam2p (Closes: #824118) and any other
    references to it (rules.ini).
  * 04_r+for_dev_null.diff: Fix open mode of /dev/null (r+ instead
    of rw) (LP: #1543622)
  * 05_uppercase_filename_extensions_for_graphics.diff
    Matthias Goldhoorn <matthias@goldhoorn.eu> to work with files
    having an uppercase file extension. (LP: #1583475)
  * Add Vcs-Svn field.

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/changelog: Remove trailing white-spaces

  [ Nicolas Boulenguez ]
  * [PATCH 01/10] Update watch file to uscan format version 4.
  * [PATCH 02/10] Prefix debhelper config files with package as advised
    by policy.
  * [PATCH 03/10] Debhelper 11, standards-version 4.1.4
  * [PATCH 04/10] Add header to 03_no_sam2p.diff
  * [PATCH 05/10] Fix typo spotted by lintian.
  * [PATCH 06/10] Minimal run time autopkg test.
  * [PATCH 07/10] rules: remove explicit target list confusing recent
    debhelper.
  * [PATCH 08/10] Remove obsolete comments from debian/rules.
  * [PATCH 09/10] Explicit pybuild as debhelper buildsystem.
  * [PATCH 10/10] Remove obsolete python version restrictions.

 -- Hilmar Preuße <hille42@web.de>  Mon, 07 May 2018 15:15:34 +0200

rubber (1.4-2) unstable; urgency=medium

  Two patches from upstream git

  * 01_accurate_log.diff: to get more accurate messages, why rubber
    performed another build
  * 02_bibtex_stacktrace.diff: to avoid a rubber crash for specific
    bibtex errors (LP: #1533723)

 -- Hilmar Preuße <hille42@web.de>  Thu, 21 Jan 2016 20:49:43 +0100

rubber (1.4-1) unstable; urgency=medium

  New upstream release

  List only features/bugs, which close Debian/LP bugs. For full
  list see changelog of upstream.

  Features:
  * We have support for embedding R code via knitr. (LP: #1422759)

  Fixes:
  * Refuse to read logfiles which exceed 1 MB. This avoids out-of-memory
    situations. The limit may be raised with
      % rubber: set logfile_limit 1000000
    (LP: #628150)
  * Rubber complains properly now for nonexisting directives, and
    doesn't just print a stacktrace. This probably (Closes: #374908).
    (LP: #1090115)
  * The command-line parsing of rubber and rubber-info has been merged.
    Thus, the --inplace and --into options are not only accepted by
    Rubber (as they were previously), they also take effect. (LP: #975376)
  * jpeg2ps is now gone from info file and rules.ini (Closes: #805935)

  Input from Nicolas Boulenguez <nicolas@debian.org>
  * add doc-base file to register rubber doc files
  * build and installation is now done using upstreams setup script
    (Closes: #803747)
    It uses texi2dvi, which needs a minimal TL installation -> added
    texlive-latex-base to BD's.

  * add Vcs-Browser field
  * add reportbug script to request more information in bug reports

 -- Hilmar Preuße <hille42@web.de>  Mon, 14 Dec 2015 18:45:32 +0100

rubber (1.3-1) unstable; urgency=medium

  New upstream release
  * all Debian specific modules / patches are now obsolete.
    --> removed

  List only features/bugs, which close Debian/LP bugs. For full
  list see changelog of upstream.

  Features:
  * Support for SyncTeX: (LP: #414431)
  * Support for ltxtable, glossaries and biblatex now in upstream
    (LP: #860661)
  * Support for bibtopic (Closes: #460670)
  * Support for use of bibtex8 (Closes: #471185)

  Fixes:
  * Fix handling of absolute pathnames by not having absolute
    pathnames for the most part. (Closes: #798829) (Closes: #798991)
  * Fix bibtex.path directive. (Closes: #694265) (LP: #686187)
  * Fix ntheorem support. (Closes: #328107)
  * Fix TeX parser to handle spaces and comments between the macro
    and its arguments. More radical than #725355. (LP: #1049883)
  * Fix \includegraphics* (LP: #1478034)
  * Fix elatex being called when etex.sty is used (LP: #856449)

  A few suggestions from Nicolas Boulenguez <nicolas@debian.org>
  (Closes: #797517)
  * switch compat to 9 (no changes).
  * add some packages to Suggests, document why they are needed.
  * copyright is machine-readable now.
  * package is again lintian-clean without override.
  * completely overhauled debian/rules, use dh now. Thanks!

  Upstream thinks that a specific command line parser is not necessary
  and no reaction from submitter for about 5 months. (Closes: #336323).

  Add debian/watch file

 -- Hilmar Preuße <hille42@web.de>  Wed, 21 Oct 2015 21:16:42 +0200

rubber (1.2-1) unstable; urgency=medium

  I re-animated my upstream!!! rubber 1.2 is there.

  * some Debian specific modules/patches are now in upstream
  * shell_escape feature to enable -shell-escape in LaTeX.
    (see upstream changelog for details)
  * add module for pythontex (LP: #1257428)
  * Support for gnuplottex (requires --unsafe)
  * Fix BibTeX called with absolute path and refusing to write.
    (LP: #1287593)
  * Fix LaTeX parsing with optional whitespace (LP: #195258)
  * Fix behavior when .aux is not generated (Closes: #402150)
    (LP: #1208464)
  * Catch broken working directory and print error (LP: #529198)
  * Fix \pdfoutput=1 (Closes: #691305) (LP: #921444)
  * Update homepage (LP: #1169485)
  * Fix crash on nonexisting directory (LP: #529198)
  * Fix CWEB and lhs2tex support which was broken.
  * Fix stdin being leaked to subprocesses, including LaTeX
    (LP: #802169)

 -- Hilmar Preuße <hille42@web.de>  Tue, 07 Jul 2015 23:04:14 +0200

rubber (1.1+20100306-7) unstable; urgency=low

  * Patch from Michael Tänzer <neo+debian@nhng.de> (Closes: #718932)
  * Q&D patch for "\lstinputlisting is incorrectly parsed"
    (Closes: #725355)
  * quilt patches refreshed
  * Add lintian override for debian-rules-ignores-make-clean-error
  * Update Standards version (3.9.6), no changes needed.

 -- Hilmar Preuße <hille42@web.de>  Mon, 18 May 2015 09:39:25 +0200

rubber (1.1+20100306-6) unstable; urgency=medium

  * Transition to dh-python2 (Closes: #752687). Thanks to
    Ricardo Mones for the patch.

 -- Hilmar Preuße <hille42@web.de>  Tue, 09 Sep 2014 09:54:15 +0200

rubber (1.1+20100306-5) unstable; urgency=low

  * fix a typo in last changelog entry (bug was closed manually)
  * improve last changelog entry
  * BIBINPUTS was not honored by biblatex module (Closes: #749699)

 -- Hilmar Preuße <hille42@web.de>  Wed, 25 Jun 2014 13:00:20 +0200

rubber (1.1+20100306-4) unstable; urgency=medium

  * fix a typo in multibib.py (Closes: #683523)
  * replace broken xelatex module (Closes: #725356)
  * Three new modules provided by Sebastian Reichel <sre@debian.org>
    + support for scanning dependencies of ltxtable (Closes: #694836)
    + support for glossaries package (Closes: #694839)
    + basic support for biblatex (Closes: #743362)

 -- Hilmar Preuße <hille42@web.de>  Sun, 30 Mar 2014 22:48:50 +0200

rubber (1.1+20100306-3) unstable; urgency=low

  * Add patch 04_borken_image_conversion.diff
    (Closes: #684731)
  * Add patch 05_rubber-push_vars-bug.diff
    (Closes: #701898)
  * Update to Standards-Version 3.9.5 (co changes needed).

 -- Hilmar Preuße <hille42@web.de>  Thu, 27 Mar 2014 10:50:03 +0200

rubber (1.1+20100306-2) unstable; urgency=medium

  * do not call bibtex with absolute paths, thanks to Benjamin Mako Hill
    for the patch (Closes: #684228). -> 02_rubber_bibtext_20120807.diff
  * ... same for makeindex, thanks to Benjamin Mako Hill for patch
    (Closes: #682892). -> 03_rubber_makeindex_20120808.diff

    The latter causes an FTBFS on package derivations.

 -- Hilmar Preuße <hille42@web.de>  Wed, 08 Aug 2012 14:25:06 +0200

rubber (1.1+20100306-1) unstable; urgency=low

  * New maintainer (Closes: #670755)
  * New upstream snapshot (Closes: #537322)
    - patches for #591533 and #364420 are obsolete
    - has support for nomencl (Closes: #533041)
    - passes correct file name to makeindex (Closes: #444837)
      (Thanks to Paul van Tilburg for the patch)
    - module for ntheorem named correctly this time (Closes: #336184)
    - rubber does not run in endless loop in case of transparent png
      images (Closes: #545273)
  * Install xelatex.py (Closes: #579757)
  * Fix category of info page (01_fix_category_of_info_page.diff)
    (Closes: #424946)
  * Remove /usr/share/rubber/modules/etex.rub for e-TeX support, the
    etex and the elatex binary do not exist any more. (Closes: #592865)

  * Kill some lintian warnings:
    - description-synopsis-starts-with-article
    - binary-arch-rules-but-pkg-is-arch-indep
    - debian-rules-missing-recommended-target
    - debhelper-but-no-misc-depends
  * Remove tetex-bin as alternative dep
  * Fix upstream URI (Closes: #669299)
  * Switch to source format 3.0 (quilt)
  * Update to Standards Version 3.9.3, no changes necessary
  * Use dh_prep instead of dh_clean -k
  * compat level 7, leave deletion of -stamp files to dh_clean
  * Install NEWS file from upstream as /u/s/d/r/changelog.gz

 -- Hilmar Preuße <hille42@web.de>  Mon, 23 Apr 2012 22:38:32 +0200

rubber (1.1-2.4) unstable; urgency=low

  * Non-maintainer upload.
  * Fix the botched previous upload (closes: #597923).  Thanks, Stuart
    Prescott!

 -- Julien Cristau <jcristau@debian.org>  Fri, 24 Sep 2010 12:10:18 +0200

rubber (1.1-2.3) unstable; urgency=low

  * Non-maintainer upload.
  * Fix annoying DeprecationWarning from python 2.6, use hashlib for md5
    (closes: #591533).

 -- Julien Cristau <jcristau@debian.org>  Thu, 23 Sep 2010 14:21:53 +0200

rubber (1.1-2.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Incorporate Ubuntu changes to remove byte compiled (.pyc) files
    (Closes: #492731)
    - debian/control
      + Add python-support depends
      + Add XS/XB-Python-Version
    - debian/rules
      + add call to dh_pysupport
      + change install target to delete the pyc before packaging
  * Update standards version to 3.8.0
    - Move hompage to its own field in debian/control
  * Quote filenames in rules/latex/__init__.py to stop crashes on files with
    spaces in the filename. (Closes: #364420)

 -- Scott Kitterman <scott@kitterman.com>  Thu, 07 Aug 2008 15:07:42 -0400

rubber (1.1-2.1) unstable; urgency=low

  * Non-maintainer upload.

  * Fix RC bug "Rebuilding from source yields a package without a dependency
    on python" (closes: #425078). Changes needed:
    + the package has only private modules, so it's not necessary to use
      python-support or python-central: depend directly on python instead.
    + remove debian/compat, the call to dh_python in debian/rules, and the
      XB-Python-Version header from debian/control.
    + do not build-depend-indep on python-dev, but only on python.

  * Swap the order of the tetex-bin | texlive-latex-base dependency.

 -- Adeodato Simó <dato@net.com.org.es>  Mon, 11 Jun 2007 11:11:43 +0200

rubber (1.1-2) unstable; urgency=low

  * Update for new Python policy.
  * Update to Standards-Version 3.7.2, no changes needed.

 -- Baruch Even <baruch@debian.org>  Sat,  1 Jul 2006 18:28:51 +0000

rubber (1.1-1) unstable; urgency=low

  * New release.
  * Various bugfixes (closes: #247316, #328599, #334886, #345953).
  * Improved log file parser (closes: #329786, #336185).
  * Improved algorithm for file conversion (closes: #242202, #328995, #345982).
  * Support for user rules (closes: #324759, #329009).
  * More control on the application of rules (closes: #328785).
  * Support for unsorted bibliographies (closes: #215676).
  * Track changes in the list of BibTeX databases (closes: #343681).
  * Support for xindy (closes: #344193).
  * Support for sam2p (closes: #328994).
  * Improved fig2dev support (closes: #331149, #345954).
  * Minimal support for ntheorem (closes: #336184).
  * Simpler meaning for -z command-line option (closes: #239661).
  * Changed dependencies to support TeXLive (closes: #354555).

 -- Emmanuel Beffara <manu@beffara.org>  Fri, 17 Mar 2006 15:11:12 +0100

rubber (1.0-1) unstable; urgency=low

  * New release.
  * Various bugfixes (closes: #278453, #317445).
  * New system for detecting graphics conversion rules (closes: #283448).
  * Fixed the command line for some external tools (closes: #284530, #316548).
  * Some new command-line switches (closes: #190554).

 -- Emmanuel Beffara <manu@beffara.org>  Mon, 11 Jul 2005 14:52:35 +0200

rubber (0.99.8-1) unstable; urgency=low

  * New release.
  * Ignore \includegraphics when the file name contains # or \
    (closes: #242906).
  * Added support for combined PDF/LaTeX from XFig (closes: #260850)
  * Added support for e-TeX and Omega (closes: #265240)
  * Better check for availablility of external tools
  	(closes: #247666, hopefully)

 -- Emmanuel Beffara <manu@beffara.org>  Fri, 27 Aug 2004 22:56:38 +0100

rubber (0.99.7-6) unstable; urgency=low

  * Added homepage link to package description
  * rubber-pipe should send output to stdout and not stderr.
  * Correct minus signs in man pages. Thanks Lintian!
  * Add rubber-pipe manpage, it's a link to rubber(1).

 -- Baruch Even <baruch@debian.org>  Mon, 24 May 2004 08:11:40 +0300

rubber (0.99.7-5) unstable; urgency=low

  * Add Baruch Even as co-maintainer.
  * Remove the Suggest-ion for jpeg2ps, there is no such thing in the archive
    anymore. (closes: #250044)
  * Install the upstream changelog with the correct name.

 -- Baruch Even <baruch@debian.org>  Thu, 20 May 2004 21:10:57 +0300

rubber (0.99.7-4) unstable; urgency=low

  * REALLY fix the damn thing, missed a part of the provided fix.

 -- Baruch Even <baruch@debian.org>  Tue,  4 May 2004 08:54:11 +0300

rubber (0.99.7-3) unstable; urgency=low

  * Fixed parameter reference (closes: #246619)

 -- Baruch Even <baruch@debian.org>  Sat,  1 May 2004 10:34:49 +0300

rubber (0.99.7-2) unstable; urgency=low

  * Added texinfo to Build-Depends (closes: #235088).

 -- Baruch Even <baruch@debian.org>  Sun, 29 Feb 2004 21:10:28 +0200

rubber (0.99.7-1) unstable; urgency=low

  * New release.
  * Support for \graphicspath (closes: #183825).
  * Support for package natbib (closes: #184316).
  * Changed parsing rule for \usepackage (closes: #189680).
  * Included NMU for Python dependencies (closes: #208922).
  * Made --clean mode verbose (closes: #216101).
  * Added interface for ImageMagick (closes: #216220).
  * Change error format to GNU style (closes: #219540).
  * BibTeX bugfixes (closes: #227575).
  * Support for pdfTeX in DVI mode (closes: #228675).
  * Support for package multibib (closes: #229149).

 -- Emmanuel Beffara <manu@beffara.org>  Fri, 21 Feb 2004 15:08:42 +0100

rubber (0.99.6-1.1) unstable; urgency=low

  * NMU.
  * Fix python dependencies (closes: #207322).

 -- Matthias Klose <doko@debian.org>  Fri,  5 Sep 2003 23:40:39 +0200

rubber (0.99.6-1) unstable; urgency=low

  * New upstream version

 -- Baruch Even <baruch@debian.org>  Mon, 14 Apr 2003 19:08:07 +0300

rubber (0.99.5-1) unstable; urgency=low

  * New release.
  * User-visible changes are now listed in the NEWS file.

 -- Emmanuel Beffara <manu@beffara.org>  Wed,  4 Dec 2002 07:55:35 +0100

rubber (0.99.4-2) unstable; urgency=low

  * Removed "-terse" from BibTeX calling convention.
  * Fixed date calculation that caused useless compilations.
  * Fixed the way Python is searched for in ./configure.

 -- Emmanuel Beffara <manu@beffara.org>  Fri,  8 Nov 2002 23:38:13 +0100

rubber (0.99.4-1) unstable; urgency=low

  * Switched to version 0.99.4, introducing modules for minitoc and
    gzipped figures. This also fixes some bugs and cleans the code for
    external program execution, but breaking system independence by using
    UNIX-specific features.

 -- Emmanuel Beffara <manu@beffara.org>  Wed,  6 Nov 2002 13:45:57 +0100

rubber (0.99.3-2) unstable; urgency=low

  * Fixed package dependencies, both about Python and teTeX.

 -- Emmanuel Beffara <manu@beffara.org>  Thu, 31 Oct 2002 19:44:40 +0100

rubber (0.99.3-1) unstable; urgency=low

  * Switched to version 0.99.3, introducing initial XFig support and some
    bugfixes and improvements.

 -- Emmanuel Beffara <manu@beffara.org>  Sat, 12 Oct 2002 17:42:45 +0200

rubber (0.99.2-1) unstable; urgency=low

  * Switched to version 0.99.2, introducing the --force option, various
    bugfixes and small improvements (notably Metapost dependency
    analysis), and the man pages for rubber-info.

 -- Emmanuel Beffara <manu@beffara.org>  Fri,  6 Sep 2002 11:02:11 +0200

rubber (0.99.1-1) unstable; urgency=low

  * Switched to version 0.99.1. This mainly introduces a better dependency
    system and the modular graphics support, with a few other
    improvements.

 -- Emmanuel Beffara <manu@beffara.org>  Fri, 21 Jun 2002 16:05:39 +0200

rubber (0.99-1) unstable; urgency=low

  * Initial Release.

 -- Emmanuel Beffara <manu@beffara.org>  Fri, 31 May 2002 11:54:47 +0200