File: changelog

package info (click to toggle)
vdr-plugin-xine 0.9.4-17
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,756 kB
  • sloc: ansic: 14,014; makefile: 86; sh: 34
file content (689 lines) | stat: -rw-r--r-- 22,012 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
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
vdr-plugin-xine (0.9.4-17) unstable; urgency=medium

  * Standards-Version: 4.4.1

 -- Tobias Grimm <etobi@debian.org>  Fri, 01 Nov 2019 15:31:57 +0100

vdr-plugin-xine (0.9.4-16) unstable; urgency=medium

  * Build-depend on vdr-dev >= 2.4.1

 -- Tobias Grimm <etobi@debian.org>  Sat, 20 Jul 2019 06:09:41 +0200

vdr-plugin-xine (0.9.4-15) unstable; urgency=medium

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

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

vdr-plugin-xine (0.9.4-14) unstable; urgency=medium

  * Added vdr-2.1.10 compatibility patch
  * Build-depend on vdr-dev >= 2.2.0 (Closes: #800954)
  * Standards-Version: 3.9.6
  * New config file /etc/vdr/conf.avail/xine.conf

 -- Tobias Grimm <etobi@debian.org>  Tue, 13 Oct 2015 23:48:15 +0200

vdr-plugin-xine (0.9.4-13) 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 14:26:12 +0100

vdr-plugin-xine (0.9.4-12) unstable; urgency=low

  [ Andreas Moog ]
  * debian/patches/vdr-1.7.40.patch: Apply patch from
    Lucian Muresan lucianm.AT.users.sourceforge.net to build with newer
    vdr versions to fix: error: 'vidWin' was not declared in this scope
    (Closes: #709031)

 -- Tobias Grimm <etobi@debian.org>  Sun, 06 Apr 2014 20:53:45 +0200

vdr-plugin-xine (0.9.4-11) unstable; urgency=low

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

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

vdr-plugin-xine (0.9.4-10) unstable; urgency=low

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

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

vdr-plugin-xine (0.9.4-9) unstable; urgency=low

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

 -- Tobias Grimm <etobi@debian.org>  Sun, 17 Mar 2013 20:20:40 +0100

vdr-plugin-xine (0.9.4-8) unstable; urgency=low

  * Standards-Version: 3.9.4
  * Build-depend in vdr-dev (>= 1.7.40)
  * Use debhelper 9
  * Added patch to support VDR 1.7.33 and yaepg (taken from yavdr by
    Lars Hanisch and Holger Schvestka)
  * Fixed formatting strings related security issues

 -- Tobias Grimm <etobi@debian.org>  Sat, 16 Mar 2013 08:52:31 +0100

vdr-plugin-xine (0.9.4-7) unstable; urgency=low

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

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

vdr-plugin-xine (0.9.4-6) unstable; urgency=low

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

 -- Tobias Grimm <etobi@debian.org>  Thu, 19 Apr 2012 23:03:17 +0200

vdr-plugin-xine (0.9.4-5) unstable; urgency=low

  * 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-xine (0.9.4-4) unstable; urgency=low

  * Uploading to unstable

 -- Tobias Grimm <etobi@debian.org>  Sun, 19 Feb 2012 16:03:08 +0100

vdr-plugin-xine (0.9.4-3) experimental; urgency=low

  [ Darren Salt ]
  * Switched to debhelper 7.
  * Build-depend on libxine2-dev instead of libxine-dev.
    This is due to a naming change in xine-lib-1.2.

  [ Tobias Grimm ]
  * Bumped Standards-Version to 3.9.2
  * Updated debian/changelog
  * Added manpage for xineplaye

 -- Tobias Grimm <etobi@debian.org>  Sun, 19 Feb 2012 15:29:12 +0100

vdr-plugin-xine (0.9.4-2) experimental; urgency=low

  * Switched to GIT using pristine tar

 -- Tobias Grimm <etobi@debian.org>  Sat, 29 Oct 2011 19:52:03 +0200

vdr-plugin-xine (0.9.4-1) experimental; urgency=low

  * New upstream release

 -- Tobias Grimm <etobi@debian.org>  Sun, 20 Mar 2011 02:29:31 +0100

vdr-plugin-xine (0.9.3-1) experimental; urgency=low

  * New upstream release
  * Dropped 01_debian.dpatch, README.source and dpatch dependency
  * Updated debian/copyright
  * Fixed noSignal*.mpg links
  * Fixed my uploaders address

 -- Tobias Grimm <etobi@debian.org>  Sat, 23 Jan 2010 18:20:31 +0100

vdr-plugin-xine (0.9.1-1) experimental; urgency=low

  * New upstream release
  * Updated 01_debian.dpatch
  * Dropped patchlevel control field
  * Build-Depend on vdr-dev (>=1.6.0-5)
  * Bumped Standards-Version to 3.8.1
  * Added installation of noSignal.mpg (Closes: #478656)
  * Updated debian/copyright
  * Removed non-standard shebang line from debian/rules
  * Added README.source
  * Standards-Version: 3.8.3

 -- Tobias Grimm <etobi@debian.org>  Mon, 09 Nov 2009 19:36:26 +0100

vdr-plugin-xine (0.8.2-1) experimental; urgency=low

  [ Tobias Grimm ]
  * New upstream release
  * Build-Depend on vdr-dev (>=1.6.0)
  * Build-Depend on libxine-dev (>= 1.1.90hg+20080321+5ac9723858b2)
  * Renamed XS-Vcs-* fields to Vcs-* in debian/control
  * Bumped Standards-Version to 3.7.3
  * Added Homepage field to debian/control
  * Switched Build-System to cdbs, Build-Depend on cdbs
  * Don't automatically convert docs in /usr/share/doc/vdr-plugin-xine
    from iso8859-1 -t utf-8 (Debian docs should be UTF-8 in the first
    place)

 -- Thomas Schmidt <tschmidt@debian.org>  Sun, 06 Apr 2008 21:34:14 +0200

vdr-plugin-xine (0.7.11-1) experimental; urgency=low

  * First upload to the official archive (Closes: #445712)
  * New upstream release
    - Updated 01_debian.dpatch
    - Removed 01_upstream.dpatch
    - Removed 02_constness.dpatch
    - Removed 03_extra_keys.dpatch
  * Updated debian/rules to include $(DESTDIR) in build and
    install targets
  * Updated debian/copyright
  * Updated package description
  * Build-Depend on debhelper (>= 5), set COMPAT-Level to 5
  * Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control
  * Changed clean-target in debian/rules to not ignore errors
  * Build-Depend on libxine-dev (>= 1.1.90hg+20070930-1)
  * Depend on libxine2-vdr

 -- Thomas Schmidt <tschmidt@debian.org>  Mon, 08 Oct 2007 00:48:49 +0200

vdr-plugin-xine (0.7.10-3) experimental; urgency=low

  * Release for vdrdevel 1.5.2

 -- Thomas Günther <tom@toms-cafe.de>  Sat, 28 Apr 2007 00:00:51 +0200

vdr-plugin-xine (0.7.10-2) experimental; urgency=low

  * Release for vdrdevel 1.5.1
  * Added myself to Uploaders

 -- Thomas Günther <tom@toms-cafe.de>  Tue, 27 Feb 2007 19:59:26 +0100

vdr-plugin-xine (0.7.10-1) experimental; urgency=low

  [ Thomas Günther ]
  * Replaced VDRdevel adaptions in debian/rules with make-special-vdr
  * Adapted call of dependencies.sh and patchlevel.sh to the new location
    in /usr/share/vdr-dev/

  [ Tobias Grimm ]
  * Build-Depend on vdr-dev (>=1.4.5-1)

  [ Thomas Schmidt ]
  * Install the plugin-binary via dh_install
  * New upstream release

 -- Tobias Grimm <tg@e-tobi.net>  Sun, 14 Jan 2007 21:49:45 +0100

vdr-plugin-xine (0.7.9-7) unstable; urgency=low

  * Added netpbm to Suggest (together with mjpegtools and y4mscaler
    needed for grabbing)

 -- Tobias Grimm <tg@e-tobi.net>  Fri, 15 Dec 2006 22:42:33 +0100

vdr-plugin-xine (0.7.9-6) unstable; urgency=low

  * Build-Depend on vdr-dev (>=1.4.4-1)

 -- Tobias Grimm <tg@e-tobi.net>  Sun,  5 Nov 2006 00:00:47 +0100

vdr-plugin-xine (0.7.9-5) unstable; urgency=low

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

 -- Tobias Grimm <tg@e-tobi.net>  Sat, 30 Sep 2006 16:47:08 +0200

vdr-plugin-xine (0.7.9-4) unstable; urgency=low

  * Bumped Standards-Version to 3.7.2
  * Build-Depend on vdr-dev (>=1.4.2-1)

 -- Tobias Grimm <tg@e-tobi.net>  Mon, 28 Aug 2006 21:01:09 +0200

vdr-plugin-xine (0.7.9-3) unstable; urgency=low

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

  [ Tobias Grimm ]
  * Added myself to uploaders
  * Added list of debian maintainers to debian/copyright

 -- Tobias Grimm <tg@e-tobi.net>  Sun, 13 Aug 2006 21:18:28 +0200

vdr-plugin-xine (0.7.9-2) unstable; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Build-Depend on vdr-dev (>=1.4.0-1)

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Wed,  3 May 2006 22:19:30 +0200

vdr-plugin-xine (0.7.9-1) unstable; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Build-Depend on vdr-dev (>=1.3.48-1)
  * Tobias Grimm <tg@e-tobi.net>
    - New upstream release
    - Updated 01_debian.dpatch
    - Updated 02_constness.dpatch
    - Removed 01_Makefile-fPIC-fix.dpatch - fixed upstream
    - Removed DVBDIR from debian/rules

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Mon, 24 Apr 2006 21:49:35 +0200

vdr-plugin-xine (0.7.8-2) unstable; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Build-Depend on vdr-dev (>=1.3.46-1)
  * Tobias Grimm <tg@e-tobi.net>
    - Remove symlink /var/lib/vdr/plugins/xine from old versions in preinst
    - Get rid off debian/vdr-plugin-xine.dirs

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Mon, 10 Apr 2006 08:20:37 +0200

vdr-plugin-xine (0.7.8-1) unstable; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Build-Depend on vdr-dev (>=1.3.41-1)
  * Tobias Grimm <tg@e-tobi.net>
    - New upstream release.
    - Synced with Darren Salt's package 0.7.8-1.ds
      + 02_constness.dpatch - sprinkled a little constness dust where appropriate
      + Removed 02_grab.dpatch, 03_format_strings.dpatch (integrated in upstream)
      + Updated 01_debian.dpatch
    - Install no signal mpg's to /usr/share/vdr-plugin-xine/ and directly link them
      into /var/lib/vdr/plugins/xine/ (don't link in /etc/vdr/plugins anymore)

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Thu,  2 Feb 2006 15:28:25 +0100

vdr-plugin-xine (0.7.6-6) unstable; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Build-Depend on vdr-dev (>=1.3.39-1)

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Tue, 17 Jan 2006 21:51:26 +0100

vdr-plugin-xine (0.7.6-5) unstable; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Build-Depend on vdr (>=1.3.38-1)
  * Tobias Grimm <tg@e-tobi.net>
    - Synced with Darren Salt's package 0.7.6-6.ds
      + Removed 02_symlink_security
      + Fix the GRAB command back-end for VDR 1.3.38.
      + Fix some printf() and esyslog() calls (missing format string).
        Malicious DVB transmissions, anybody? :-)

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sun, 15 Jan 2006 15:21:47 +0100

vdr-plugin-xine (0.7.6-4) unstable; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Build-Depend on vdr (>=1.3.37-1)
  * Tobias Grimm <tg@e-tobi.net>
    - Install xineplayer to /usr/bin/

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Mon, 28 Nov 2005 22:41:50 +0100

vdr-plugin-xine (0.7.6-3) unstable; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Build-Depend on vdr (>=1.3.35-1)
    - Removed CXXFLAGS as parameter from "make all" call in 
      debian/rules
    - Added 01_Makefile-fPIC-fix.dpatch to fix potential FTBFS on some
      arches like amd64, hppa and others

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Tue,  1 Nov 2005 21:59:13 +0100

vdr-plugin-xine (0.7.6-2) unstable; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Build-Depend on vdr (>=1.3.33-1)

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sun, 25 Sep 2005 22:10:35 +0200

vdr-plugin-xine (0.7.6-1) unstable; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - New upstream release
    - Build-Depend on vdr (>=1.3.32-1)

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sun, 11 Sep 2005 22:20:37 +0200

vdr-plugin-xine (0.7.5-2) unstable; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Build-Depend on vdr (>=1.3.31-1)
    - Use dependencies.sh from vdr-dev to set vdr dependencies and
      conflicts to the right vdr version when building the package

 -- Thomas Schmidt <tschmidt@debian.org>  Sun, 28 Aug 2005 19:45:52 +0200

vdr-plugin-xine (0.7.5-1) unstable; urgency=low

  * Tobias Grimm <tg@e-tobi.net>
    - Synced with Darren Salt's package
    - Removed dummy postinst
    - Depend/Build-Depend on libxine (>= 1.0.2-0vdr1)
    - Depend/Build-Depend on vdr (>=1.3.30-1)
    - Conflict with vdr (>=1.3.30.99)

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Tue, 16 Aug 2005 23:07:23 +0200

vdr-plugin-xine (0.7.4-6) unstable; urgency=low
  
  * Thomas Schmidt <tschmidt@debian.org>
    - Depend/Build-Depend on vdr (>=1.3.29-1)
    - Conflict with vdr (>=1.3.29.99)

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Mon, 15 Aug 2005 19:56:15 +0200

vdr-plugin-xine (0.7.4-5) unstable; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Depend/Build-Depend on vdr (>=1.3.28-1)
    - Conflict with vdr (>=1.3.29)
  * Tobias Grimm <tg@e-tobi.net>
     - Bumped Standards-Version to 3.6.2

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Wed, 10 Aug 2005 21:38:56 +0200

vdr-plugin-xine (0.7.4-4) unstable; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Depend/Build-Depend on vdr (>=1.3.27-1)
    - Conflict with vdr (>=1.3.28)

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sun, 19 Jun 2005 18:17:29 +0200

vdr-plugin-xine (0.7.4-3) unstable; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Depend/Build-Depend on vdr (>=1.3.26-1)
    - Conflict with vdr (>=1.3.27)

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sun, 12 Jun 2005 17:18:47 +0200

vdr-plugin-xine (0.7.4-2) experimental; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Depend/Build-Depend on vdr (>=1.3.25-1)
    - Conflict with vdr (>=1.3.26)

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Tue, 31 May 2005 14:28:55 +0200

vdr-plugin-xine (0.7.4-1) experimental; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - New upstream release
    - Build-Depend on libxine-dev (>=1.0.1-1vdr2)
    - Conflict with libxine1 (<< 1.0.1-vdr2)

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Thu, 12 May 2005 20:37:13 +0200

vdr-plugin-xine (0.7.3-2) experimental; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Depend/Build-Depend on vdr (>=1.3.24-1)
    - Conflict with vdr (>=1.3.25)

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Mon,  9 May 2005 16:09:01 +0200

vdr-plugin-xine (0.7.3-1) experimental; urgency=low

  * Thomas Schmidt <tschmidt@debian.org> 
    - New upstream release
    - Build-Depend on libxine-dev (>=1.0-1vdr7)
    - Conflict with libxine1 (<< 1.0-vdr7)

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sun, 17 Apr 2005 14:42:02 +0200

vdr-plugin-xine (0.7.2-2) experimental; urgency=low

  * Thomas Schmidt <tschmidt@debian.org>
    - Depend/Build-Depend on vdr (>=1.3.23-1)
    - Conflict with vdr (>=1.3.24)
    - debian/rules: some cleanups
    - Changed Maintainer to Debian VDR Team
    - Added Darren Salt and myself to Uploaders

 -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sun, 10 Apr 2005 12:44:55 +0200

vdr-plugin-xine (0.7.2-1) unstable; urgency=low

  * New upstream release

 -- Thomas Schmidt <tschmidt@debian.org>  Sun, 27 Feb 2005 18:10:15 +0100

vdr-plugin-xine (0.7.1-1) unstable; urgency=low

  * New upstream release.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 13 Feb 2005 17:15:18 +0000

vdr-plugin-xine (0.7.0-3) unstable; urgency=low

  * Rebuild for VDR 1.3.20.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Tue, 08 Feb 2005 21:52:36 +0000

vdr-plugin-xine (0.7.0-2) unstable; urgency=low

  * Use O_NOFOLLOW instead of O_EXCL to prevent symlink attacks. (Requires
    some support from VDR.)

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Wed,  2 Feb 2005 17:54:46 +0000

vdr-plugin-xine (0.7.0-1) unstable; urgency=low

  * New upstream release.
  * Image-grab patch is integrated upstream.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Tue, 01 Feb 2005 01:29:02 +0000

vdr-plugin-xine (0.6.5-2.ds) unstable; urgency=low

  * Image grab (SVDRP "grab"):
    - use absolute paths for the image-processing programs
    - avoid shell quoting problems
  * Suggest y4mscaler and mjpegtools (for image grab); reference them in the
    description.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Thu, 27 Jan 2005 00:45:55 +0000

vdr-plugin-xine (0.6.5-1.ds) unstable; urgency=low

  * New upstream release.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 23 Jan 2005 19:30:59 +0000

vdr-plugin-xine (0.6.4-1) unstable; urgency=low

  * New upstream release.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Mon, 10 Jan 2005 21:09:04 +0000

vdr-plugin-xine (0.6.3-1.ds) unstable; urgency=low

  * New upstream release. Mutter, grumble, just built 0.6.2...
  * Drop vdr-xine transitional package.
  * Pull in some changes from the proposed Debian package - which uses my
    packaging... ;-)

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Fri, 31 Dec 2004 22:43:51 +0000

vdr-plugin-xine (0.6.1-1.ds) unstable; urgency=low

  * New upstream release.
    - Dolby audio patch and thread-safe fixups are present - patches removed.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sat, 11 Dec 2004 20:10:24 +0000

vdr-plugin-xine (0.6.0-5.ds) unstable; urgency=low

  * Move noSignal*.pes links from /var/lib/vdr/... to /etc/vdr/... (i.e. to
    where they should be). Ensure that /var/lib/vdr/plugins is a symlink.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Fri, 10 Dec 2004 00:30:17 +0000

vdr-plugin-xine (0.6.0-4.ds) unstable; urgency=low

  * Fixups for thread-safe libc functions.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sat, 04 Dec 2004 21:54:15 +0000

vdr-plugin-xine (0.6.0-3.ds) unstable; urgency=low

  * Added upstream patch for Dolby audio.
  * Build-depend on dpatch.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 21 Nov 2004 16:19:07 +0000

vdr-plugin-xine (0.6.0-2.ds) unstable; urgency=low

  * Rebuild for VDR 1.3.16.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 14 Nov 2004 20:42:38 +0000

vdr-plugin-xine (0.6.0-1.ds) unstable; urgency=low

  * New upstream release.
    - Expects noSignal*.pes to be in a different location. I'm not moving
      them from below /usr/share, but I'll provide symlinks...
  * Convert documentation to UTF-8.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Wed, 03 Nov 2004 01:53:41 +0000

vdr-plugin-xine (0.5.3-2.ds) unstable; urgency=low

  * Rebuild for VDR 1.3.15.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Mon, 01 Nov 2004 21:13:01 +0000

vdr-plugin-xine (0.5.3-1.ds) unstable; urgency=low

  * New upstream release, built for VDR 1.3.14.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 24 Oct 2004 22:49:13 +0100

vdr-plugin-xine (0.5.2-2.ds) unstable; urgency=low

  * Rebuild for VDR 1.3.13.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 17 Oct 2004 17:37:46 +0100

vdr-plugin-xine (0.5.2-1.ds) unstable; urgency=low

  * New upstream version.
  * Documentation tweaks integrated upstream.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 10 Oct 2004 20:24:42 +0100

vdr-plugin-xine (0.5.0-1.ds) unstable; urgency=low

  * New upstream version.
  * Redone the documentation tweaks.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sat, 18 Sep 2004 20:18:58 +0100

vdr-xine (0.4.3-2.ds) unstable; urgency=low

  * Restart vdr on installation.
  * Documentation tweaks.
  * Add plugin configuration file for vdr 1.3.12-3.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Fri, 06 Aug 2004 22:16:10 +0100

vdr-xine (0.4.3-1.ds) unstable; urgency=low

  * New upstream version.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Mon, 26 Jul 2004 18:50:43 +0100

vdr-xine (0.4.1-1.ds) unstable; urgency=low

  * New upstream version.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Tue, 22 Jun 2004 22:56:19 +0100

vdr-xine (0.4.0-2.ds) unstable; urgency=low

  * Added a workaround from rnissl for a problem with vdr-mp3 0.9.1.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Tue, 22 Jun 2004 22:56:19 +0100

vdr-xine (0.4.0-1.ds) unstable; urgency=low

  * New upstream version.
  * Add versioned build-depend on libxine-dev (>= 1-rc5).

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Tue, 22 Jun 2004 00:37:50 +0100

vdr-xine (0.3.4-2.ds) unstable; urgency=low

  * Rebuild for vdr 1.3.11.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sat, 19 Jun 2004 16:05:26 +0100

vdr-xine (0.3.4-1.ds) unstable; urgency=low

  * New upstream version, built for vdr 1.3.10.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Mon, 07 Jun 2004 18:36:13 +0100

vdr-xine (0.3.1-1.ds) unstable; urgency=low

  * New upstream version, built for vdr 1.3.8.
  * Standards version 3.6.1.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 23 May 2004 23:39:26 +0100

vdr-xine (0.2.2-1) unstable; urgency=low

  * Rebuilt for vdr 1.3.6.
  * Dropped ff/rew patch (integrated upstream).

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sat, 08 May 2004 22:12:20 +0100

vdr-xine (0.2.1-2) unstable; urgency=low

  * Rebuilt for vdr 1.3.6.
  * Fixed handling of ff/rew (patch posted by upstream on vdr mailing list).

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 02 May 2004 04:06:26 +0100

vdr-xine (0.2.1-1) unstable; urgency=low

  * New upstream release.
  * Dropped some makefile mods (integrated upstream).

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Fri, 23 Apr 2004 23:12:50 +0100

vdr-xine (0.1.2-1) unstable; urgency=low

  * New upstream release.
  * Set DATADIR properly, and include the files in data/.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Tue, 02 Mar 2004 22:14:33 +0000

vdr-xine (0.1.1-2) unstable; urgency=low

  * Rebuild for vdr 1.2.6.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Fri, 30 Jan 2004 17:07:41 +0000

vdr-xine (0.1.1-1) unstable; urgency=low

  * New upstream version.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Tue, 13 Jan 2004 22:38:20 +0000

vdr-xine (0.0.2-1) unstable; urgency=low

  * Initial packaging.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Wed, 17 Dec 2003 16:45:36 +0000