File: changelog

package info (click to toggle)
rawdog 2.23-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 352 kB
  • sloc: python: 1,989; sh: 1,731; makefile: 8
file content (269 lines) | stat: -rw-r--r-- 8,633 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
rawdog (2.23-2) unstable; urgency=medium

  * Include @ in autopkgtest dependencies. (Closes: #919580)

 -- Adam Sampson <ats@offog.org>  Thu, 17 Jan 2019 16:18:03 +0000

rawdog (2.23-1) unstable; urgency=medium

  * New upstream release
  * Migrate the repository to salsa.debian.org, and update Vcs-Browser and
    Vcs-Git to match.
  * Changes to meet Debian policy version 4.3.0: update the Format: URL in
    debian/copyright, install rawdog's NEWS file as NEWS.gz rather than
    changelog.gz, and update Standards-Version.
  * Use explicit Depends: rather than Restrictions: need-recommends in
    autopkgtest configuration; the latter is now deprecated.
  * Remove X-Python-Version: from the control file; this is no longer needed,
    as oldstable has Python 2.7.
  * Update to debhelper compat level 11, where the distutils build system has
    been deprecated; use Pybuild instead.

 -- Adam Sampson <ats@offog.org>  Wed, 26 Dec 2018 21:26:18 +0000

rawdog (2.22-1) unstable; urgency=medium

  * New upstream release (Closes: #839294)
  * Check that the package meets Debian policy version 3.9.8 (no further
    changes needed), and update Standards-Version.
  * Use HTTPS version of Vcs-* URLs.

 -- Adam Sampson <ats@offog.org>  Tue, 11 Oct 2016 19:05:51 +0000

rawdog (2.21-1) unstable; urgency=medium

  * New upstream release
  * Check that the package meets Debian policy version 3.9.6 (no further
    changes needed), and update Standards-Version.
  * Remove "XS-Testsuite: autopkgtest" from the control file; dpkg 1.17.11
    adds this automatically.
  * Add dh-python as an explicit build dependency.

 -- Adam Sampson <ats@offog.org>  Sat, 18 Jul 2015 23:46:13 +0000

rawdog (2.20-1) unstable; urgency=medium

  * New upstream release (Closes: #761551)

 -- Adam Sampson <ats@offog.org>  Mon, 15 Sep 2014 22:26:06 +0000

rawdog (2.19-2) unstable; urgency=low

  * Add Vcs-Git and Vcs-Browser information to the package.
  * Convert the package's GPG signing key to ASCII-armored format, which is
    now supported by uscan and lintian.
  * Add autopkgtest support, using rawdog's test suite to test the installed
    version of rawdog.

 -- Adam Sampson <ats@offog.org>  Mon, 04 Aug 2014 14:47:57 +0000

rawdog (2.19-1) unstable; urgency=low

  * New maintainer (Closes: #660507)
  * New upstream release (Closes: #651080, #737116)
  * Remove Debian patch that replaced feedfinder; this was merged upstream and
    extended in rawdog 2.15. (Closes: #650776, #657206)
  * Depend on python-feedparser, which is no longer bundled with upstream
    rawdog. (Closes: #383422)
  * Recommend python-tidylib.
  * Provide a virtual python-rawdoglib package, for other packages that use
    rawdog's internal modules.
  * Update the package to use debhelper 9, which simplifies the rules file.
  * Update package description.
  * Add a watch file.
  * Put the copyright file into machine-readable form.
  * Install the upstream changelog.
  * Check that the package meets Debian policy version 3.9.5 (no further
    changes needed), and update Standards-Version.

 -- Adam Sampson <ats@offog.org>  Sun, 02 Feb 2014 15:15:57 +0000

rawdog (2.13.dfsg.1-1) unstable; urgency=low

  * New upstream release

 -- Decklin Foster <decklin@red-bean.com>  Sat, 13 Nov 2010 15:29:21 -0500

rawdog (2.12.dfsg.1-2) unstable; urgency=low

  * Filter out text/html <links> in fakefinder; Atom feeds can have a
    <link rel='alternate' ...> pointing back to the original page.

 -- Decklin Foster <decklin@red-bean.com>  Thu, 28 May 2009 20:56:16 -0400

rawdog (2.12.dfsg.1-1) unstable; urgency=low

  * New upstream release
  * Restore ".dfsg" in version number (feedfinder was still removed from
    2.11, but it wasn't marked as such).

 -- Decklin Foster <decklin@red-bean.com>  Sat, 14 Feb 2009 10:50:21 -0500

rawdog (2.11-1) unstable; urgency=low

  * New upstream release
  * Add a tiny replacement for feedfinder so that -a is at least still
    useful for <LINK> autodiscovery.
  * Install lintian override for feedparser.

 -- Decklin Foster <decklin@red-bean.com>  Tue, 21 Oct 2008 20:29:33 -0400

rawdog (2.11~rc1.dfsg.1-1) unstable; urgency=low

  * New upstream release

 -- Decklin Foster <decklin@red-bean.com>  Fri, 15 Feb 2008 10:44:57 -0500

rawdog (2.10.dfsg.1-1) unstable; urgency=low

  * New upstream release

 -- Decklin Foster <decklin@red-bean.com>  Fri,  1 Sep 2006 14:30:56 -0400

rawdog (2.9.dfsg.1-2) unstable; urgency=low

  * Revert feedparser to 4.02. (Closes: #374741)

 -- Decklin Foster <decklin@red-bean.com>  Tue, 20 Jun 2006 23:32:48 -0400

rawdog (2.9.dfsg.1-1) unstable; urgency=low

  * New upstream release.
  * Build with python-support.
  * Fixed typo in 2.8.dfsg.1-1 changelog entry.
  * Move debhelper and python from Build-Depends-Indep to Build-Depends.
  * Really depend on python-feedparser.
  * Standards-Version: 3.7.2.

 -- Decklin Foster <decklin@red-bean.com>  Sun, 18 Jun 2006 14:50:33 -0400

rawdog (2.8.dfsg.1-1) unstable; urgency=low

  * Removed feedfinder.py from source package (Closes: #345349)
    - Disabled feed-guessing feature and updated man page.

 -- Decklin Foster <decklin@red-bean.com>  Thu, 23 Mar 2006 18:03:50 -0500

rawdog (2.8-2) unstable; urgency=low

  * Add feedparser.py's license to debian/copyright (this still does not fix
    #345349 as we need to deal with feedfinder.py as well.)

 -- Decklin Foster <decklin@red-bean.com>  Sat, 11 Mar 2006 16:41:22 -0500

rawdog (2.8-1) unstable; urgency=low

  * New upstream release

 -- Decklin Foster <decklin@red-bean.com>  Fri, 10 Mar 2006 12:35:30 -0500

rawdog (2.6-1) unstable; urgency=low

  * New upstream release

 -- Decklin Foster <decklin@red-bean.com>  Sun,  6 Nov 2005 19:55:45 -0500

rawdog (2.5-1) unstable; urgency=low

  * New upstream release
  * debian/copyright: updated FSF address.

 -- Decklin Foster <decklin@red-bean.com>  Sun, 16 Oct 2005 20:39:16 -0400

rawdog (2.4-2) unstable; urgency=low

  * Add -k to dh_installchangelogs invocation. (Closes: #311996)
  * Bump Standards-Version to 3.6.2.

 -- Decklin Foster <decklin@red-bean.com>  Sat,  6 Aug 2005 12:57:30 -0400

rawdog (2.4-1) unstable; urgency=low

  * New upstream release.
  * Created debian/watch file.

 -- Decklin Foster <decklin@red-bean.com>  Fri, 18 Feb 2005 18:12:09 -0500

rawdog (2.3-1) unstable; urgency=low

  * New upstream release

 -- Decklin Foster <decklin@red-bean.com>  Wed, 12 Jan 2005 22:25:05 -0500

rawdog (2.2-1) unstable; urgency=low

  * New upstream release

 -- Decklin Foster <decklin@red-bean.com>  Wed, 12 Jan 2005 08:43:39 -0500

rawdog (2.1-6) unstable; urgency=low

  * The "I am convinced this package is simply cursed" release.
    - fix build-dep again.

 -- Decklin Foster <decklin@red-bean.com>  Sat, 25 Dec 2004 20:27:44 -0500

rawdog (2.1-5) unstable; urgency=medium

  * Restore python2.3-dev build-dep as well.

 -- Decklin Foster <decklin@red-bean.com>  Sat, 25 Dec 2004 08:12:19 -0500

rawdog (2.1-4) unstable; urgency=medium

  * All I want for Christmas is to fix #286865:
    - Revert previous change
    - Build-dep on `python' instead.
  * Correct version number in debhelper build-dep.

 -- Decklin Foster <decklin@red-bean.com>  Fri, 24 Dec 2004 22:17:02 -0500

rawdog (2.1-3) unstable; urgency=medium

  * Call python2.3 instead of python in rules (really fix FTBFS this time.)

 -- Decklin Foster <decklin@red-bean.com>  Thu, 23 Dec 2004 19:23:07 -0500

rawdog (2.1-2) unstable; urgency=medium

  * Add python2.3-dev build-dep, fixing FTBFS (Closes: #286865)

 -- Decklin Foster <decklin@red-bean.com>  Wed, 22 Dec 2004 16:26:31 -0500

rawdog (2.1-1) unstable; urgency=low

  * New upstream release

 -- Decklin Foster <decklin@red-bean.com>  Thu,  9 Dec 2004 23:23:12 -0500

rawdog (2.0+2.1rc2-1) unstable; urgency=low

  * New upstream release

 -- Decklin Foster <decklin@red-bean.com>  Tue,  7 Dec 2004 11:55:06 -0500

rawdog (2.0+2.1rc1-1) unstable; urgency=low

  * New upstream release
    - debian/rawdog.1: removed, as it has been merged upstream.

 -- Decklin Foster <decklin@red-bean.com>  Sun,  5 Dec 2004 23:36:54 -0500

rawdog (2.0-3) unstable; urgency=low

  * Install style.css to examples dir instead of /usr/share.

 -- Decklin Foster <decklin@red-bean.com>  Sat, 27 Nov 2004 01:03:53 -0500

rawdog (2.0-2) unstable; urgency=low

  * Actually call dh_installexamples.
  * Expanded long description in debian/control.

 -- Decklin Foster <decklin@red-bean.com>  Tue, 23 Nov 2004 13:27:03 -0500

rawdog (2.0-1) unstable; urgency=low

  * Initial Release. (Closes: #236409)

 -- Decklin Foster <decklin@red-bean.com>  Tue, 23 Nov 2004 10:40:12 -0500