File: changelog

package info (click to toggle)
archmage 1%3A0.4.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 440 kB
  • sloc: python: 732; sh: 13; makefile: 4
file content (264 lines) | stat: -rw-r--r-- 8,883 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
archmage (1:0.4.2.1-1) unstable; urgency=low

  * New upstream release.
  * Add missing python3-bs4 and python3-chm dependencies
    (Closes: #950817, #949758)

 -- Mikhail Gusarov <dottedmag@debian.org>  Thu, 13 Feb 2020 22:18:58 +0100

archmage (1:0.4.1-2) unstable; urgency=low

  * Add missing python3-sgmllib3k build-dependency
    (Closes: #949758)

 -- Mikhail Gusarov <dottedmag@debian.org>  Sat, 25 Jan 2020 18:39:41 +0100

archmage (1:0.4.1-1) unstable; urgency=low

  * New upstream release:
    - debian/rules: Enable testsuite.
    - debian/source/lintian-overrides: Add override for test CHM file.
  * Add missing python3-sgmllib3k dependency (Closes: #946816).
  * Require python3-chm >= 0.8.6, otherwise chmlib.chm_open fails on
    Unicode filenames.

 -- Mikhail Gusarov <dottedmag@debian.org>  Tue, 24 Dec 2019 10:05:17 +0100

archmage (1:0.4.0-1) unstable; urgency=medium

  [Ondřej Nový]
  * Use debhelper-compat instead of debian/compat.

  [ Mikhail Gusarov ]
  * New upstream release (Closes: #934876, #936147)
    - debian/control: Use Python 3, update homepage, add testsuite
    - debian/rules: Use Python 3
    - debian/copyright: Update
    - debian/patches/bs4-transition.patch: drop, applied upstream
    - debian/compat: Update to latest Debhelper

  [ Debian Janitor ]
  * Remove empty debian/patches/series.
  * Use secure URI in Homepage field.
  * Bump debhelper dependency to >= 12, since that's what is used in
    debian/compat.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.

  [ Sandro Tosi ]
  * debian/control
    - bump Standards-Version to 4.4.1 (no changes needed)

 -- Sandro Tosi <morph@debian.org>  Sun, 15 Dec 2019 00:16:27 -0500

archmage (1:0.3.1-4) unstable; urgency=medium

  [Mikhail Gusarov]
  * Use beautifulsoup4 instead of ancient BeautifulSoup 3
    (Closes: #891090).
  * Bump Standards-Version, no changes required.

  [Ondřej Nový]
  * d/watch: Use https protocol
  * d/changelog: Remove trailing whitespaces

 -- Mikhail Gusarov <dottedmag@debian.org>  Sun, 11 Mar 2018 19:57:27 +0100

archmage (1:0.3.1-3) unstable; urgency=low

  * Do not fail upgrade if /etc/archmage is not present
    (Closes: #785752)

 -- Mikhail Gusarov <dottedmag@debian.org>  Tue, 19 May 2015 22:57:40 +0200

archmage (1:0.3.1-2) unstable; urgency=low

  * Remove empty /etc/archmage on upgrades (Closes: #782797).

 -- Mikhail Gusarov <dottedmag@debian.org>  Sun, 10 May 2015 12:04:44 +0200

archmage (1:0.3.1-1) unstable; urgency=low

  * New upstream release.
  * Depend and B-D on python-setuptools, used by new version.
  * Bump debhelper compatibility level to 9.
  * Drop debian/patches/python-interpreter.diff, changed upstream.
  * Drop debian/patches/fix-directory-traversal.patch, applied upstream.
  * Drop /etc/archmage/arch.conf, no longer configurable.
  * Bump Standards-Version, no changes required.

 -- Mikhail Gusarov <dottedmag@debian.org>  Sat, 07 Mar 2015 21:36:33 +0100

archmage (1:0.2.4-4) unstable; urgency=high

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Mikhail Gusarov ]
  * Fix directory traversal bug (Closes: #776164).

 -- Mikhail Gusarov <dottedmag@debian.org>  Mon, 02 Feb 2015 09:54:13 +0100

archmage (1:0.2.4-3) unstable; urgency=low

  * Convert package to use dh_python2 (Closes: #631395)
  * Drop preinst, it was only necessary for pycentral -> pysupport
    conversion, happened in Squeeze.
  * Bump Standards-Version, no changes required.

 -- Mikhail Gusarov <dottedmag@debian.org>  Sun, 14 Aug 2011 23:17:02 +0200

archmage (1:0.2.4-2) unstable; urgency=low

  * Convert package to 3.0 (quilt).
  * Use debhelper 7 instead of cdbs.
  * Install upstream NEWS file as changelog.
  * Bump Standards-Version, no changes required.
  * Remove debian/pycompat, it is not useful anymore.
  * Make debian/copyright machine readable.
  * Demote links, elinks and htmldoc Recommends to Suggests (Closes: #587035).

 -- Mikhail Gusarov <dottedmag@debian.org>  Tue, 29 Jun 2010 15:32:54 +0700

archmage (1:0.2.4-1) unstable; urgency=low

  * New upstream release
    - Fixes bug with improper unpacking of CHM files containing index.html
    (Closes: #534616).
  * Standards-Version bumped to 3.8.2, no changes required.
  * Added python-beautifulsoup to Depends, required upstream.
  * Added elinks | links to Recommends, enables convertion to plain text.
  * Added htmldoc to Recommends, enables convertion to pdf.

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Thu, 06 Aug 2009 00:05:12 +0700

archmage (1:0.2.3-1) unstable; urgency=low

  * New upstream release.

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Sun, 14 Jun 2009 17:40:51 +0700

archmage (1:0.2-1) unstable; urgency=low

  * New upstream release.
    - Fixes traceback on error path if destination directory already
      exists (Closes: #521042).
    - Removed html_to_text.py-is-not-executable.diff patch, no longer
      relevant.
  * Standards-Version bumped to 3.8.1, no changes required.
  * Switched to python-support.
    - added preinst script to de-register from pycentral.
  * python-all-dev build-dependency relaxed to python, as no binary
    modules are built.

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Thu, 02 Apr 2009 15:55:49 +0700

archmage (1:0.1.9-3) unstable; urgency=low

  [ Mikhail Gusarov ]
  * Added description to patches (lintian warning):
    - debian/patches/python-interpreter.diff
    - debian/patches/html_to_text.py-is-not-executable.diff
  * debian/control:
    - More detailed description (lintian warning).
    - Standards-Version bumped to 3.8.0:
      + debian/README.source added.

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

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

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Tue, 17 Feb 2009 00:20:21 +0600

archmage (1:0.1.9-2) unstable; urgency=low

  [ Mikhail Gusarov ]
  * Package is now maintained in PAPT:
    - PAPT added to Uploaders.
  * python-central dependency bumped to >= 0.6, fixing spurious empty
    /usr/lib in package.
  * Standards-Version bumped to 3.7.3, no changes needed.
  * Watchfile updated: 0.1.9beta1 < 0.1.9 according to upstream developer.

  [ Piotr Ożarowski ]
  * Vcs-Svn, Vcs-Browser and Homepage fields added.

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Thu, 01 May 2008 23:18:00 +0700

archmage (1:0.1.9-1) unstable; urgency=low

  * New upstream release.
  * Epoch 1, because 0.1.9beta1 > 0.1.9. Shame on me :(
  * New patch: html_to_text.py-is-not-executable.diff, removing useless #!
    on python module.

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Thu, 12 Jul 2007 00:53:38 +0700

archmage (0.1.9beta1-1) unstable; urgency=low

  * New upstream release (yes, it's named 'beta', but this is
    regular release, author just targets 1.0 soon):
    * Copyright file updated.
    * toc-extension-case-insensitive.diff patch dropped: applied upstream.
    * python-interpreter.diff patch refreshed.
    * manpage moved from debian/archmage.1 to archmage.1.
  * libapache-mod-python removed from Suggests: Apache 1 is no longer in
    sid (Closes: #429714).

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Wed, 04 Jul 2007 15:04:45 +0700

archmage (0.0.8-2) unstable; urgency=low

  * Added patch fixing problem with uppercase extensions of
    table-of-contents files, taken from upstream (Ubuntu: #99758).
  * Description updated: irrelevant parts removed (Closes: #429241).
  * Copyright updated (Closes: 429240).

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Sun, 17 Jun 2007 00:33:13 +0700

archmage (0.0.8-1) unstable; urgency=low

  * New upstream release
  * Using quilt to manage patches
  * Debhelper compatibilty level bumped to 5. No changes required.
  * Added watch file.

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Sun, 21 Jan 2007 18:44:45 +0600

archmage (0.0.7-2) unstable; urgency=low

  * First upload to unstable (Closes: #204606)

  * Added libapache2-mod-python to Suggests
  * Converted to use python-central
  * Policy bumped to 3.7.2. No changes required
  * Build-Depends adjusted as lintian suggests
  * Updated FSF address
  * Fixed syntax in archmage.1 manpage
  * /usr/bin/archmage uses #!/usr/bin/python

 -- Mikhail Gusarov <dottedmag@dottedmag.net>  Sat,  7 Oct 2006 01:10:54 +0700

archmage (0.0.7-1) unstable; urgency=low

  * New upstream release

 -- Basil Shubin <bashu@users.sourceforge.net>  Fri, 24 Feb 2006 16:49:20 +0600

archmage (0.0.7-pre2-1) unstable; urgency=low

  * New upstream release
  * Fixed: debian/archmage.1

 -- Basil Shubin <bashu@surgut.ru>  Mon, 22 Aug 2005 20:19:51 +0700

archmage (0.0.7-pre1-1) unstable; urgency=low

  * Initial Release (Closes: #313203, #204606).

 -- Basil Shubin <bashu@surgut.ru>  Fri, 19 Aug 2005 08:01:55 +0700