File: changelog

package info (click to toggle)
dot2tex 2.11.3-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,740 kB
  • sloc: python: 3,673; makefile: 119
file content (330 lines) | stat: -rw-r--r-- 10,482 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
dot2tex (2.11.3-8) unstable; urgency=medium

  * debian/control
    - Bump Standards-Version to 4.7.0.
  * debian/patches/invalid-escape-sequence.patch
    - Fix typo and properly mark raw string literal (Closes: #1085553).

 -- Doug Torrance <dtorrance@debian.org>  Sun, 29 Dec 2024 13:19:25 -0500

dot2tex (2.11.3-7) unstable; urgency=medium

  * Team upload.
  * Port to Sphinx 8.0 (closes: #1090097).

 -- Colin Watson <cjwatson@debian.org>  Thu, 19 Dec 2024 01:29:48 +0000

dot2tex (2.11.3-6) unstable; urgency=medium

  * debian/control
    - Add graphviz, preview-latex-style, and texlive-pstricks to
      Build-Depends; needed for tests.
    - Make texlive-pstricks its own item in Recommends rather than a backup
      for texlive-pictures.
    - Move python3-pyparsing from Build-Depends-Indep to Build-Depends;
      unnecessary since the only binary package is already architecture
      independent.  Also drop the minimum version as a higher version now
      exists in oldoldstable.
    - Add Testsuite field to run autodep8 tests.
  * debian/patches/invalid-escape-sequences
    - New patch; fix invalid escape sequences (Closes: #1065655).
  * debian/patches/skip-semicolon-test.patch
    - New patch; skip semicolon test.  It is known not to work in Python 3.
  * debian/rules
    - Pass --test-args to pybuild with location of tests.
    - New execute_after_dh_auto_clean target; clean up documentation build
      directory (Closes: #1044970).

 -- Doug Torrance <dtorrance@debian.org>  Mon, 18 Mar 2024 22:49:25 -0400

dot2tex (2.11.3-5) unstable; urgency=medium

  * debian/control
    - Add myself to Uploaders (Closes: #1065139).
    - Add Rules-Requires-Root field (no).
  * debian/watch
    - Use uscan version 4.

 -- Doug Torrance <dtorrance@debian.org>  Sat, 16 Mar 2024 21:45:26 -0400

dot2tex (2.11.3-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.2, no changes needed.

  [ Sandro Tosi ]
  * orphan

 -- Sandro Tosi <morph@debian.org>  Fri, 01 Mar 2024 01:10:44 -0500

dot2tex (2.11.3-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 9 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address

 -- Sandro Tosi <morph@debian.org>  Tue, 14 Sep 2021 23:28:48 -0400

dot2tex (2.11.3-2) unstable; urgency=medium

  * debian/control
    - b-d-i on python3-pyparsing

 -- Sandro Tosi <morph@debian.org>  Sat, 18 Jan 2020 17:43:15 -0500

dot2tex (2.11.3-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.1.
  * d/control: Remove trailing whitespaces.

  [ Sandro Tosi ]
  * New upstream release; Closes: #933310
  * debian/copyright
    - update upstream copyright notice
  * Switch to python3; Closes: #936440

 -- Sandro Tosi <morph@debian.org>  Thu, 19 Dec 2019 14:36:49 -0500

dot2tex (2.9.0-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol

  [ Sandro Tosi ]
  * debian/patches/sphinx-1.8-gh-63.patch
    - fix FTBFS with sphinx 1.8 by removing pngmath extension; Closes: #918814
  * debian/control
    - bump Standards-Version to 4.3.0 (no changes needed)
  * debian/copyright
    - extend packaging copyright years

 -- Sandro Tosi <morph@debian.org>  Mon, 28 Jan 2019 22:39:29 -0500

dot2tex (2.9.0-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Update the Recommends from pgf to texlive-pictures.
    (Closes: #867070)

 -- Adrian Bunk <bunk@debian.org>  Mon, 31 Jul 2017 11:39:38 +0300

dot2tex (2.9.0-2) unstable; urgency=medium

  * upload to unstable

 -- Sandro Tosi <morph@debian.org>  Sat, 15 Aug 2015 19:52:46 +0100

dot2tex (2.9.0-1) experimental; urgency=low

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.
  * Remove DM-Upload-Allowed; it's no longer used by the archive
    software.

  [ Sandro Tosi ]
  * New upstream release; Closes: #748767
  * Acknowledge NMU; thanks Julien; Closes: #725066
  * debian/control
    - adopt package; Closes: #739877
    - use X-P-V instead of the obsolete d/pyversions
    - bump Standards-Version to 3.9.6 (no changes needed)
    - update Homepage field
  * debian/{control, rules}
    - switch from cdbs to dh sequencer
    - switch from python-support to dh_python2
  * debian/pycompat
    - removed, obsolete
  * debian/{compat, control}
    - bump dh compat level to 9
  * debian/source/format
    - switch to 3.0 (quilt) source format
  * debian/watch
    - use PyPI redirector
  * debian/copyright
    - switch to DEP-5 format
    - update upstream copyright years
  * debian/rules
    - repack no longer needed
    - install the right upstream changelog file
  * debian/{control, doc-base, docs, rules}
    - build and install sphinx documentation
  * debian/{examples, rules}
    - install examples in d/rules

 -- Sandro Tosi <morph@debian.org>  Wed, 25 Feb 2015 20:08:42 +0000

dot2tex (2.8.7+repack-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * Fix ImportError in dotparsing.py (closes: #725066)

 -- Julien Cristau <jcristau@debian.org>  Thu, 06 Feb 2014 16:52:31 +0100

dot2tex (2.8.7+repack-1) unstable; urgency=low

  * New upstream release
  * debian/control: new Standards-Version
  * debian/rules: introduced a get-orig-source rule to repack the
    tarball because of bad permissions
  * debian/doc-base: added
  * debian/copyright: updated year and license information

 -- Peter Collingbourne <peter@pcc.me.uk>  Wed, 10 Feb 2010 22:35:17 +0000

dot2tex (2.8.6-1) unstable; urgency=low

  * New upstream release
  * debian/control: new Standards-Version
  * debian/dot2tex.1: documented the --pgf118 option
  * debian/dot2tex.1: fixed typo
  * debian/dot2tex.1: documented the mechanism for automatic conversion
    of dot files to xdot format

 -- Peter Collingbourne <peter@pcc.me.uk>  Wed, 29 Jul 2009 21:37:05 -0700

dot2tex (2.8.5-1) unstable; urgency=low

  [ Sandro Tosi ]
  * debian/control
    - switch Vcs-Browser field to viewsvn

  [ Marco Rodrigues ]
  * debian/control:
    + Add ${misc:Depends} to Depends to remove
      lintian warning.

  [ Peter Collingbourne ]
  * New upstream release
  * debian/control: new Standards-Version
  * debian/control: generated files now require pgf >= 2.00
  * debian/copyright: changed year to 2009
  * debian/control, debian/copyright, debian/dot2tex.1: changed
    maintainer email address (again)
  * debian/copyright: refer specifically to GPL-2
  * debian/copyright: use the word Copyright to correctly express
    copyright ownership

 -- Peter Collingbourne <peter@pcc.me.uk>  Sun, 15 Mar 2009 16:23:06 +0000

dot2tex (2.8.4-1) unstable; urgency=low

  * New upstream release
  * debian/dot2tex.1: documented --cache option
  * debian/control: changed maintainer email address

 -- Peter Collingbourne <peter@peter.uk.to>  Mon, 29 Sep 2008 00:58:56 +0100

dot2tex (2.8.2-1) unstable; urgency=low

  [ Peter Collingbourne ]
  * New upstream release
  * debian/patches/01-shebang.patch: removed, applied upstream
  * debian/rules: simple-patchsys removed, no longer required
  * debian/control
    - updated Standards-Version
    - removed references to tetex
    - removed unnecessary ~ in python version number

  [ Piotr Ożarowski ]
  * Added DM-Upload-Allowed: yes

 -- Peter Collingbourne <pcc03@doc.ic.ac.uk>  Thu, 12 Jun 2008 14:04:56 +0100

dot2tex (2.8.1-1) unstable; urgency=low

  * New upstream release
  * debian/control:
    - replaced dependency on pydot with pyparsing and graphviz
    - replaced python-all-dev Build-Dep with python
    - moved Build-Depends on pyparsing to Build-Depends-Indep
  * debian/copyright: added 2008 to upstream copyright
  * debian/watch: escaped the dots
  * debian/pyversions, debian/control: package now works with only
    Python 2.4+

 -- Peter Collingbourne <pcc03@doc.ic.ac.uk>  Mon, 26 May 2008 15:32:30 +0100

dot2tex (2.7.0-1) unstable; urgency=low

  * New upstream release
  * dot2tex/dot2tex.py: backed out all changes apart from shebang as
    taken upstream
  * debian/dot2tex.1: documented new command line option --codeonly
  * debian/rules: moved patching system to CDBS simple-patchsys
  * debian/control: updated Standards-Version
  * debian/control: added Uploaders, Vcs-Svn, Vcs-Browser fields for
    PAPT
  * debian/copyright: changed year to 2008

 -- Peter Collingbourne <pcc03@doc.ic.ac.uk>  Wed, 16 Jan 2008 01:31:30 +0000

dot2tex (2.6.1-1) unstable; urgency=low

  * New upstream release
  * dot2tex/dot2tex: removed shebang (added upstream)

 -- Peter Collingbourne <pcc03@doc.ic.ac.uk>  Tue, 13 Nov 2007 16:04:10 +0000

dot2tex (2.6.0-1) unstable; urgency=low

  * New upstream release
  * debian/copyright: changed years to 2007
  * debian/dot2tex.1: documented new command line options
  * debian/README.Debian: removed as upstream now calls the script
    dot2tex
  * debian/rules: no longer rename script as upstream now calls it
    dot2tex
  * dot2tex/dot2tex: added shebang
  * dot2tex/dot2tex.py: removed shebang

 -- Peter Collingbourne <pcc03@doc.ic.ac.uk>  Fri, 05 Oct 2007 16:41:28 +0100

dot2tex (2.5.0-1) unstable; urgency=low

  * New upstream release (closes: #427034)
  * Added Recommends: preview-latex-style (for --preproc flag)
  * dot2tex/dot2tex.py: error messages make reference to Debian
    packages and filenames
  * debian/watch: new download location

 -- Peter Collingbourne <pcc03@doc.ic.ac.uk>  Tue, 17 Jul 2007 15:20:20 +0100

dot2tex (2.0.3-1) unstable; urgency=low

  * New upstream release

 -- Peter Collingbourne <pcc03@doc.ic.ac.uk>  Fri, 01 Jun 2007 15:51:56 +0100

dot2tex (2.0.1-1) unstable; urgency=low

  * New upstream release

 -- Peter Collingbourne <pcc03@doc.ic.ac.uk>  Wed, 09 May 2007 16:00:56 +0100

dot2tex (1.5.1-1) unstable; urgency=low

  * New upstream release

 -- Peter Collingbourne <pcc03@doc.ic.ac.uk>  Tue, 20 Mar 2007 01:54:53 +0000

dot2tex (1.5.0-1) unstable; urgency=low

  * Initial release (Closes: #398092)
  * Wrote manpage
  * Renamed dot2tex.py to dot2tex

 -- Peter Collingbourne <pcc03@doc.ic.ac.uk>  Tue,  5 Dec 2006 10:24:24 +0000