File: changelog

package info (click to toggle)
unoconv 0.7-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 580 kB
  • sloc: python: 979; makefile: 147; sh: 10
file content (194 lines) | stat: -rw-r--r-- 6,705 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
unoconv (0.7-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add a patch to use python3-looseversion instead
    of removed python3-distutils (Closes: #1076522)
    (LP: #2085639)
  * Update d/watch

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Update watch file format version to 4.
  * Use set -e rather than passing -e on the shebang-line.
  * Bump debhelper from deprecated 7 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Change priority extra to priority optional.
  * Update renamed lintian tag names in lintian overrides.

 -- Alexandre Detiste <tchet@debian.org>  Fri, 28 Mar 2025 11:51:55 +0100

unoconv (0.7-2) unstable; urgency=high

  * d/control: update Vcs-* fields.
  * d/patches: don't update linked document by default. CVE-2019-17400.
    Closes: #943561.

 -- Vincent Bernat <bernat@debian.org>  Sat, 26 Oct 2019 17:07:44 +0200

unoconv (0.7-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Set TZ=UTC in asciidoc to make the embedded dates invariant to timezones
    in order to make the package build reproducibly. Closes: #795975.

 -- Eduard Sanou <dhole@openmailbox.org>  Mon, 17 Aug 2015 12:22:05 +0200

unoconv (0.7-1) unstable; urgency=medium

  * New upstream release.
     + New --preserve option can preserve timestamps. Closes: #481622.
     + "fodt" and "docx" text format are now supported. Closes: #659886.
  * Drop patches applied upstream:
     + python3-support.patch
     + python3-stdout-fix.patch
     + dont-show-changes.patch
     + spelling-errors-unoconv-manual.patch
     + support-for-wps.patch
     + support-for-xlsx.patch
  * Add a patch to ensure use of python3 interpreter.
     + 0001-Use-python3-interpreter.patch
  * Bump Standards-Version.

 -- Vincent Bernat <bernat@debian.org>  Tue, 11 Aug 2015 15:34:33 +0200

unoconv (0.6-6) unstable; urgency=low

  * Add support for Microsoft Works and Microsoft Excel 2007 XML.
    Closes: #734434.

 -- Vincent Bernat <bernat@debian.org>  Sat, 11 Jan 2014 20:01:58 +0100

unoconv (0.6-5) unstable; urgency=low

  * Fix use of `--stdout` with Python3. Closes: #718481.

 -- Vincent Bernat <bernat@debian.org>  Sun, 29 Dec 2013 17:58:05 +0100

unoconv (0.6-4) unstable; urgency=low

  * Drop no-asciidoc-for-selinux.patch. Not needed anymore. Closes: #732351.
  * Patch for spelling errors in the manual page. Thanks to Olly Betts for
    the patch and to Paul Wise to report it. Closes: #732352.
  * Bump Standards-Version.

 -- Vincent Bernat <bernat@debian.org>  Sat, 21 Dec 2013 17:21:23 +0100

unoconv (0.6-3) unstable; urgency=low

  * Depends on python3-uno (>= 4.0) to ensure to have the version
    supporting Python 3.3. Closes: #717485.

 -- Vincent Bernat <bernat@debian.org>  Sun, 21 Jul 2013 12:59:47 +0200

unoconv (0.6-2) unstable; urgency=low

  * Patch to avoid to show changes. Should closes: #624295.
  * Patch for Python 3 support. Closes: #707337.
  * Depends on python3-uno.

 -- Vincent Bernat <bernat@debian.org>  Sat, 20 Jul 2013 12:17:45 +0200

unoconv (0.6-1) unstable; urgency=low

  * New upstream version. Closes: #700893.
  * Don't recommend the whole LibreOffice suite, only core
    components. Closes: #710799.
  * Bump Standards-Version to 3.9.4.
  * Update Vcs-* fields.
  * Update debian/watch.
  * Drop doc-base integration: we only install the manual page.
  * Add a Lintian override for Conflicts with older versions of
    odt2txt. It is legit.

 -- Vincent Bernat <bernat@debian.org>  Sun, 02 Jun 2013 16:32:40 +0200

unoconv (0.5-1) unstable; urgency=low

  * New upstream version. Closes: #670574.
     + Typo in manual page fixed. Closes: #594648.
     + Don't use deprecated command line switches with Libre
       Office. Closes: #640771
  * Update debian/watch to use GitHub.
  * Bump Standards-Version to 3.9.3.
  * Do not build selinux.html: selinux.txt is not a valid asciidoc file.
  * Fix spelling error in unoconv.1.
  * Register documentation with doc-base.

 -- Vincent Bernat <bernat@debian.org>  Sat, 28 Apr 2012 09:51:22 +0200

unoconv (0.4-3) unstable; urgency=low

  * Move libreoffice from Suggests to Recommends since libreoffice-core
    does not depend on most important modules any more. Closes: #641806.
  * Bump Standards-Version to 3.9.2.

 -- Vincent Bernat <bernat@debian.org>  Sun, 25 Sep 2011 09:35:06 +0200

unoconv (0.4-2) unstable; urgency=low

  * Add a README.Debian file to notice that unoconv will only be able to
    convert some formats only if the appropriate LibreOffice package is
    installed. Closes: #491456.

 -- Vincent Bernat <bernat@debian.org>  Sat, 05 Mar 2011 12:34:48 +0100

unoconv (0.4-1) unstable; urgency=low

  * New upstream version.
      + Drop patch to support Impress templates which is included upstream.
      + Fix manpage with invalid option. Closes: #569160.
  * Switch to 3.0 (quilt) format.
  * Bump Standards-Version to 3.9.1.
  * Depends on LibreOffice packages instead of OpenOffice.org ones.
  * Switch to debhelper 7.

 -- Vincent Bernat <bernat@debian.org>  Sat, 05 Mar 2011 12:28:32 +0100

unoconv (0.3-6) unstable; urgency=low

  * Recommends openoffice.org-headless or openoffice.org-core (>= 1:3)
    since it is already headless capable.
  * Also recommends openoffice.org-java-common. This should closes: #501440.
  * Bump Standards-Version to 3.8.3. No change required.

 -- Vincent Bernat <bernat@debian.org>  Tue, 27 Oct 2009 20:00:19 +0100

unoconv (0.3-5) unstable; urgency=low

  * Recommends openoffice.org-headless instead of openoffice.org.
  * Suggests openoffice.org.

 -- Vincent Bernat <bernat@debian.org>  Wed, 19 Nov 2008 19:51:40 +0100

unoconv (0.3-4) unstable; urgency=low

  * Recommends openoffice.org. Without openoffice.org-writer, unoconv
    cannot convert a text document for example. This leads to bugs similar
    to #491456 (but there seems to be other reasons for such bug).
  * Update to new Standards-Version. No changes required.
  * In debian/control:
     + add Vcs-* fields
     + remove DM-Upload-Allowed field
  * Convert debian/copyright to machine readable format

 -- Vincent Bernat <bernat@debian.org>  Sun, 17 Aug 2008 13:01:43 +0200

unoconv (0.3-3) unstable; urgency=low

  * Add support for Impress templates, thanks to Sune Vuorela (Closes:
    #456654).

 -- Vincent Bernat <bernat@luffy.cx>  Mon, 17 Dec 2007 22:27:11 +0100

unoconv (0.3-2) unstable; urgency=low

  * Use update-alternatives to provide odt2txt, thanks to Michal Politowsk
    (Closes: #451586).

 -- Vincent Bernat <bernat@luffy.cx>  Sat, 17 Nov 2007 11:38:42 +0100

unoconv (0.3-1) unstable; urgency=low

  * Initial release (Closes: #444885)

 -- Vincent Bernat <bernat@luffy.cx>  Mon, 01 Oct 2007 20:14:53 +0200