File: changelog

package info (click to toggle)
vdr-plugin-fritzbox 1.5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 6,012 kB
  • sloc: cpp: 23,764; makefile: 153; sh: 15
file content (468 lines) | stat: -rw-r--r-- 13,201 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
vdr-plugin-fritzbox (1.5.4-2) unstable; urgency=medium

  * Build-depend on vdr 2.6.0 and update standards version to 4.6.0
  * Remove Thomas Günther and Thomas Schmidt from uploaders

 -- Tobias Grimm <etobi@debian.org>  Wed, 12 Jan 2022 09:33:15 +0100

vdr-plugin-fritzbox (1.5.4-1) unstable; urgency=medium

  [ Helmut Grohne ]
  * Fix FTCBFS: Use the host architecture pkg-config. (Closes: #933084)

  [ Tobias Grimm ]
  * New upstream version 1.5.4
  * Drop libcommoncpp2-dev build dependency (Closes: #998892)
  * Update patches
  * Disable building tests
  * Update debian/watch to version 4

 -- Tobias Grimm <etobi@debian.org>  Mon, 20 Dec 2021 16:27:39 +0100

vdr-plugin-fritzbox (1.5.3-9) unstable; urgency=medium

  * Standards-Version: 4.4.1

 -- Tobias Grimm <etobi@debian.org>  Fri, 01 Nov 2019 14:05:25 +0100

vdr-plugin-fritzbox (1.5.3-8) unstable; urgency=medium

  * Build-depend on vdr-dev >= 2.4.1

  * Added patch vor Boost 1.67 compatibility

 -- Tobias Grimm <etobi@debian.org>  Fri, 19 Jul 2019 08:11:14 +0200

vdr-plugin-fritzbox (1.5.3-7) unstable; urgency=medium

  * VCS moved to salsa.debian.org
  * Replaced priority extra with optional
  * Build-depend on vdr-dev (>= 2.4.0)

 -- Tobias Grimm <etobi@debian.org>  Sun, 15 Apr 2018 19:13:53 +0200

vdr-plugin-fritzbox (1.5.3-6) unstable; urgency=medium

  * Build-depend on vdr-dev >= 2.3.8

 -- Tobias Grimm <etobi@debian.org>  Sun, 20 Aug 2017 22:04:02 +0200

vdr-plugin-fritzbox (1.5.3-5) unstable; urgency=medium

  * Standards-Version: 3.9.8

 -- Tobias Grimm <etobi@debian.org>  Tue, 31 Jan 2017 22:39:15 +0100

vdr-plugin-fritzbox (1.5.3-4) unstable; urgency=medium

  * Fix (d|e|i)syslog() calls to include format parameter to avoid build
    failures with "-Werror=format-security"

 -- Tobias Grimm <etobi@debian.org>  Mon, 07 Sep 2015 21:52:36 +0200

vdr-plugin-fritzbox (1.5.3-3) unstable; urgency=medium

  * Now supporting the /etc/vdr/conf.d mechanism

 -- Tobias Grimm <etobi@debian.org>  Mon, 23 Mar 2015 22:46:00 +0100

vdr-plugin-fritzbox (1.5.3-2) unstable; urgency=medium

  * Build-depend on vdr-dev (>= 2.2.0)

 -- Tobias Grimm <etobi@debian.org>  Thu, 19 Feb 2015 12:39:47 +0100

vdr-plugin-fritzbox (1.5.3-1) unstable; urgency=medium

  * New upstream homepage
  * New upstream release
  * Build-depend on vdr-dev (>= 2.1.10)
  * Standards-Version: 3.9.6

 -- Tobias Grimm <etobi@debian.org>  Sat, 14 Feb 2015 16:07:22 +0100

vdr-plugin-fritzbox (1.5.2-6) unstable; urgency=medium

  * Build-depend on vdr-dev (>= 2.0.6)
  * Standards-Version: 3.9.5

 -- Tobias Grimm <etobi@debian.org>  Sun, 26 Oct 2014 21:37:39 +0100

vdr-plugin-fritzbox (1.5.2-5.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop unused build-depends on libgnutls-dev. Build-depend on
    libgcrypt20-dev instead of transition package libgcrypt11-dev.
    Closes: #764109

 -- Andreas Metzler <ametzler@debian.org>  Sat, 11 Oct 2014 14:28:05 +0200

vdr-plugin-fritzbox (1.5.2-5) unstable; urgency=low

  * Build-depend on vdr-dev (>= 2.0.0)

 -- Tobias Grimm <etobi@debian.org>  Sun, 31 Mar 2013 14:00:07 +0200

vdr-plugin-fritzbox (1.5.2-4) unstable; urgency=low

  * Build-depend on vdr-dev (>= 1.7.42)

 -- Tobias Grimm <etobi@debian.org>  Sat, 23 Mar 2013 20:48:12 +0100

vdr-plugin-fritzbox (1.5.2-3) unstable; urgency=low

  * Build-depend on vdr-dev (>= 1.7.41)

 -- Tobias Grimm <etobi@debian.org>  Sun, 17 Mar 2013 19:45:01 +0100

vdr-plugin-fritzbox (1.5.2-2) unstable; urgency=low

  * Build-depend on vdr-dev (>= 1.7.40)

 -- Tobias Grimm <etobi@debian.org>  Sun, 10 Mar 2013 19:05:54 +0100

vdr-plugin-fritzbox (1.5.2-1) unstable; urgency=low

  * New upstream release
  * Updated debian/watch
  * Updated debian/copyright
  * Use debhelper 9
  * Build-depend on vdr-dev (>= 1.7.39)

 -- Tobias Grimm <etobi@debian.org>  Sun, 24 Feb 2013 17:54:09 +0100

vdr-plugin-fritzbox (1.4.3-2) unstable; urgency=low

  * Now really build-depend on vdr-1.7.28

 -- Tobias Grimm <etobi@debian.org>  Thu, 28 Jun 2012 23:17:46 +0200

vdr-plugin-fritzbox (1.4.3-1) unstable; urgency=low

  * New upstream release
  * Build-depend on vdr-dev (>= 1.7.28)

 -- Tobias Grimm <etobi@debian.org>  Sat, 09 Jun 2012 18:04:37 +0200

vdr-plugin-fritzbox (1.4.2-2) unstable; urgency=low

  * Build-depend on vdr-dev (>= 1.7.27)

 -- Tobias Grimm <etobi@debian.org>  Sat, 28 Apr 2012 07:43:32 +0200

vdr-plugin-fritzbox (1.4.2-1) unstable; urgency=low

  * New upstream release
  * Build-depend on vdr-dev (>= 1.7.26)
  * Standards-Version: 3.9.3

 -- Tobias Grimm <etobi@debian.org>  Sun, 25 Mar 2012 12:19:41 +0200

vdr-plugin-fritzbox (1.4.1-5) unstable; urgency=low

  * Build-depend on vdr-dev (>= 1.7.23)

 -- Tobias Grimm <etobi@debian.org>  Sun, 29 Jan 2012 19:05:19 +0100

vdr-plugin-fritzbox (1.4.1-4) unstable; urgency=low

  * Build-depend on vdr-dev (>= 1.7.22)

 -- Tobias Grimm <etobi@debian.org>  Sun, 11 Dec 2011 17:16:35 +0100

vdr-plugin-fritzbox (1.4.1-3) unstable; urgency=low

  * Switched to GIT using pristine tar

 -- Tobias Grimm <etobi@debian.org>  Sat, 29 Oct 2011 20:10:40 +0200

vdr-plugin-fritzbox (1.4.1-2) unstable; urgency=low

  * Build-depend on vdr-dev (>= 1.7.21)

 -- Tobias Grimm <etobi@debian.org>  Sun, 18 Sep 2011 18:23:33 +0200

vdr-plugin-fritzbox (1.4.1-1) unstable; urgency=low

  * New upstream release
  * Build-depend on vdr-dev (>= 1.7.20)
  * Standards-Version: 3.9.2

 -- Tobias Grimm <etobi@debian.org>  Sat, 20 Aug 2011 17:16:07 +0200

vdr-plugin-fritzbox (1.4.0-1) unstable; urgency=low

  * New upstream release

 -- Tobias Grimm <etobi@debian.org>  Sun, 17 Apr 2011 22:20:22 +0200

vdr-plugin-fritzbox (1.3.9-2) unstable; urgency=low

  * Build-depend on vdr-dev (>= 1.7.18)

 -- Tobias Grimm <etobi@debian.org>  Sun, 17 Apr 2011 20:06:09 +0200

vdr-plugin-fritzbox (1.3.9-1) unstable; urgency=low

  * New upstream release
  * Updated debian/watch
  * Build-depend on vdr-dev >= 1.7.17
  * Updated debian/copyright
  * Standards-Version: 3.9.1
  * Switched to debhelper 7 and dropped cdbs

 -- Tobias Grimm <etobi@debian.org>  Thu, 07 Apr 2011 22:43:33 +0200

vdr-plugin-fritzbox (1.3.5-1) unstable; urgency=low

  * New upstream release

 -- Thomas Günther <tom@toms-cafe.de>  Mon, 27 Sep 2010 23:13:33 +0200

vdr-plugin-fritzbox (1.3.3-1) unstable; urgency=low

  * New upstream release
  * Build-depend on libgcrypt11-dev
  * Dropped 01_gnutls.dpatch

 -- Tobias Grimm <etobi@debian.org>  Tue, 01 Jun 2010 00:19:47 +0200

vdr-plugin-fritzbox (1.3.2-3) unstable; urgency=low

  * Added missing libgnutls-oppssl linking
  * Added source/format 1.0

 -- Tobias Grimm <etobi@debian.org>  Wed, 14 Apr 2010 00:32:22 +0200

vdr-plugin-fritzbox (1.3.2-2) unstable; urgency=low

  * Build-depend on vdr-dev >= 1.6.0-16
  * Replaced openssl by gnutls to avoid GPL licence conflict

 -- Tobias Grimm <etobi@debian.org>  Sun, 28 Mar 2010 15:04:46 +0200

vdr-plugin-fritzbox (1.3.2-1) unstable; urgency=low

  * New upstream release
  * Removed 01_fix-FritzClient.cpp.dpatch
  * Removed dpatch from Build-Depends
  * Standards-Version: 3.8.4

 -- Thomas Günther <tom@toms-cafe.de>  Thu, 18 Mar 2010 02:33:50 +0100

vdr-plugin-fritzbox (1.3.1-1) unstable; urgency=low

  * New upstream release
  * Added libssl-dev to Build-Depends
  * Added 01_fix-FritzClient.cpp.dpatch (thx to Holger Schvestka)
  * Added dpatch to Build-Depends
  * Added README.source

 -- Thomas Günther <tom@toms-cafe.de>  Thu, 26 Nov 2009 20:00:49 +0100

vdr-plugin-fritzbox (1.2.1-3) unstable; urgency=low

  * Removed non-standard shebang line from debian/rules (Closes: #552642)

 -- Tobias Grimm <etobi@debian.org>  Sun, 08 Nov 2009 23:33:17 +0100

vdr-plugin-fritzbox (1.2.1-2) unstable; urgency=low

  * Updated debian/watch
  * Standards-Version: 3.8.3

 -- Tobias Grimm <etobi@debian.org>  Fri, 09 Oct 2009 23:15:18 +0200

vdr-plugin-fritzbox (1.2.1-1) unstable; urgency=low

  * New upstream release
  * Updated debian/copyright
  * Install German README.de
  * Install localphonebook.csv as config file to /etc/vdr/plugins/fritzbox/

 -- Tobias Grimm <etobi@debian.org>  Tue, 02 Jun 2009 21:21:34 +0200

vdr-plugin-fritzbox (1.0.1-2) unstable; urgency=low

  * Release for vdrdevel 1.7.6
  * Added ${misc:Depends}
  * Bumped standards version to 3.8.1
  * Updated debian/copyright
  * Changed section to "video"

 -- Thomas Günther <tom@toms-cafe.de>  Wed, 29 Apr 2009 23:10:54 +0200

vdr-plugin-fritzbox (1.0.1-1) unstable; urgency=low

  * New upstream release

 -- Tobias Grimm <tg@e-tobi.net>  Fri, 25 Jul 2008 19:08:13 +0200

vdr-plugin-fritzbox (1.0.0-3) unstable; urgency=low

  [ Tobias Grimm ]
  * Dropped patchlevel control field
  * Build-Depend on vdr-dev (>=1.6.0-5)
  * Bumped Standards-Version to 3.8.0

 -- Thomas Schmidt <tschmidt@debian.org>  Sat, 19 Jul 2008 17:40:19 +0200

vdr-plugin-fritzbox (1.0.0-2) unstable; urgency=low

  * Upload to unstable 

 -- Thomas Schmidt <tschmidt@debian.org>  Sun, 08 Jun 2008 23:21:09 +0200

vdr-plugin-fritzbox (1.0.0-1) experimental; urgency=low

  * New upstream release

 -- Tobias Grimm <tg@e-tobi.net>  Thu, 01 May 2008 22:04:56 +0200

vdr-plugin-fritzbox (0.0.13-1) experimental; urgency=low

  [ Thomas Schmidt ]
  * Build-Depend on vdr-dev (>=1.6.0-1)

  [ Tobias Grimm ]
  * New upstream release
  * Removed 01_fd-fix.dpatch (fixed upstream)

 -- Tobias Grimm <tg@e-tobi.net>  Thu, 03 Apr 2008 23:06:26 +0200

vdr-plugin-fritzbox (0.0.12-2) experimental; urgency=low

  * Added 01_fd-fix.dpatch

 -- Tobias Grimm <tg@e-tobi.net>  Sun, 23 Mar 2008 12:31:37 +0100

vdr-plugin-fritzbox (0.0.12-1) experimental; urgency=low

  * New upstream release
  * Updated debian/watch
  * Build-depend on vdr-dev (>= 1.5.17)

 -- Tobias Grimm <tg@e-tobi.net>  Tue, 11 Mar 2008 22:23:48 +0100

vdr-plugin-fritzbox (0.0.11-2) experimental; urgency=low

  * Force rebuild for vdr 1.5.15

 -- Tobias Grimm <tg@e-tobi.net>  Mon, 18 Feb 2008 21:08:01 +0100

vdr-plugin-fritzbox (0.0.11-1) experimental; urgency=low

  * New upstream release
  * Updated debian/copyright
  * Removed 90_fritzbox-0.0.9-compile-fix.dpatch (fixed upstream)

 -- Tobias Grimm <tg@e-tobi.net>  Sat, 16 Feb 2008 16:40:17 +0100

vdr-plugin-fritzbox (0.0.9-4) unstable; urgency=low

  * Release for vdrdevel 1.5.13
  * Fixed build for VDR >= 1.5.7

 -- Thomas Günther <tom@toms-cafe.de>  Wed, 16 Jan 2008 10:42:57 +0100

vdr-plugin-fritzbox (0.0.9-3) unstable; urgency=low

  * Switched Build-System to cdbs, Build-Depend on cdbs
  * Added Homepage field to debian/control
  * Renamed XS-Vcs-* fields to Vcs-* in debian/control
  * Bumped Standards-Version to 3.7.3 

 -- Thomas Schmidt <tschmidt@debian.org>  Sat, 29 Dec 2007 13:37:36 +0100

vdr-plugin-fritzbox (0.0.9-2) unstable; urgency=low

  * Release for vdrdevel 1.5.12

 -- Thomas Günther <tom@toms-cafe.de>  Tue, 20 Nov 2007 23:46:18 +0100

vdr-plugin-fritzbox (0.0.9-1) unstable; urgency=low

  * New upstream release
  * Added 90_fritzbox-0.0.9-compile-fix.dpatch
  * Added dpatch to Build-Depends

 -- Thomas Günther <tom@toms-cafe.de>  Sun, 18 Nov 2007 22:04:04 +0100

vdr-plugin-fritzbox (0.0.8-1) unstable; urgency=low

  * New upstream release
  * Removed DVBDIR from debian/rules

 -- Thomas Günther <tom@toms-cafe.de>  Sun, 11 Nov 2007 00:54:05 +0100

vdr-plugin-fritzbox (0.0.7-3) unstable; urgency=low

  * Release for vdrdevel 1.5.11

 -- Thomas Günther <tom@toms-cafe.de>  Tue,  6 Nov 2007 23:34:12 +0100

vdr-plugin-fritzbox (0.0.7-2) unstable; urgency=low

  * First upload to the official archive (closes: #423253)

 -- Thomas Schmidt <tschmidt@debian.org>  Fri, 05 Oct 2007 22:40:23 +0200

vdr-plugin-fritzbox (0.0.7-1) unstable; urgency=low

  * New upstream release
  * Added gettext to Build-Depends
  * Added installation of locale files (if VDR >= 1.5.7)
  * Fixed debian-rules-ignores-make-clean-error
  * Updated debian/copyright

 -- Thomas Günther <tom@toms-cafe.de>  Sun, 30 Sep 2007 14:17:20 +0200

vdr-plugin-fritzbox (0.0.5-4) unstable; urgency=low

  * Release for vdrdevel 1.5.9

 -- Thomas Günther <tom@toms-cafe.de>  Tue, 28 Aug 2007 01:01:03 +0200

vdr-plugin-fritzbox (0.0.5-3) unstable; urgency=low

  * Release for vdrdevel 1.5.8

 -- Thomas Günther <tom@toms-cafe.de>  Thu, 23 Aug 2007 01:08:59 +0200

vdr-plugin-fritzbox (0.0.5-2) unstable; urgency=low

  * Release for vdrdevel 1.5.6

 -- Thomas Günther <tom@toms-cafe.de>  Tue, 14 Aug 2007 01:46:13 +0200

vdr-plugin-fritzbox (0.0.5-1) unstable; urgency=low

  * New upstream release

 -- Tobias Grimm <tg@e-tobi.net>  Sun, 29 Jul 2007 11:31:51 +0200

vdr-plugin-fritzbox (0.0.4-2) unstable; urgency=low

  * Release for vdrdevel 1.5.5

 -- Thomas Günther <tom@toms-cafe.de>  Wed, 27 Jun 2007 23:02:34 +0200

vdr-plugin-fritzbox (0.0.4-1) unstable; urgency=low

  * New upstream release

 -- Tobias Grimm <tg@e-tobi.net>  Tue, 26 Jun 2007 00:46:12 +0200

vdr-plugin-fritzbox (0.0.3-1) unstable; urgency=low

  * New upstream release
  * Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control

 -- Tobias Grimm <tg@e-tobi.net>  Sun, 10 Jun 2007 16:19:24 +0200

vdr-plugin-fritzbox (0.0.2-1) unstable; urgency=low

  * Initial release

 -- Tobias Grimm <tg@e-tobi.net>  Thu, 10 May 2007 22:28:42 +0200