[SCM] vdr packaging repository branch, e-tobi, updated. vdr-1.7.16-364-gc4e989c

etobi git at e-tobi.net
Sat Jan 1 17:25:35 UTC 2011


The following commit has been merged in the e-tobi branch:
commit 3a275133f0657ef182eb3f3f82b418ec0322787d
Merge: fca7ada3d53263ca2205efb2bfd59253339ecc9c 288473bb29361959a9a044c361d0d6e413cd1b8f
Author: etobi <git at e-tobi.net>
Date:   Sat Jan 1 16:58:52 2011 +0100

    Merge branch 'master' into e-tobi
    
    Conflicts:
    	debian/control
    	debian/rules
    	debian/vdr.install
    	debian/vdr.links
    	debian/vdr.postinst

diff --combined debian/README.Debian
index 074d6e1,d3ecc0a..a14510b
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@@ -3,23 -3,27 +3,27 @@@ vdr for Debia
  
  Comments to the Debian version:
  
-  - You need a DVB card and a driver using the "Linux DVB API"
-    (http://www.linuxtv.org/developer/dvbapi.xml). The standard VDR 
-    (without special plugins) requires a DVB-card with an integrated 
-    mpeg-decoder, a so called Full-Featured card. (For example the 
-    Hauppauge Nexus, or a TechnoTrend FullFeatured 1.x)
+  - You need a DVB card and a driver using the "Linux DVB S2API".
+    These drivers have been merged into the Linux-Kernel in version 2.6.28,
+    but you might require a later kernel or special drivers for you DVB card.
+    You can get more information about the DVB driver development at:
+ 
+    http://www.linuxtv.org
+ 
+    Please note, that for a DVB-card with an integrated mpeg-decoder and
+    video output (a so called SDTV Full-Featured card) you need to install
+    the plugin vdr-plugin-dvbsddevice. For proper trick speed mode playback
+    with such cards, you also need a modified firmware, which is provided
+    by Olvier Endriss:
+ 
+    http://www.escape-edv.de/endriss/firmware/
+ 
   - all the small scripts and tools distributed with the package are located in
     /usr/lib/vdr/. You may use and modify them for you own purposes.
   - if you want to use the vdr-initscript, edit /etc/default/vdr and change
     ENABLED=0 to ENABLED=1, and the other options in this file
   - video-dir is moved to /var/lib/video see #234429
   - cfg-dir was moved to /var/lib/vdr, to be FHS-compliant
-  - The selection of your favourite vdr-binary (vdr-daemon, vdr-kbd, vdr-lirc or 
-    vdr-rcu) is now handled via update-alternatives, so if you have more than 
-    one of these packages installed, and are not happy with the default 
-    priorities, you can select the binary via "update-alternatives --config vdr"
- 
-  -- Thomas Schmidt <tschmidt at debian.org>,  Tue, 28 Dec 2004 14:22:21 +0100
  
  
  Additional configuration options
@@@ -74,14 -78,6 +78,14 @@@ USER=<USERNAME
      Username under which vdr will run. All plugins and commands invoked by VDR
      will be executed with the rights of this user.
  
 +LIRC=<lirc_device>
 +
 +    Default: /dev/lircd
 +
 +    Allows to change the LIRC device or disable LIRC alltogether by
 +    setting it to /dev/null which might be required if you use a
 +    different frontend, like XBMC or xineliboutput.
 +
  VDR_CHARSET_OVERRIDE=<CHARSET>
  
      Default: not set
@@@ -114,8 -110,6 +118,6 @@@ VIDEO_DIR="<VIDEODIR>
  
      The video directory where vdr recordings will be stored.  
  
-  -- Tobias Grimm <tg at e-tobi.net>,  Sat, 03 Jun 2006 19:00:00 +0100
- 
  
  Automatic Loading of Plugins
  ----------------------------
@@@ -129,8 -123,6 +131,6 @@@ parsed for command line arguments for t
  contain comments prefixed by a "#" and the command line arguments may also be
  distributed across several lines.
  
-  -- Tobias Grimm <tg at e-tobi.net>,  Sun, 23 May 2004 18:00:00 +0100
- 
  
  Command-Hooks
  -------------
@@@ -161,8 -153,6 +161,6 @@@ Commands added by the user, should go t
  reccmds.custom.conf in /etc/vdr/command-hooks/. These files contain also some
  examples.
  
-  -- Tobias Grimm <tg at e-tobi.net>,  Sun, 23 May 2004 18:00:00 +0100
- 
  
  Recording-Hooks
  ---------------
@@@ -198,8 -188,6 +196,6 @@@ to /usr/share/vdr/recording-hooks/
  Custom user commands associated with the vdr package, can be added by the user
  to /etc/vdr/recording-hooks/R90.custom.
  
-  -- Tobias Grimm <tg at e-tobi.net>,  Sun, 23 May 2004 19:00:00 +0100
- 
  
  Shutdown-Hooks
  ---------------
@@@ -259,7 -247,7 +255,7 @@@ plugin requires this group membership
  In postinst a plugin should call:
  
      /bin/sh /usr/lib/vdr/vdr-groups.sh --add vdr-plugin-foo
-     
+ 
  and in prerm:
  
      /bin/sh /usr/lib/vdr/vdr-groups.sh --remove vdr-plugin-foo
@@@ -268,8 -256,6 +264,6 @@@ If you manually add vdr to a group, yo
  /etc/vdr/vdr.groups. If you don't do so, vdr may be removed from this group when
  uninstalling a plugin.
  
-  -- Thomas Schmidt <tschmidt at debian.org>,  Tue, 01 May 2007 14:12:15 +0200
- 
  
  Optional Patches
  ----------------
@@@ -294,5 -280,3 +288,3 @@@ anymore on the official Debian reposito
  packages or install additional plugins. You always have to compile the plugins
  yourself! The optional patches are mainly intended for people who would like to
  create their own customized vdr distribution.
- 
-  -- Tobias Grimm <tg at e-tobi.net>,  Thu, 3 Jun 2004 02:20:00 +0100
diff --combined debian/changelog
index ed8e12c,bb7cd4a..22094d8
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,14 -1,7 +1,14 @@@
 +vdr (1.7.16-1ctvdr1) UNRELEASED; urgency=low
 +
 +  * Dropped extensions patch
 +  * Updated commands.ctvdr.conf to new upstream format
 +
 + -- Tobias Grimm <etobi at debian.org>  Sun, 28 Nov 2010 19:54:03 +0100
 +
  vdr (1.7.16-1) UNRELEASED; urgency=low
  
    [ Thomas Günther, Tobias Grimm ]
-   * Updated to the latest upstream development version release
+   * Updated to the latest upstream development version release (Closes: #573896)
    * Updated/Removed debian/patches/*
    * Setting default SVDRP port to 6419 (this was already changed by upstrem)
    * Added BIDI define to 81_Make_config.dpatch
@@@ -20,17 -13,24 +20,30 @@@
    * Removed 03_cmdsubmenu.dpatch (command submenus now integrated in upstream)
    * Removed installation of the sky plugin
    * Added installation of the dvbsddevice plugin
-   * Added option LIRC to /etc/default/vdr, which allows to change the LIRC device
-     or disabling it by setting it to /dev/null
- 
-  -- Tobias Grimm <etobi at debian.org>  Sun, 28 Nov 2010 18:48:25 +0100
+   * Suggest vdr-plugin-dvbsddevice
+   * Added NEWS entry about vdr-plugin-dvbsddevice and a probably required 
+     modified firmware
+   * Updated README.Debian
+   * Added 99_add-language-to-po.dpatch (Closes: #593925)
+ 
+   [ Thomas Schmidt ]
+   * Update Vcs-* fields: Move packaging from svn to git
+   * Fixed some lintian warnings 
+ 
+   [ Tobias Grimm ]
+   * Removed vdr-kbd, vdr-daemon, vdr-lirc and vdr-rcu - /usr/bin/vdr should be
+     used instead
+   * Dropped conflicts to vdradmin
+   * Dropped moving of channels.conf from /etc/vdr/ to /var/lib/vdr/
+ 
+  -- Tobias Grimm <etobi at debian.org>  Sat, 01 Jan 2011 16:20:54 +0100
  
 +vdr (1.6.0-19.1ctvdr1) UNRELEASED; urgency=low
 +
 +  * Merged changes from official package
 +
 + -- Tobias Grimm <etobi at debian.org>  Sun, 28 Nov 2010 16:51:00 +0100
 +
  vdr (1.6.0-19.1) unstable; urgency=low
  
    * debian/vdrleaktest
@@@ -63,114 -63,109 +76,114 @@@ vdr (1.6.0-18) unstable; urgency=lo
  
   -- Tobias Grimm <etobi at debian.org>  Thu, 19 Aug 2010 00:07:33 +0200
  
 -vdr (1.6.0-17) unstable; urgency=low
 +vdr (1.6.0-17ctvdr1) experimental; urgency=low
  
    * Modified runvdr to also (re)load dvb modules not depending on dvb_core*
      (Closes: #576337)
    * Added debian/source/format 1.0
  
 - -- Tobias Grimm <etobi at debian.org>  Fri, 30 Apr 2010 22:43:50 +0200
 + -- Tobias Grimm <etobi at debian.org>  Fri, 30 Apr 2010 23:16:57 +0200
  
 -vdr (1.6.0-16) unstable; urgency=low
 -
 -  [ Thomas Günther ]
 -  * Added opt-22-x_edit_marks.dpatch
 -  * Adapted opt-48-x_pin.dpatch to vdr-workaround-broken-sys-capability patch
 -  * Updated opt-52_hard_link_cutter.dpatch to version 0.2.2
 -    (fixes gcc 4.4 issue)
 -  * Added -p to bash shebang line of init script, because this is needed,
 -    if VDR calls the init script itself via a suid wrapper
 -  * Added linux-libc-dev to Depends of package vdr-dev (linux/dvb/*.h included
 -    in header files, e.g. device.h)
 +vdr (1.6.0-16ctvdr2) experimental; urgency=low
  
    [ Tobias Grimm ]
    * Moved /usr/include/vdr/libsi to /usr/include/libsi to make the include
      structure compatible to vdr standards
 +  * MinMinor sync with alioth version
 +
 + -- Tobias Grimm <etobi at debian.org>  Tue, 06 Apr 2010 23:07:25 +0200
  
 - -- Tobias Grimm <etobi at debian.org>  Sun, 28 Mar 2010 14:50:33 +0200
 +vdr (1.6.0-16ctvdr1) experimental; urgency=low
  
 -vdr (1.6.0-15) unstable; urgency=low
 +  [ Thomas Günther ]
 +  * Added opt-22-x_edit_marks.dpatch
 +  * Added include links via debian/vdr-dev.links to make the include structure
 +    compatible to vdr standards
 +  * Added linux-libc-dev to Depends of package vdr-dev (linux/dvb/*.h included
 +    in header files, e.g. device.h)
  
 +  [ Tobias Grimm ]
    * Standards-Version: 3.8.4
    * Made init script require $remote_fs (/usr/...)
 -  * Migrated debconf _Choices to __Choices
  
 - -- Tobias Grimm <etobi at debian.org>  Thu, 04 Mar 2010 23:28:37 +0100
 + -- Tobias Grimm <etobi at debian.org>  Sat, 06 Mar 2010 17:06:50 +0100
  
 -vdr (1.6.0-14) unstable; urgency=low
 +vdr (1.6.0-13ctvdr3) experimental; urgency=low
  
    [ Thomas Günther ]
    * Removed 99_dvb-header-fixes.dpatch
    * Added 99_vdr-workaround-broken-sys-capability.dpatch
  
    [ Tobias Grimm ]
 -  * Added Japanese debconf translation (Closes: #555546)
 +  * Fixed gcc 4.4 issue in extensions patch
 +
 + -- Tobias Grimm <etobi at debian.org>  Thu, 14 Jan 2010 02:24:55 +0100
  
 - -- Tobias Grimm <etobi at debian.org>  Fri, 15 Jan 2010 00:13:07 +0100
 +vdr (1.6.0-13ctvdr2) experimental; urgency=low
  
 -vdr (1.6.0-13) unstable; urgency=low
 +  * Updated opt-52_hard_link_cutter.dpatch to version 0.2.2 (fixes gcc 4.4 issue)
 +
 + -- Tobias Grimm <etobi at debian.org>  Mon, 30 Nov 2009 20:59:40 +0100
 +
 +vdr (1.6.0-13ctvdr1) experimental; urgency=low
  
    * New upstream homepage http://www.tvdr.de/
    * Removed make-special-vdr.sh (Closes: #552638)
    * Added README.source
  
 - -- Tobias Grimm <etobi at debian.org>  Sun, 08 Nov 2009 22:14:13 +0100
 + -- Tobias Grimm <etobi at debian.org>  Mon, 09 Nov 2009 22:40:50 +0100
 +
 +vdr (1.6.0-12ctvdr1) experimental; urgency=low
 +
 +  * Fixed FTBFS with gcc 4.4 (Closes: #549380)
 +  * Standards-Version: 3.8.3
 +  * Don't ignore errors in preinst
  
 -vdr (1.6.0-12) unstable; urgency=low
 + -- Tobias Grimm <etobi at debian.org>  Sun, 04 Oct 2009 16:28:46 +0200
 +
 +vdr (1.6.0-8ctvdr7) experimental; urgency=low
  
    [ Thomas Günther ]
    * Upgraded make-special-vdr.sh to version 1.3
  
    [ Tobias Grimm ]
 -  * Added Italian debconf translation (Closes: #548798)
 -  * Fixed FTBFS with gcc 4.4 (Closes: #549380)
 -  * Standards-Version: 3.8.3
 +  * Build-Depend on linux-libc-dev
 +  * Added option LIRC to /etc/default/vdr, which allows to change the LIRC device
 +    or disabling it by setting it to /dev/null
  
 - -- Tobias Grimm <etobi at debian.org>  Fri, 09 Oct 2009 21:55:31 +0200
 + -- Tobias Grimm <etobi at debian.org>  Sun, 30 Aug 2009 19:03:18 +0200
  
 -vdr (1.6.0-11) unstable; urgency=low
 +vdr (1.6.0-8ctvdr6) experimental; urgency=low
  
 -  * Fixed syntax error in runvdr and don't set "-p" anymore, which is only
 -    supported by Bash (Closes: #536894)
 -  * Added Russian debconf template provided by Yuri Kozlov (Closes: #536561)
 +  * Converted commands.ctvdr.conf to UTF-8
 +  * Fixed ctvdrinfo
 +  * Dropped Kernel 2.4 support in runvdr
  
 - -- Tobias Grimm <etobi at debian.org>  Tue, 14 Jul 2009 20:55:37 +0200
 + -- Tobias Grimm <etobi at debian.org>  Sat, 16 May 2009 23:13:04 +0200
  
 -vdr (1.6.0-10) unstable; urgency=low
 +vdr (1.6.0-8ctvdr5) experimental; urgency=low
  
 +  * New extensions ABI version 2009-05-03
 +
 + -- Tobias Grimm <etobi at debian.org>  Sat, 09 May 2009 11:57:26 +0200
 +
 +vdr (1.6.0-8ctvdr4) experimental; urgency=low
 +
 +  [ Tobias Grimm ]
    * Upgraded opt-20_liemikuutio.dpatch to version 1.27
 +  * Upgraded extensions patch to version 71
    * Updated and renamed opt-40_iptv.dpatch to opt-40_pluginparam.dpatch
 -  * Added 99_dvb-header-fixes.dpatch as a workaround for the header bugs in
 -    Linux 2.6.29
 -  * Fixed debianize-vdrplugin template (dropped patchlevel field in control)
 -  * Changed section of plugin template to "video"
 -  * Added Spanish debconf template translation (Closes: #528245)
 -  * Build-Depend on linux-libc-dev
 -  * Dropped Kernel 2.4 support in runvdr
 -  * Updated make-special-vdr.sh
    * New multipatch ABI version 2009-05-03
 -  * Bumped standards version to 3.8.2
 +  * Changed section of plugin template to "video"
  
 - -- Tobias Grimm <etobi at debian.org>  Fri, 10 Jul 2009 20:24:50 +0200
 +  [ Thomas Günther ]
 +  * Updated make-special-vdr.sh to version 1.1
 +  * Bumped standards version to 3.8.1
 +  * Changed section to "video"
  
 -vdr (1.6.0-9) unstable; urgency=low
 + -- Tobias Grimm <etobi at debian.org>  Thu, 07 May 2009 08:58:13 +0200
  
 -  [ Tobias Grimm ]
 -  * Removed debconf note "VDR needs DVB kernel modules" - DVB modules should
 -    be part of the standard kernel (at least on i386 and amd64).
 -  * Fixed debconf to not ask to create /var/lib/video.00 if it already exists
 -  * Added 19_dvb-api-v5.dpatch for new DVB API version 5 in kernel 2.6.28
 -    (Closes: #522011, #527664)
 -  * Updated debian/copryright
 -  * Added ${misc:Depends} to vdr-plugin-*
 -  * Changed section of all packages to "video" except vdr-dbg which became
 -    "debug"
 -  * Bumped standards version to 3.8.1
 +vdr (1.6.0-8ctvdr3) experimental; urgency=low
  
    [ Thomas Günther ]
    * Added removal of vdr-dbg.1 to clean target in debian/rules
@@@ -180,155 -175,81 +193,155 @@@
    * Upgraded opt-24_jumpplay.dpatch to version 1.0
    * Added French language texts to opt-38_disableDoubleEpgEntrys.dpatch (Thx to
      Michaël Nival)
 +  * Updated make-special-vdr.sh to version 1.0
 +  * Upgraded opt-20_liemikuutio.dpatch to version 1.25
 +  * Updated opt-40_iptv.dpatch
 +  * Added 99_dvb-header-fixes.dpatch as a workaround for the header bugs in
 +    Linux 2.6.29
  
 - -- Tobias Grimm <etobi at debian.org>  Thu, 02 Apr 2009 14:55:20 +0200
 + -- Tobias Grimm <etobi at debian.org>  Sun, 19 Apr 2009 22:44:34 +0200
  
 -vdr (1.6.0-8) unstable; urgency=low
 +vdr (1.6.0-8ctvdr2) experimental; urgency=low
 +
 +  * Added 19_dvb-api-v5.dpatch for new DVB API version 5 in kernel 2.6.28
 +
 + -- Tobias Grimm <etobi at debian.org>  Sun, 22 Feb 2009 21:45:58 +0100
 +
 +vdr (1.6.0-8ctvdr1) experimental; urgency=low
  
 -  * Added 18_vdr-maintenance-1.6.0-2.dpatch (Closes: #485593)
 -  * Added opt-21_internal-cam-devices.dpatch
 -  * Added opt-53_dvbsetup.dpatch
 -  * Added opt-54_deltimeshiftrec.dpatch
 -  * Replaced libcap-dev build dependency by libcap2-dev | libcap-dev
 -    (Closes: #492681)
 -  * Fixed detection of default LANG setting to be used for VDR
 -  * Updated README.Debian (Closes: #499047)
    * Fixed reference to /usr/share/doc/vdr/README.Debian.gz in /etc/default/vdr
    * Added missing dpatch descriptions
    * Removed Lintian ovverride "shell-script-fails-syntax-check" for
       ./usr/share/vdr-dev/plugin-template/rules
 +  * Bumped Standards-Version to 3.8.0
 +  * Removed stdout output from vdrleaktest to /tmp/memleaktest.log,
 +    create tempfile in debugvdr using mktemp now, to prevent
 +    possible symlink attacks (Closes: #496421)
  
 - -- Tobias Grimm <etobi at debian.org>  Sat, 29 Nov 2008 14:21:04 +0100
 + -- Tobias Grimm <etobi at debian.org>  Sat, 29 Nov 2008 15:23:19 +0100
  
 -vdr (1.6.0-7) unstable; urgency=medium
 +vdr (1.6.0-7ctvdr1) experimental; urgency=low
  
 -  [ Thomas Schmidt ]
 -  * Fixed bashism in debian/rules (Closes: #491586)
 +  * Changed my maintainer/uploader email address
  
 - -- Tobias Grimm <tg at e-tobi.net>  Wed, 27 Aug 2008 19:08:44 +0200
 + -- Tobias Grimm <etobi at debian.org>  Sun, 16 Nov 2008 19:23:42 +0100
  
 -vdr (1.6.0-6) unstable; urgency=medium
 +vdr (1.6.0-6ctvdr3) experimental; urgency=low
  
 -  * Removed stdout output from vdrleaktest to /tmp/memleaktest.log,
 -    create tempfile in debugvdr using mktemp now, to prevent
 -    possible symlink attacks (Closes: #496421)
 +  * Fixed detection of default LANG setting to be used for VDR
 +  * Updated README.Debian (Closes: #499047)
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Fri, 19 Sep 2008 18:40:25 +0200
 +
 +vdr (1.6.0-6ctvdr2) experimental; urgency=low
 +
 +  * Removed 18_signalhandler-fix.dpatch
 +  * Added 18_vdr-maintenance-1.6.0-2.dpatch (Closes: #485593)
  
 - -- Tobias Grimm <tg at e-tobi.net>  Sun, 24 Aug 2008 23:13:44 +0200
 + -- Tobias Grimm <tg at e-tobi.net>  Wed, 10 Sep 2008 20:09:01 +0200
  
 -vdr (1.6.0-5) unstable; urgency=low
 +vdr (1.6.0-6ctvdr1) experimental; urgency=low
  
    [ Thomas Schmidt ]
 -  * Bumped Standards-Version to 3.8.0
 +  * Fixed bashism in debian/rules (Closes: #491586)
  
    [ Tobias Grimm ]
 +  * Replaced libcap-dev build dependency by libcap2-dev | libcap-dev (Closes: #492681)
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Tue, 05 Aug 2008 20:49:29 +0200
 +
 +vdr (1.6.0-6ctvdr0) experimental; urgency=low
 +
 +  * Fixed 00list.extensions and patchtest
 +  * Made valgrind a Suggests and check in vdrleaktest, if valgrind exists
 +    (Closes: #489003)
    * Using "Provides: vdr-abi-1.6.0-debian" now, which plugin packages can depend
      on. This way only plugins compiled for the specified ABI version can be
      installed, allowing us to remove the runtime patch level test.
      (Closes: #489914)
 -  * Setting VDR_LANG now takes care of /etc/default/locale if available,
 -    otherwise uses /etc/environment or falls back to "C" (Closes: #490651)
 +  * Removed debian/linda
 +  * Upgraded extensions patch to version 62 and added opt-91_ext-atsc.dpatch,
 +    opt-91_ext-analogtv.dpatch, opt-91_ext-em84xx.dpatch  
 +  * Added 18_signalhandler-fix.dpatch
 +  * Added opt-21_internal-cam-devices.dpatch
 +  * Added opt-53_dvbsetup.dpatch
 +  * Added opt-54_deltimeshiftrec.dpatch
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sat, 26 Jul 2008 01:46:12 +0200
 +
 +vdr (1.6.0-3ctvdr1) experimental; urgency=low
 +
 +  * Installing the pictures plugin now with vdr-plugin-examples
 +  * Replaced usage of 'at' with 'nohupc -c "( command )" >/dev/null 2>&1 &'
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Mon, 16 Jun 2008 20:47:23 +0200
 +
 +vdr (1.6.0-2ctvdr1) experimental; urgency=low
 +
 +  * Synchronized version with current Sid release
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Fri, 13 Jun 2008 10:47:54 +0200
 +
 +vdr (1.6.0-1ctvdr9) experimental; urgency=low
 +
 +  * Install vdr.groups to /etc/vdr/ instead of /etc/vdr/groups.d/
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Tue, 10 Jun 2008 22:10:54 +0200
 +
 +vdr (1.6.0-1ctvdr8) experimental; urgency=low
 +
 +  * Modified opt-49-x_pvrinput.dpatch: Added CA-Id's 0xA1 and 0xA2, required by
 +    pvrusb2 as suggested by Christian Jarczyk
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Wed, 14 May 2008 23:11:53 +0200
 +
 +vdr (1.6.0-1ctvdr7) experimental; urgency=low
 +
 +  * Applied a lot of spelling fixes (Thanks to Michael Nork!)
 +  * Using txt2man for manpages that used docbook before
 +  * Upgraded opt-21_liemikuutio.dpatch to version 1.21
 +  * Updated opt-48_pin.dpatch
 +  * Upgraded opt-39_noepg.dpatch to the patch taken from the vdr-noepgmenu
 +    plugin 0.0.6.beta3
 +  * Added opt-52_hard_link_cutter.dpatch
  
 - -- Thomas Schmidt <tschmidt at debian.org>  Sat, 19 Jul 2008 16:25:21 +0200
 + -- Tobias Grimm <tg at e-tobi.net>  Mon, 12 May 2008 18:29:55 +0200
  
 -vdr (1.6.0-4) unstable; urgency=high
 +vdr (1.6.0-1ctvdr6) experimental; urgency=low
  
    [ Tobias Grimm ]
 -  * Made valgrind a Suggests and check in vdrleaktest, if valgrind exists
 -    (Closes: #489003)
 +  * Added -p to bash shebang line of init script again, because this is needed,
 +    if VDR calls the init script itself via a suid wrapper
 +  * Added uploades to debian/control ("dch -r" will otherwise do a NMU)
  
 -  [ Thomas Schmidt ]
 -  * Set urgency to high, because it fixes an rc-bug
 +  [ Thomas Günther ]
 +  * Upgraded make-special-vdr.sh to version 0.9
 +  * Improved caching in plugin-loader.sh
  
 - -- Thomas Schmidt <tschmidt at debian.org>  Thu, 03 Jul 2008 10:21:17 +0200
 + -- Tobias Grimm <tg at e-tobi.net>  Fri, 25 Apr 2008 21:57:15 +0200
  
 -vdr (1.6.0-3) unstable; urgency=low
 +vdr (1.6.0-1ctvdr5) experimental; urgency=low
  
 -  * Installing the pictures plugin now with vdr-plugin-examples
 -  * Replaced usage of 'at' with 'nohupc -c "( command )" >/dev/null 2>&1 &'
 -  * Removed debian/linda
 +  * Made Make.config handle DEB_BUILD_OPTIONS=noopt, so all plugins including
 +    Make.config in their Makefile will inherently suppport noopt as well 
 +    (see also Debian Policy 3.7.3.0 section 10.1)
 +  * Added 17_vdr-maintenance-1.6.0-1.dpatch 
 +  * Updated opt-90_extensions.dpatch
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 13 Apr 2008 18:41:30 +0200
 +
 +vdr (1.6.0-1ctvdr4) experimental; urgency=low
 +
 +  * CFLAGS must be preconfigured for plugins with -fPIC as well
  
 - -- Tobias Grimm <tg at e-tobi.net>  Wed, 18 Jun 2008 00:52:58 +0200
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 13 Apr 2008 10:43:20 +0200
  
 -vdr (1.6.0-2) unstable; urgency=low
 +vdr (1.6.0-1ctvdr3) experimental; urgency=low
 +
 +  [ Thomas Günther ]
 +  * Upgraded opt-41-x_timer-info.dpatch to version 0.5
  
    [ Tobias Grimm ]
 -  * Removed makedev dependency (not needed anymore since 1.4.7-2)
 -    (closes: #477062)
 -  * Added dependency to at (required by shutdown scripts)
    * Modified 81_Make_config.dpatch to set the default CXXFLAGS and CFLAGS
      required for building VDR and VDR plugins. This was necessary, because newer
      versions of dpkg-buildpackage export CXXFLAGS. Because the upstream's
@@@ -338,153 -259,100 +351,153 @@@
      because of the missing -fPIC. Plugins, that require special compiler
      arguments, should from now on pass CXXFLAGS as an argument to the make call
      in debian/rules. (closes: #475710)
 -  * Made Make.config handle DEB_BUILD_OPTIONS=noopt, so all plugins including
 -    Make.config in their Makefile will inherently support noopt as well 
 -    (see also Debian Policy 3.7.3.0 section 10.1)
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sat, 12 Apr 2008 23:38:15 +0200
 +
 +vdr (1.6.0-1ctvdr2) experimental; urgency=low
 +
    * Added caching to plugin-loader.sh to speed up the initial startup of vdr
      (Patch provided by Michael Burian <michael.burian at sbg.at>)
 -  * Added 17_vdr-maintenance-1.6.0-1.dpatch
 -  * Updated opt-20_liemikuutio.dpatch
 -  * Updated opt-48-x_pin.dpatch
 +  * Updated 00list.extension-patch sample file
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Thu, 10 Apr 2008 00:19:13 +0200
 +
 +vdr (1.6.0-1ctvdr1) experimental; urgency=low
 +
 +  [ Tobias Grimm ]
 +  * New upstream release
 +  * Made vdrleaktest and debugvdr explicitly using bash, because
 +    commands-loader.sh and plugin-loader.sh contain bashisms
 +  * Fixed debian/copyright
 +  * Instead of setting VFAT=1 at compile time, introduced a new
 +    configuration option in /etc/default/vdr (using VDR's
 +    --vfat option), so that the VFAT support can be disabled
    * Upgraded opt-37-x_menuorg.dpatch to version 0.4.2
 +  * Updated opt-48-x_pin.dpatch
 +  * Upgraded extensions patch to version 56
 +  * Bumped Standards-Version to 3.7.3
 +  * Added Homepage field to debian/control
    * Upgraded opt-50_graphtft-0.1.dpatch to current version 0.1.7~alpha of the
      GraphTFT plugin (taken from the Zulu Extensions Patch 56) and renamed it
      to opt-50_graphtft.dpatch (deleted old opt-50_graphtft.dpatch)
 -  * Applied a lot of spelling fixes (Thanks to Michael Nork!)
 -  * Modified opt-49-x_pvrinput.dpatch: Added CA-Id's 0xA1 and 0xA2, required by
 -    pvrusb2 as suggested by Christian Jarczyk
 -  * Using txt2man for manpages that used docbook before
 -  * Upgraded opt-21_liemikuutio.dpatch to version 1.21
 -  * Updated opt-48_pin.dpatch
 -  * Upgraded extensions patch to version 61
 -  * Upgraded opt-39_noepg.dpatch to the patch taken from the vdr-noepgmenu
 -    plugin 0.0.6.beta3
 -  * Added opt-52_hard_link_cutter.dpatch
  
 +  [ Thomas Schmidt ]
 +  * Updated years in debian/copyright
  
    [ Thomas Günther ]
 -  * Upgraded make-special-vdr.sh to version 0.9
 -  * Upgraded opt-41-x_timer-info.dpatch to version 0.5
 -  * Improved caching in plugin-loader.sh
 +  * Upgraded make-special-vdr.sh to version 0.8
  
 -  [ Thomas Schmidt ]
 -  * Added Galician debconf translation (gl.po) from Jacobo Tarrio
 -    (closes: #482132)
 + -- Tobias Grimm <tg at e-tobi.net>  Fri, 04 Apr 2008 17:29:35 +0200
 +
 +vdr (1.5.18-1ctvdr1) experimental; urgency=low
 +
 +  * New upstream release
 +  * Upgraded opt-20_liemikuutio.dpatch to version 1.19
 +  * Added patch description to opt-28_audioindexer.dpatch
 +  * Upgraded opt-40_iptv.dpatch to the version shipped with version 0.0.7
 +    of the IPTV plugin (only syntactic changes)
 +  * Updated opt-31_reelchannelscan.dpatch
 +  * Upgraded extensions patch to version 53
 +  * Added some lines of documentation to README.Debian, explaining that
 +    plugins manually copied to /usr/lib/vdr/plugins will only be loaded
 +    when PLUGIN_CHECK_PATCHLEVEL=no (closes: #426921)
 +  * Added manpages for vdr-dbg, debugvdr, vdrleaktest, vdrdbg-buildpackage
 +    and pic2mpg
 +  * Added support for VDR_CHARSET_OVERRIDE=<CHARSET> in /etc/default/vdr
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 16 Mar 2008 18:56:22 +0100
 +
 +vdr (1.5.17-1ctvdr1) experimental; urgency=low
 +
 +  * New upstream release
 +  * Removed NONPTL settings
 +  * Set VDR_LANG to LANG from /etc/environment by default, fall back to "C"
 +    when LANG is not set
 +  * Removed default VDR_LANG=de_DE.ISO-8859-15 at euro setting
 +  * Updated debian/copyright
 +  * Added short description to the NAME section of the manpages to fix the
 +    Lintian manpage-has-bad-whatis-entry warning
 +  * Synced runvdr with Alioth-version of VDR:
 +    - Removed VDSB (video data stream broken) workaround
 +    - Removed NONPTL code
 +  * Removed upgrade code for VDR 1.2.6 and 1.3.0 from postinst
 +  * Upgraded extensions patch to version 47
 +  * Removed 99_invalid-char-fix.dpatch (fixed upstream)
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 02 Mar 2008 15:48:48 +0100
 +
 +vdr (1.5.16-1ctvdr1) experimental; urgency=low
 +
 +  * New upstream release
 +  * Updated opt-31-x_reelchannelscan
 +  * Updated opt-47_sourcecaps
 +  * Updated opt-90_extensions
 +  * Added 01_pic2mpg-debian.dpatch
 +  * Added 99_ncursesw-include.dpatch
 +  * Added 99_invalid-char-fix.dpatch (closes: #467512)
 +  * Added installation of the pictures plugin
 +  * Line-wrapped dependencies in debian/control
 +  * COMPAT=5, debhelper (>= 5)
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Fri, 29 Feb 2008 01:21:41 +0100
 +
 +vdr (1.5.15-1ctvdr2) experimental; urgency=low
  
 - -- Thomas Schmidt <tschmidt at debian.org>  Wed, 21 May 2008 22:03:28 +0200
 +  * Added opt-49-x_pvrinput.dpatch
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Wed, 20 Feb 2008 14:57:56 +0100
  
 -vdr (1.6.0-1) experimental; urgency=low
 +vdr (1.5.15-1ctvdr1) experimental; urgency=low
  
 -  [ Tobias Grimm]
 -  * New upstream release (closes: #467512)
 +  * New upstream release
 +  * Deaktivated 99_dvb-api-wrapper.dpatch
    * Updated 03_cmdsubmenu.dpatch
    * Updated 09_sort_options.dpatch
 -  * Upgraded opt-20_liemikuutio.dpatch to version 1.19
 -  * Updated opt-31-x_reelchannelscan
 -  * Updated opt-37-x_menuorg.dpatch
 -  * Updated opt-38_disableDoubleEpgEntrys.dpatch, to avoid sprintf buffer
 -    overflows
 -  * Updated opt-41-x_timer-info.dpatch
 +  * Upgraded opt-20_liemikuutio.dpatch to version 1.18
 +  * Updated opt-30-x_analogtv.dpatch
    * Updated opt-43-x_recordshowfree.dpatch
 -  * Updated opt-47_sourcecaps
 +  * Upgraded opt-40_iptv.dpatch to version 0.0.6 of the IPTV plugin
 +  * Updated opt-41-x_timer-info.dpatch
    * Updated opt-48-x_pin.dpatch
 -  * Applied modification from Michaël Nival to opt-45_yaepg.dpatch that fixes a
 -    small bug
 +  * Upgraded extensions patch to version 46
 +  * Updating /var/lib/vdr/channels.conf in postinst
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Mon, 18 Feb 2008 20:09:54 +0100
 +
 +vdr (1.5.14-1ctvdr1) experimental; urgency=low
 +
 +  * New upstream release
 +  * Synced opt-20_liemikuutio.dpatch with the latest upstream release
 +  * Adapted opt-30-x_analogtv.dpatch for VDR 1.5.14
 +  * Removed opt-32_iptv.dpatch
    * Removed opt-36_CutterQueue.dpatch
    * Removed opt-36_CutterQueue-AutoDelete.dpatch
    * Removed opt-46_dmh-dvd-archive.dpatch
    * Removed opt-46_dvdarchive.dpatch
    * Removed opt-46-x_dmh-dvd-archive-debian.dpatch
    * Removed opt-49_sharelnb.dpatch
 -  * Adapted 15_dvbplayer.dpatch
 -  * Added 01_pic2mpg-debian.dpatch
 -  * Added 99_ncursesw-include.dpatch
 -  * Added opt-49-x_pvrinput.dpatch
 -  * Added opt_40-iptv.dpatch
 -  * Added latest version of pin patch opt-48_pin-0.1.7.dpatch
 -  * Added installation of the pictures plug-in
 -  * Line-wrapped dependencies in debian/control
 -  * COMPAT=5, debhelper (>= 5)
 +  * Added 99_dvb-api-wrapper.dpatch
 +  * Upgraded extensions patch to version 45
    * Made debianize-vdrplugin create cdbs based plugin packages
 -  * Using empty directory /usr/lib/vdr/plugins again and adding lintian
 -    override for "package-contains-empty-directory" warning - VDR
 -    requires the plugin directory!
 -  * Added short description to the NAME section of the manpages to fix the
 -    Lintian manpage-has-bad-whatis-entry warning
 -  * Removed upgrade code for VDR 1.2.6 from postinst
 -  * Added some lines of documentation to README.Debian, explaining that
 -    plug-ins manually copied to /usr/lib/vdr/plugins will only be loaded
 -    when PLUGIN_CHECK_PATCHLEVEL=no (closes: #426921)
 -  * Added manpages for vdr-dbg, debugvdr, vdrleaktest, vdrdbg-buildpackage
 -    and pic2mpg
 -  * Added support for VDR_CHARSET_OVERRIDE=<CHARSET> in /etc/default/vdr
 -  * Made vdrleaktest and debugvdr explicitly using bash, because
 -    commands-loader.sh and plugin-loader.sh contain bashisms
 -  * Instead of setting VFAT=1 at compile time, introduced a new
 -    configuration option in /etc/default/vdr (using VDR's 
 -    --vfat option), so that the VFAT support can be disabled 
 +
 +  * Merged from the vdr devel branch maintained by Thomas Günther:
  
    [ Thomas Günther ]
    * Adapted 04_newplugin.dpatch
    * Adapted 10_dd-record-option.dpatch
    * Adapted opt-24_jumpplay.dpatch
    * Adapted opt-28_audioindexer.dpatch
 +  * Adapted opt-31-x_reelchannelscan.dpatch
 +  * Adapted opt-38_disableDoubleEpgEntrys.dpatch
    * Updated opt-39_noepg.dpatch
 +  * Adapted opt-41-x_timer-info.dpatch
    * Updated opt-44_rotor.dpatch
    * Adapted opt-45_yaepg.dpatch
 +  * Adapted opt-46_dmh-dvd-archive.dpatch
 +  * Updated opt-46-x_dmh-dvd-archive.dpatch (Thx to skiller2k1 at vdrportal)
 +  * Adapted opt-46_dvdarchive.dpatch
 +  * Adapted opt-47_sourcecaps.dpatch
 +  * Adapted opt-48-x_pin.dpatch
    * Adapted opt-50_graphtft.dpatch
    * Adapted opt-50_graphtft-0.1.dpatch
    * Adapted opt-51_cuttime.dpatch
@@@ -496,9 -364,8 +509,9 @@@
    * Added opt-29_syncearly.dpatch and opt-29_syncearly-audioindexer.dpatch
    * Added opt-48_pin-submenu.dpatch
    * Added opt-50_graphtft-0.1.dpatch
 -  * Replaced opt-27_subtitles-ttxtsubs.dpatch with opt-27_ttxtsubs.dpatch -
 -    subtitles support now integrated in upstream (closes: #352442)
 +  * Replaced opt-27_subtitles-ttxtsubs.dpatch with opt-27_ttxtsubs.dpatch
 +    (subtitles support now integrated in upstream)
 +  * Added VDR_LANG=de_DE.ISO-8859-15 at euro to vdr.default
    * Added gettext to Build-Depends
    * Added libfreetype6-dev and libfontconfig-dev to Build-Depends
    * Replaced libncurses5-dev with libncursesw5-dev in Build-Depends
@@@ -506,160 -373,95 +519,160 @@@
    * Added URL for developer version to debian/watch
    * Upgraded make-special-vdr.sh to version 0.7
  
 -  [ Thomas Schmidt ]
 -  * Added vdr-dbg-package + scripts vdrleaktest, debugvdr and
 -    vdrdbg-buildpackage from Tobias repository
 -  * Updated debian/copyright
 -  * Changed config-loader.sh to get default $LANG from /etc/environment
 -  * Updated years in debian/copyright
 +  [ Tobias Grimm ]
 +  * Added fix to opt-38_disableDoubleEpgEntrys.dpatch, to avoid sprintf buffer
 +    overflows
 +  * Added opt_40-iptv.dpatch
 +  * Applied modification from Michaël Nival to opt-45_yaepg.dpatch that fixes a
 +    small bug
 +  * Adapted 15_dvbplayer.dpatch
 +  * Added latest version of pin patch opt-48_pin-0.1.7.dpatch
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sat, 16 Feb 2008 13:22:05 +0100
 +
 +vdr (1.4.7-4ctvdr1) unstable; urgency=low
 +
 +  * Using empty directory /usr/lib/vdr/plugins again and adding lintian
 +    override for "package-contains-empty-directory" warning - VDR
 +    requires the plugin directory!
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Mon, 14 Jan 2008 21:37:39 +0100
 +
 +vdr (1.4.7-3ctvdr1) unstable; urgency=low
 +
 +  * Synched some changes from vdr 1.4.7-3 made by Thomas Schmidt:
 +    - Removed menu file, vdr should always be used as daemon
 +    - Removed override for lintian warning menu-command-not-in-package
 +    - Do not include empty directory /usr/lib/vdr/plugins
 +    - Use ${binary:Version} instead of ${Source-Version} to make package
 +      binNMUable
 +    - Do not ignore errors in clean-target
 +    - Converted debian/copyright to UTF-8
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Thu, 10 Jan 2008 17:37:13 +0100
 +
 +vdr (1.4.7-2ctvdr6) unstable; urgency=low
 +
 +  *  Added fix to opt-38_disableDoubleEpgEntrys.dpatch, to avoid sprintf buffer
 +     overflows
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Fri, 04 Jan 2008 18:59:54 +0100
 +
 +vdr (1.4.7-2ctvdr5) unstable; urgency=low
 +
 +  * Upgraded opt-27_subtitles-ttxtsubs to Rolf Ahrenberg's
 +    vdr-1.4.7-subtitles-0.5.0-and-ttxtsubs-0.0.5.diff.gz (includes a bugfix)
 +  * Removed opt-27-x_subtitles-ttxtsubs-volumebar-fix.dpatch
  
 - -- Thomas Schmidt <tschmidt at debian.org>  Mon, 24 Mar 2008 18:58:22 +0100
 + -- Tobias Grimm <tg at e-tobi.net>  Sat, 01 Dec 2007 23:50:43 +0100
  
 -vdr (1.4.7-3) unstable; urgency=low
 +vdr (1.4.7-2ctvdr4) unstable; urgency=low
  
    [ Tobias Grimm ]
 -  * Synced optional patches with e-tobi.net version of the VDR package
 -    - Added opt-50_graphtft-0.1.dpatch
 -    - Added opt-51_cuttime.dpatch
 -    - Added opt-39_noepg.dpatch
 -    - Added opt-32_iptv.dpatch
 -    - Added opt-43-x_recordshowfree.dpatch
 -    - Added opt-37-x_menuorg.dpatch
 -    - Added opt-31-x_reelchannelscan.dpatch
 -    - Added opt-48-x_pin.dpatch
 -    - Removed opt-37_submenu.dpatch
 -    - Updated opt-48_pin.dpatch
 +  * Changed copyright file in the new plugin template to match
 +    the new debian/copyright schema for VDR packages
 +  * Added opt-32_iptv.dpatch
 +  * Added opt-28_audioindexer.dpatch
  
 -  [ Thomas Schmidt ]
 -  * Do not ignore errors in clean-target
 -  * Added Homepage field to debian/control
 -  * Renamed XS-Vcs-* fields to Vcs-* in debian/control
 -  * Bumped Standards-Version to 3.7.3
 -  * Removed menu file, vdr should always be used as daemon
 -  * Do not include empty directory /usr/lib/vdr/plugins
 -  * Use ${binary:Version} instead of ${Source-Version} to make package
 -    binNMUable
 -  * Converted debian/copyright to UTF-8
 -  * Removed override for lintian warning menu-command-not-in-package
 +  [ Thomas Günther ]
 +  * Updated opt-39_noepg.dpatch (Thx to Torsten/WarEagle at vdrportal.de)
  
 - -- Thomas Schmidt <tschmidt at debian.org>  Sat, 29 Dec 2007 18:06:09 +0100
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 25 Nov 2007 18:11:28 +0100
  
 -vdr (1.4.7-2) unstable; urgency=low
 +vdr (1.4.7-2ctvdr3) unstable; urgency=low
  
 -  [ Thomas Schmidt ]
 -  * Removed support for starting vdr without NPTL-support as glibc 2.5 does
 -    not support this anymore
 -  * removed creation of dvb-devices in postinst - should be created on every
 -    system automatically (closes: #428695)
 +  * Dropped opt-37_submenu.dpatch
 +  * Added opt-37-x_menuorg.dpatch
 +  * Updated opt-48_pin.dpatch and renamed to opt-48-x_pin.dpatch (it's ABI
 +    neutral now)
 +  * Dropped opt-48_pin-submenu.dpatch
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Fri, 24 Aug 2007 22:57:22 +0200
 +
 +vdr (1.4.7-2ctvdr2) unstable; urgency=low
 +
 +  * Fixed opt-51_cuttime.dpatch - setup option wasn't stored
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sun,  5 Aug 2007 10:35:01 +0200
 +
 +vdr (1.4.7-2ctvdr1) unstable; urgency=low
  
    [ Thomas Günther ]
    * Upgraded make-special-vdr.sh to version 0.6 (xineliboutput,
      burnbackgrounds, debianize-vdrplugin, vompserver)
  
    [ Tobias Grimm ]
 -  * Changed copyright file in the new plug-in template to match
 -    the new debian/copyright schema for VDR packages
 +  * Added opt-51_cuttime.dpatch
 +  * Added opt-43-x_recordshowfree.dpatch
 +  * Added VDR extension patch from Marc "Zulu" Wernecke
 +  * Added opt-50_graphtft-0.1.dpatch
  
 - -- Tobias Grimm <tg at e-tobi.net>  Fri, 07 Sep 2007 09:53:59 +0200
 + -- Tobias Grimm <tg at e-tobi.net>  Tue, 10 Jul 2007 21:09:31 +0200
  
 -vdr (1.4.7-1) unstable; urgency=low
 +vdr (1.4.7-1ctvdr1) unstable; urgency=low
  
 -  [ Tobias Grimm ]
 -  * Added opt-42-x_MainMenuHooks.dpatch
 -  * Upgraded opt-48_pin.dpatch
 -  * Updated opt-50_graphtft.dpatch
 -  * Removed 92_MainMenuHooks.dpatch
 -  * Removed opt-42-x_extrecmenu.dpatch
 -  * Upgraded opt-27_subtitles-ttxtsubs to Rolf Ahrenberg's
 -    vdr-1.4.5-subtitles-0.5.0-and-ttxtsubs-0.0.5.diff.gz (no functional changes,
 -    just new version numbers)
 -  * Added Portuguese debconf translations (closes: #415495)
 -  * Modified 15_dvbplayer.dpatch
 +  * New upstream release
 +  * Installing svdrpsend in /usr/bin for easier manual access
 +  * Removed version from build dependency to dpatch - even Sarge has the
 +    required version
 +  * Removed 01_maintenance-patch-01.dpatch
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Fri,  1 Jun 2007 22:43:06 +0200
 +
 +vdr (1.4.6-2ctvdr1) unstable; urgency=low
 +
 +  * Added opt-31-x_reelchannelscan.dpatch
 +  * Added vdr maintenance patch 1.4.6-1 and modified 15_dvbplayer.dpatch
 +  * Added vdr-groups.sh script which can be used by plugins which require the
 +    user vdr to be a member in additional system groups, see README.Debian
 +    for additional information
    * vdr will no longer be added to the group cdrom by default. This has to be
      done by the plugin, using the vdr-groups.sh script introduced in this
      version
 -  * Installing svdrpsend in /usr/bin for easier manual access
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Mon,  7 May 2007 01:12:56 +0200
 +
 +vdr (1.4.6-1ctvdr2) unstable; urgency=low
  
    [ Thomas Günther ]
    * Removed debug logs in 17_epg-conv-iso6937.dpatch
  
 -  [ Thomas Schmidt ]
 -  * Added vdr-groups.sh script which can be used by plugins which require the
 -    user vdr to be a member in additional system groups, see README.Debian
 -    for additional information
 + -- Tobias Grimm <tg at e-tobi.net>  Wed, 14 Mar 2007 09:34:38 +0100
 +
 +vdr (1.4.6-1ctvdr1) unstable; urgency=low
 +
 +  [ Tobias Grimm ]
    * New upstream release
 -  * Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control
 -  * Removed version from build-dependency to dpatch - even Sarge has the
 -    required version
 +  * Upgraded opt-27_subtitles-ttxtsubs to Rolf Ahrenberg's
 +    vdr-1.4.5-subtitles-0.5.0-and-ttxtsubs-0.0.5.diff.gz (no functional changes,
 +    just new version numbers)
 +  * Updated debianize-vdrplugin for Debian Etch
 +  * Upgraded opt-48_pin.dpatch
 +  * ctvdrinfo writes log now to /tmp/vdrinfo.log because /var/log is not
 +    writeable for user vdr (closes ctvdr ticket:37)
 +  * Removed 99_maintenance-patch-1.4.5-1.dpatch
 +  * Updated opt-50_graphtft.dpatch
 +  * Added opt-42-x_MainMenuHooks.dpatch
 +  * Removed opt-43-x_epgsearch.dpatch
 +  * Removed opt-42-x_extrecmenu.dpatch
 +  * opt-46_dvdarchive, opt-46_dmh-dvd-archive and opt-46-x_dmh-dvd-archive-debian
 +    are no longer included in "multipatch" - use the extrecmenu plugin instead!
 +
 +  [ Thomas Günther ]
 +  * Upgraded make-special-vdr.sh to version 0.5 (updated for new
 +    vompserver release, updated for new graphtft release)
 +  * Added 17_epg-conv-iso6937.dpatch (convert EPG of UPC Direct / HBO
 +    from iso6937 to iso8859-2) (closes: #384836)
  
 - -- Thomas Schmidt <tschmidt at debian.org>  Mon, 28 May 2007 14:16:19 +0200
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 11 Mar 2007 18:23:07 +0100
  
 -vdr (1.4.6-1) experimental; urgency=low
 +vdr (1.4.5-1ctvdr3) unstable; urgency=low
 +
 +  * Added 99_maintenance-patch-1.4.5-1.dpatch
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 28 Jan 2007 11:48:37 +0100
 +
 +vdr (1.4.5-1ctvdr2) unstable; urgency=low
  
    [ Tobias Grimm ]
    * Set NONPTL=0 by default - since version 1.3.27 VDR should work with the
@@@ -672,27 -474,37 +685,27 @@@
    * Added opt-50_graphtft.dpatch, required by the graphtft plugin version 0.0.15
    * Replaced "==" in shell scripts with "=" for compatibility reasons
      (reported by Jörg (Kano) Schirottke)
 -  * Updated debianize-vdrplugin for Debian Etch
  
    [ Thomas Günther ]
 -  * Upgraded make-special-vdr.sh to version 0.5 (fixed detection of *.vdr files
 -    in burn plugin, updated for new vompserver release, updated for new graphtft
 -    release)
 -  * Added 17_epg-conv-iso6937.dpatch (convert EPG of UPC Direct / HBO
 -    from iso6937 to iso8859-2) (closes: #384836)
 +  * Upgraded make-special-vdr.sh to version 0.3 (fixed detection of *.vdr files
 +    in burn plugin)
  
 -  [ Thomas Schmidt ]
 -  * New upstream release
 + -- Tobias Grimm <tg at e-tobi.net>  Fri, 26 Jan 2007 21:42:54 +0100
  
 - -- Thomas Schmidt <tschmidt at debian.org>  Sat, 10 Mar 2007 16:04:26 +0100
 -
 -vdr (1.4.5-1) experimental; urgency=low
 +vdr (1.4.5-1ctvdr1) unstable; urgency=low
  
    [ Tobias Grimm ]
 +  * New upstream release
    * Removed Conflicts line from plugin template
 -  * Added Lintian override to vdr-dev regarding reports about
 -    /usr/share/vdr-dev/plugin-template/rules not being a valid shell script
 -  * Added lintian source override for "debian-rules-not-a-makefile"
 -  * Removed lintian override for menu-command-not-in-package /usr/lib/menu/vdr:2
 -  * Added the complete list of optional patches from the vdr package at e-tobi.net
 -    (Ubuntu might want to use them)
 -  * Fixed shutdown script to not cause at to generate mails when a shutdown is
 -    scheduled for later retry - fix provided by
 -    Wolfgang Miller-Reichling <wolfgang at miller-reichling.de>
 +  * Upgraded opt-48_pin.dpatch to version 0.1.5b
 +  * Synched lintian overrides with Alioth package
 +  * Fixed debian/copyright and added list of Debian maintainers
 +  * Took runvdr man page from Alioth package
    * Added a linda override file to source package - at the moment it will not
      be installed by any binary package
  
    [ Thomas Günther ]
 +  * Fixed installation of manpages for vdr-dev
    * Replaced VDRdevel adaptions in debian/rules and plugin-template/rules
      with make-special-vdr.sh
    * Install make-special-vdr.sh into vdr-dev package - plugins can use this to
@@@ -701,1093 -513,792 +714,1093 @@@
      /usr/lib/vdr-dev to /usr/share/vdr-dev
  
    [ Thomas Schmidt ]
 -  * New upstream release
 +  * Removed linux-kernel-headers build dependency, not needed anymore
 +  * Removed vdr-dev dependency on dvb-dev | linux-kernel-headers
 +    (Ubuntu Bug #65340)
  
 - -- Thomas Schmidt <tschmidt at debian.org>  Sun, 14 Jan 2007 20:10:35 +0100
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 14 Jan 2007 22:07:15 +0100
  
 -vdr (1.4.4-1) unstable; urgency=low
 +vdr (1.4.4-1ctvdr1) unstable; urgency=low
  
 -  [ Tobias Grimm ]
    * New upstream release
 -  * Renamed and updated optional subtitles-ttxtsubs example patch
 +
 +  [ Tobias Grimm ]
 +  * Removed 99_maintenance-patch-1.4.3-1.dpatch
 +  * Removed 99_maintenance-patch-1.4.3-1-eit.dpatch
 +  * Upgraded opt-48_pin.dpatch to version 0.1.1
 +  * Upgraded opt-20_liemikuutio.dpatch to version 1.13
 +  * Upgraded opt-49_sharelnb.dpatch
    * Created symlinks of setup.conf, channels.conf, remote.conf and
      /etc/default/vdr in /etc/vdr/
  
 -  [ Thomas Schmidt ]
 -  * Removed linux-kernel-headers build-dependency, not needed anymore
 -  * Removed vdr-dev dependency on dvb-dev | linux-kernel-headers
 -    (Ubuntu Bug #65340)
 +  [ Thomas Günther ]
 +  * Added german translation to opt-36_CutterQueue.dpatch and
 +    opt-36_CutterQueue-AutoDelete.dpatch (Thx to wilderigel at vdrportal)
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sun,  5 Nov 2006 22:39:25 +0100
 +
 +vdr (1.4.3-1ctvdr3) unstable; urgency=low
 +
 +  * Added 99_maintenance-patch-1.4.3-1-eit.dpatch
  
 - -- Thomas Schmidt <tschmidt at debian.org>  Sun,  5 Nov 2006 17:40:44 +0100
 + -- Tobias Grimm <tg at e-tobi.net>  Mon,  9 Oct 2006 20:13:52 +0200
  
 -vdr (1.4.3-1) unstable; urgency=low
 +vdr (1.4.3-1ctvdr2) unstable; urgency=low
  
 +  * Added 99_maintenance-patch-1.4.3-1.dpatch
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sun,  8 Oct 2006 16:33:53 +0200
 +
 +vdr (1.4.3-1ctvdr1) unstable; urgency=low
 +
 +  [ Thomas Schmidt ]
    * New upstream release
      - Added LC_ALL=$VDR_LANG when calling vdr in debian/runvdr
  
 - -- Thomas Schmidt <tschmidt at debian.org>  Tue, 26 Sep 2006 21:14:50 +0200
 +  [ Tobias Grimm ]
 +  * Removed changes to channels.conf.terr
 +  * Upgraded opt-20_liemikuutio.dpatch to version 1.12
 +  * Added opt-46_dmh-dvd-archive.dpatch
 +  * Added opt-46_dmh-dvd-archive-debian.dpatch
 +  * Fixed shutdown script to not cause at to generate mails when a shutdown is
 +    scheduled for later retry - fix provided by
 +    Wolfgang Miller-Reichling <wolfgang at miller-reichling.de>
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sat, 30 Sep 2006 14:40:46 +0200
 +
 +vdr (1.4.2-1ctvdr2) unstable; urgency=low
 +
 +  * Added opt-43-x_epgsearch.dpatch
  
 -vdr (1.4.2-1) unstable; urgency=low
 + -- Tobias Grimm <tg at e-tobi.net>  Wed, 30 Aug 2006 19:39:42 +0200
 +
 +vdr (1.4.2-1ctvdr1) unstable; urgency=low
  
    * New upstream release
      - Removed 01_IA64-FTBFS-fix.dpatch
 -  * Added Tobias Grimm and Thomas Günther to Uploaders
 +    - Removed 99_maintenance_1.4.1-1
 +    - Removed 99_maintenance_1.4.1-2
 +  * Set maintainer to Debian VDR Team
 +  * Fixed typo in vdrleaktest (Thx to Thomas Creutz)
 +  * Upgraded opt-20_liemikuutio.dpatch to version 1.9
 +  * Renamed opt-31_sharelnb.dpatch to opt-49_sharelnb.dpatch and adapted to
 +    pin patch
 +  * Added 16_channels.conf.terr-fix.dpatch to fix the example
 +    channels.conf.terr
 +  * Added opt-42-x_extrecmenu.dpatch
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Mon, 28 Aug 2006 23:18:25 +0200
 +
 +vdr (1.4.1-1ctvdr4) unstable; urgency=low
  
 - -- Thomas Schmidt <tschmidt at debian.org>  Tue, 29 Aug 2006 07:57:05 +0200
 +  * Updated opt-20_liemkuutio.dpatch to version 1.8
  
 -vdr (1.4.1-1) unstable; urgency=low
 + -- Tobias Grimm <tg at e-tobi.net>  Tue, 25 Jul 2006 09:22:14 +0200
 +
 +vdr (1.4.1-1ctvdr3) unstable; urgency=low
 +
 +  [ Tobias Grimm ]
 +  * Added patch for PIN plugin to available patches
 +  * Taken from Thomas Schmidt's changes on Alioth:
 +    - debian/runvdr: use LANG=C when starting vdr, to
 +      prevent vdr from exiting on system which use UTF8 as default locale,
 +      this setting is also configurable in /etc/default/vdr
 +    - Added LSB-Headers and status action to debian/vdr.init
 +
 +  [ Thomas Günther ]
 +  * Added 99_maintenance_1.4.1-2.dpatch
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Mon, 24 Jul 2006 19:42:29 +0200
 +
 +vdr (1.4.1-1ctvdr2) unstable; urgency=low
  
    [ Thomas Günther ]
 -  * Upgraded opt-24_jumpplay-0.8.dpatch to opt-24_jumpplay.dpatch version 0.9
 +  * Once again fixed crash text2skin + replaybar + volumebar in
 +    opt-27_subtitles-ttxtsubs.dpatch
  
    [ Tobias Grimm ]
 -  * New upstream release
 -  * Stripped default SHUTDOWNCMD to "shutdown -h now"
 -  * SHUTDOWNCMD in vdr-shutdown is now executed detached, so that VDR does not
 -    block and can cleanly shutdown when receiving SIGTERM
 -    (Thanks to Hanno Müller for pointing this out!)
 -  * Increased timeout for stopping the VDR daemon from 5 to 30 seconds, because
 -    VDR may take pretty long to shut down gracefully
 -  * Moved some of the default values in vdr.default to the config loader
 -    and added description to README.Debian
 -  * Added KEYB_TTY-option which may be overridden in /etc/default/vdr to make
 -    VDR switch to and accept input from the specified console
 +  * Removed ${vdr:Conflicts} from plugin template
 +  * Extracted bugfix for opt-27_subtitles-ttxtsubs.dpatch into
 +    opt-27-x_subtitles-ttxtsubs-volumebar-fix
 +  * Moved default setting for KEYB_TTY="" to config_loader.sh, because
 +    this feature was added tp the official Debian-VDR
 +  * Removed remotes-loader.sh
  
 -  [ Thomas Schmidt ]
 -  * Using new changelog-format (closes: #343871)
 -  * debian/runvdr: use LANG=C when starting vdr, to prevent vdr from exiting
 -    on system which use UTF8 as default locale, this setting is also
 -    configurable in /etc/default/vdr
 -  * Added Tobias Grimm, Thomas Günther and myself to debian/copyright
 -  * Added LSB-Headers and status action to debian/vdr.init
 -  * Added 16_channels.conf.terr-fix.dpatch to fix the example
 -    channels.conf.terr
 -  * Bumped Standards-Version to 3.7.2
 -  * Do not fail silently in postinst if invoke-rc.d vdr fails
 + -- Tobias Grimm <tg at e-tobi.net>  Tue,  4 Jul 2006 00:16:33 +0200
 +
 +vdr (1.4.1-1ctvdr1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Tobias Grimm <tg at e-tobi.net>
 +    - Stripped version numbers from patch names
 +    - Removed maintenance patch 1.4.0-2
 +    - Removed opt-24_jumpplay-0.7.dpatch
 +    - Upgraded opt-20_liemikuutio.dpatch from 1.6 to 1.7
 +    - Upgraded opt-27_subtitles-ttxtsubs.dpatch to subtitles 0.4.0 and
 +      ttxtsubs 0.0.5
 +    - Upgraded opt-31_sharelnb.dpatch
 +    - Added 99_maintenance_1.4.1-1.dpatch
  
 - -- Thomas Schmidt <tschmidt at debian.org>  Tue, 15 Aug 2006 07:49:08 +0200
 + -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Fri, 23 Jun 2006 19:04:33 +0200
  
 -vdr (1.4.0-2) unstable; urgency=low
 +vdr (1.4.0-1ctvdr2) unstable; urgency=low
  
    * Thomas Günther <tom at toms-cafe.de>
 -    - Fixed i18n texts for replay in 10_dd-record-option.dpatch
 +    - Added opt-24_jumpplay-0.9.dpatch (not activated)
      - Upgraded 03_cmdsubmenu.dpatch to version 0.7 - fixes FTBFS with G++ 4.1:
        extra qualification (closes: #367360)
 -    - Upgraded opt-24_jumpplay-0.7.dpatch to opt-24_jumpplay-0.8.dpatch
 +  * Tobias Grimm <tg at e-tobi.net>
 +    - Added valgrind suppression file for vdrleaktest in vdr-dbg
 +    - Stripped default SHUTDOWNCMD to "shutdown -h now"
 +    - SHUTDOWNCMD in vdr-shutdown is now executed detached, so that VDR does not
 +      block and can cleanly shutdown when receiving SIGTERM
 +      (Thanks to Hanno Müller for pointing this out!)
 +    - Increased timeout for stopping the VDR daemon from 5 to 30 seconds, because
 +      VDR may take pretty long to shut down gracefully
 +    - Moved some of the default values in vdr.default to the config loader
 +      and added description to README.Debian
 +    - Reverted the order of modules read from the lsmod output in runvdr for
 +      kernel 2.6, because it was reported from several people, that the
 +      order of DVB devices changes, when VDR restarts in runvdr.
 +      (Thanks to Torsten Lang for pointing this out)
 +    - Added maintenance patch 1.4.0-2
 +    - Updated opt-38_disableDoubleEpgEntrys.dpatch
 +
 + -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Tue,  6 Jun 2006 01:10:08 +0200
 +
 +vdr (1.4.0-1ctvdr1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Thomas Günther <tom at toms-cafe.de>
 +    - Removed 99_vdr-1.3.49-1.4.0.dpatch
 +    - Upgraded opt-20_liemikuutio-1.3.dpatch to opt-20_liemikuutio-1.5.dpatch
 +    - Updated opt-27_subtitles-ttxtsubs.dpatch
 +    - Fixed i18n texts for replay in 10_dd-record-option.dpatch
    * Thomas Schmidt <tschmidt at debian.org>
 +    - Conflict with vdradmin (<< 3.4.3) to force users to upgrade to
 +      vdradmin-am, because the old vdradmin package which is partly
 +      incompatible with newer vdr versions
      - Fixed debian/watch
 -  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sat, 27 May 2006 09:54:14 +0200
  
 -vdr (1.4.0-1) unstable; urgency=low
 + -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Thu, 11 May 2006 22:23:12 +0200
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - New upstream release
 +vdr (1.3.49-1ctvdr2) unstable; urgency=low
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun, 30 Apr 2006 14:52:45 +0200
 +  * Tobias Grimm <tg at e-tobi.net>
 +    - Call target clean-plugins instead of plugins-clean in debian/rules
 +    - Install vdrleaktest in vdr-dbg, which uses valgrind to test for memleaks
 +    - Added 99_vdr-1.3.49-1.4.0.dpatch
 +    - Modified 81_Make_config.dpatch to set the define VDRDEBUG for debug builds
 +    - Added 82_valgrind.dpatch, which introduces a new option "-G | --valgrind".
 +      This option disables the unloading of plugin libraries in debug builds,
 +      to support valgrind.
 +
 + -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun, 30 Apr 2006 12:10:01 +0200
  
 -vdr (1.3.48-1) unstable; urgency=low
 +vdr (1.3.49-1ctvdr1) unstable; urgency=low
  
    * New upstream release
    * Tobias Grimm <tg at e-tobi.net>
 -    - Call target clean-plugins instead of plugins-clean in debian/rules
 +    - Removed 99_menueditintitem.dpatch
 +
 + -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Fri, 28 Apr 2006 22:01:55 +0200
 +
 +vdr (1.3.48-1ctvdr1) unstable; urgency=low
 +
    * Thomas Günther <tom at toms-cafe.de>
      - Updated 10_dd-record-option.dpatch
 +    - Removed 16_vdr-1.3.46_menuitems.c-fix.dpatch
 +    - Removed 99_geteuid.dpatch
 +    - Renamed opt-24_jumpplay-0.6.dpatch to opt-24_jumpplay-0.7.dpatch
      - Changed dependencies.sh: don't create conflicts with next vdr version
      - Changed plugin-loader.sh: detect api version, too
      - Upgraded 03_cmdsubmenu.dpatch to version 0.6
 -    - Removed 16_vdr-1.3.46_menuitems.c-fix.dpatch
 -    - Upgraded opt-24_jumpplay-0.6.dpatch to opt-24_jumpplay-0.7.dpatch
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - Conflict with vdradmin (<< 3.4.3) to force users to upgrade to
 -      vdradmin-am, because the old vdradmin package which is partly 
 -      incompatible with newer vdr versions
 +    - Fixed ctvdrinfo: find plugins with api version
 +  * Tobias Grimm <tg at e-tobi.net>
 +    - Added 99_menueditintitem.dpatch
 +
 + -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Tue, 25 Apr 2006 21:26:03 +0200
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Tue, 18 Apr 2006 00:53:07 +0200
 +vdr (1.3.46-1ctvdr2) unstable; urgency=low
 +
 +  * Thomas Günther <tom at toms-cafe.de>
 +    - Upgraded opt-24_jumpplay-0.6.dpatch to version 0.7 (renaming to
 +      opt-24_jumpplay-0.7.dpatch postponed cause it changes the patchlevel)
  
 -vdr (1.3.46-1) unstable; urgency=low
 + -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sat, 15 Apr 2006 11:41:52 +0200
 +
 +vdr (1.3.46-1ctvdr1) unstable; urgency=low
  
    * New upstream release
    * Thomas Günther <tom at toms-cafe.de>
      - Removed 13_vdr_1.3.45_sources.conf-fix.dpatch
      - Removed 16_vdr_1.3.45_diseqc.conf-fix.dpatch
      - Removed 17_replay.dpatch
 -    - Removed 99_epg-fix.dpatch
 +    - Updated opt-20_liemikuutio-1.3.dpatch
      - Added 16_vdr-1.3.46_menuitems.c-fix.dpatch
 +    - Updated opt-31_sharelnb.dpatch
 +  * Tobias Grimm <tg at e-tobi.net>
 +    - Renamed opt-41_timer-info.dpatch to opt-41-x_timer-info.dpatch
 +      (This patch does not modify any header files and therefore is
 +      not relevant for the patch level)
 +    - Added 99_geteuid to let vdr check for the effective instead of the
 +      real UID before changing the UID
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun,  9 Apr 2006 17:46:02 +0200
 -
 -vdr (1.3.45-1) unstable; urgency=low
 -
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - New upstream release
 -      + Added 13_vdr_1.3.45_sources.conf-fix.dpatch
 -      + Added 14_cap-memsize.dpatch
 -      + Added 16_vdr_1.3.45_diseqc.conf-fix.dpatch
 -      + Updated 11_sortrecordings.dpatch
 -      + Updated 15_dvbplayer.dpatch
 -      + Removed 18_vdr-1.3.39-menu-on-control.dpatch
 -      + Removed 19_vdr-1.3.41-no-title-fix.dpatch
 -    - Do not build-depend on dvb-dev anymore, this package is just a
 -      dummy-package for easier woody -> sarge upgrades and will be 
 -      removed from the archive soon
 -
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun, 26 Mar 2006 18:08:29 +0200
 -
 -vdr (1.3.41-1) unstable; urgency=low
 -
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - New upstream release
 -      + Removed 13_epgfix.dpatch
 -      + Added 99_epg-fix.dpatch
 -      + Added 19_vdr-1.3.41-no-title-fix.dpatch
 -
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Tue,  7 Feb 2006 22:50:56 +0100
 + -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Thu, 13 Apr 2006 01:17:01 +0200
  
 -vdr (1.3.40-1) unstable; urgency=low
 +vdr (1.3.45-1ctvdr1) unstable; urgency=low
  
 +  * New upstream release
    * Thomas Schmidt <tschmidt at debian.org>
 -    - New upstream release
 -      + Removed 19_vdr-1.3.39-clre-crash-fix.dpatch
 -      + Removed 20_vdr-1.3.39-schedule-crash-fix.dpatch
 -      + Removed 21_vdr-1.3.39-keys-fix.dpatch
 +    - Changed dependencies.sh to create Depends: like
 +      vdr (>= current>), vdr (<< current-9999) without using Conflicts: vdr
 +      (>= current-9999) - many thanks to Adeodato Simó for suggesting this
 +      (this will hopefully allow vdr+plugins to enter testing without manual
 +      hinting)
 +    - Added 13_vdr_1.3.45_sources.conf-fix.dpatch
 +    - Added 16_vdr_1.3.45_diseqc.conf-fix.dpatch
 +  * Tobias Grimm <tg at e-tobi.net>
 +    - Updated 06_default_svdrp_port_0.dpatch
 +    - Updated 09_sort_options.dpatch
 +    - Updated 11_sortrecordings.dpatch
 +    - Updated 15_dvbplayer.dpatch
 +    - Updated opt-39_noepg.dpatch
 +    - Updated opt-37_submenu.dpatch
 +    - Updated opt-38_disableDoubleEpgEntrys_0.7.2.dpatch to
 +      opt-38_disableDoubleEpgEntrys.dpatch
 +    - Updated opt-20_liemikuutio-1.2.dpatch to opt-20_liemikuutio-1.3.dpatch
 +    - Updated opt-41_timer-info.dpatch
 +    - Updated opt-45_yaepg.dpatch
 +    - Added 01_IA64-FTBFS-fix.dpatch
 +    - Added 14_cap-memsize.dpatch
 +    - Added opt-46_dvdarchive.dpatch
 +    - Added opt-47_sourcecaps.dpatch
 +    - Removed 18_vdr-1.3.39-menu-on-control.dpatch
 +    - Removed 99_epg-fix.dpatch
 +    - Removed opt-43_LiveBuffer_multi.dpatch
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Thu, 26 Jan 2006 20:51:50 +0100
 + -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Tue, 28 Mar 2006 00:30:46 +0200
  
 -vdr (1.3.39-2) unstable; urgency=low
 +vdr (1.3.41-1ctvdr2) unstable; urgency=low
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - Added 01_IA64-FTBFS-fix - fixes FTBFS of vdr>=1.3.38 on ia64
 +  * Tobias Grimm <tg at e-tobi.net>
 +    - Added 99_epg-fix.dpatch
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Tue, 14 Mar 2006 16:35:14 +0100
 + -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Wed,  1 Feb 2006 01:45:27 +0100
  
 -vdr (1.3.39-1) unstable; urgency=low
 +vdr (1.3.41-1ctvdr1) unstable; urgency=low
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - New upstream release
 -      + Updated 06_default_svdrp_port_0.dpatch
 -      + Updated 09_sort_options.dpatch
 -      + Removed 18_vdr-1.3.38-root-fix.dpatch
 -      + Added 18_vdr-1.3.39-menu-on-control.dpatch
 -      + Added 19_vdr-1.3.39-clre-crash-fix.dpatch
 -      + Added 20_vdr-1.3.39-schedule-crash-fix.dpatch
 -      + Added 21_vdr-1.3.39-keys-fix.dpatch
 -    - Changed init-script to use almost the same start and stop 
 -      functions like ctvdr
 +  * New Upstream Release
 +  * Tobias Grimm <tg at e-tobi.net>
 +    - Updated opt-20_liemikuutio-1.1.dpatch to opt-20_liemikuutio-1.2.dpatch
 +    - Updated opt-31_sharelnb.dpatch
    * Thomas Günther <tom at toms-cafe.de>
 -    - Added option "-g /tmp" to vdr call in debian/vdr.init (necessary
 -      for image grabbing from vdradmin)
 +    - Updated opt-27_subtitles-ttxtsubs.dpatch
 +    - Upgraded opt-41_timer-info.dpatch to version 0.2
 +    - Removed opt-42_stuttering.dpatch
 +    - Removed 13_epgfix.dpatch
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun, 22 Jan 2006 11:54:59 +0100
 + -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Tue, 31 Jan 2006 20:20:54 +0100
  
 -vdr (1.3.38-1) unstable; urgency=low
 +vdr (1.3.40-1ctvdr1) unstable; urgency=low
  
 +  * New upstream release
    * Thomas Schmidt <tschmidt at debian.org>
      - New upstream release
        + Removed 05_set_system_time_as_user.dpatch
        + Updated 06_default_svdrp_port_0.dpatch
        + Removed 07_not_as_root.dpatch
        + Removed 08_security_CAN-2005-0071.dpatch
 -      + Added 18_vdr-1.3.38-root-fix.dpatch
 +      + Updated 09_sort_options.dpatch
 +      + Added 18_vdr-1.3.39-menu-on-control
 +    - Check for existence of /usr/sbin/runvdr and /usr/bin/vdr
 +      before sourcing the config-loader.sh script in vdr.init
 +  * Thomas Günther <tom at toms-cafe.de>
 +    - Replaced opt-20_enAIO-2.7.dpatch with opt-20_liemikuutio-1.1.dpatch
 +    - Updated opt-27_subtitles-ttxtsubs.dpatch
 +    - Updated opt-37_submenu.dpatch
 +    - Updated opt-39_noepg.dpatch
 +    - Updated opt-42_stuttering.dpatch
 +    - Updated opt-44_rotor.dpatch
 +    - Added opt-45_yaepg.dpatch
 +    - Added option "-g /tmp" to vdr call in debian/vdr.init (necessary
 +      for image grabbing from vdradmin)
 +  * Tobias Grimm <tg at e-tobi.net>
      - Do not try to install ca.conf, because it is not needed anymore
      - Removed option to set group under which vdr should run from the
        init-script
 +    - Install all README* files found
 +    - Updated opt-31_sharelnb.dpatch
 +    - Updated opt-41_timer-info.dpatch
 +    - Removed opt-41_timer-info_wareagle.dpatch
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun,  8 Jan 2006 20:13:57 +0100
 + -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Wed, 25 Jan 2006 23:08:49 +0100
  
 -vdr (1.3.37-1) unstable; urgency=low
 +vdr (1.3.37-1ctvdr2) unstable; urgency=low
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - New upstream release
 -      + Removed 01_Makefile-fPIC-fix.dpatch
 -      + Updated 03_cmdsubmenu.dpatch
 -      + Updated 04_newplugin.dpatch
 -      + Removed 16_recordings.c-fix.dpatch
 -      + Removed 22_vdr-playerepg.dpatch
 +  * Thomas Günther <tom at toms-cafe.de>
 +    - Fixed composition of remote.conf if remote plugin uses event
 +      greater than event3
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sat, 10 Dec 2005 12:46:15 +0100
 + -- Thomas Günther <tom at toms-cafe.de>  Tue, 20 Dec 2005 22:57:36 +0100
  
 -vdr (1.3.35-1) unstable; urgency=low
 +vdr (1.3.37-1ctvdr1) unstable; urgency=low
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 +  * New upstream release
 +  * Tobias Grimm <tg at e-tobi.net>
 +    - Removed 01_Makefile-fPIC-fix.dpatch (fixed in upstream)
 +    - Updated 03_cmdsubmenu.dpatch
 +    - Updated 04_newplugin.dpatch
 +    - Removed 16_avoidTrashing.dpatch
 +    - Removed 22_vdr-playerepg.dpatch (fixed in upstream)
 +    - Updated opt-20_enAIO-2.7.dpatch
 +    - Updated opt-27_subtitles-ttxtsubs.dpatch
 +    - Updated opt-31_sharelnb.dpatch
 +    - Updated opt-43_LiveBuffer_multi.dpatch
 +    - Updated opt-44_rotor.dpatch
 +  * Thomas Günther <tom at toms-cafe.de>
      - New upstream release
 -      + Removed 16_avoidTrashing.dpatch
 -      + Removed 18_vdr-1.3.33-recordingsmenu.dpatch
 -      + Removed 19_vdr-1.3.33-recordingsupdate.dpatch
 -      + Added 16_recordings.c-fix.dpatch
 -    - Corrected FSF address in debian/copyright
 -    - Call dh_installman in binary-indep target in debian/rules, to 
 -      (re-)include 2 missing manpages
 -    - Changed dependencies.sh to create Depends: like 
 -      vdr (>= current>), vdr (<< current-9999) without using Conflicts: vdr
 -      (>= current-9999) - many thanks to Adeodato Simó for suggesting this
 -      (this will hopefully allow vdr+plugins to enter testing without manual
 -      hinting)
 +    - Removed 18_vdr-1.3.33-recordingsmenu.dpatch
 +    - Removed 19_vdr-1.3.33-recordingsupdate.dpatch
 +    - Removed opt-28_director.dpatch
 +    - Updated opt-31_sharelnb.dpatch
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Tue,  1 Nov 2005 21:43:03 +0100
 + -- Tobias Grimm <tg at e-tobi.net>  Sat,  3 Dec 2005 21:09:58 +0100
  
 -vdr (1.3.33-1) unstable; urgency=low
 +vdr (1.3.33-1ctvdr2) unstable; urgency=low
 +
 +  * Removed formatting spaces from substvars generated by dpendencies.sh,
 +    because dh_gencontrol does not like it
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sun,  2 Oct 2005 16:55:18 +0200
 +
 +vdr (1.3.33-1ctvdr1) unstable; urgency=low
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - New upstream release
 -      + Removed 14_update-resume.dpatch
 -      + Removed 18_vdr-plugin-sky-fix
 -    - Added initial Swedish translation (sv.po) of the debconf template
 -      from Daniel Nylander (closes: #330988)
    * Thomas Günther <tom at toms-cafe.de>
 +    - New upstream release
 +    - Removed 14_update-resume.dpatch
 +    - Removed 18_vdr-plugin-sky-fix.dpatch
 +    - Removed 19_summary-fix.dpatch
 +    - Removed 20_vdr-1.3.32-keymacros-fix.dpatch
 +    - Updated opt-20_enAIO-2.6.dpatch
 +    - Updated opt-31_sharelnb.dpatch
 +    - Fixed make PLUGINS/lib in debian/rules
      - Added 18_vdr-1.3.33-recordingsmenu.dpatch
      - Added 19_vdr-1.3.33-recordingsupdate.dpatch
 -    - Fixed make PLUGINS/lib in debian/rules
 -  * Tobias Grimm <tg at e-tobi.net>
 -    - Removed formatting spaces from substvars generated by 
 -      dpendencies.sh, because dh_gencontrol does not like it
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Mon,  3 Oct 2005 13:26:46 +0200
 + -- Tobias Grimm <tg at e-tobi.net>  Sun,  2 Oct 2005 10:18:44 +0200
  
 -vdr (1.3.32-1) unstable; urgency=low
 +vdr (1.3.32-1ctvdr4) unstable; urgency=low
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - New upstream release
 -      + Added 18_vdr-plugin-sky-fix.dpatch
 -      + Updated 10_dd-record-option.dpatch
 -      + Removed 18_vdr-1.3.31-remuxbraces.dpatch
 -      + Removed 19_vdr-1.3.31-remux.dpatch
 -      + Removed 20_vdr-1.3.31-sequence-end-code5.dpatch
 -      + Removed 21_vdr-1.3.31-skipframes.dpatch
 +  * Thomas Günther <tom at toms-cafe.de>
 +    - Fixed 19_summary-fix.dpatch
 +    - Added 20_vdr-1.3.32-keymacros-fix.dpatch
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Mon, 19 Sep 2005 19:20:35 +0200
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun, 11 Sep 2005 17:58:47 +0200
 +vdr (1.3.32-1ctvdr3) unstable; urgency=low
 +
 +  * Thomas Günther <tom at toms-cafe.de>
 +    - Upgraded opt-43_LiveBuffer.dpatch and opt-43_LiveBuffer_multi.dpatch to
 +      version 0.1.2
  
 -vdr (1.3.31-3) unstable; urgency=low
 + -- Tobias Grimm <tg at e-tobi.net>  Fri, 16 Sep 2005 09:19:14 +0200
  
 +vdr (1.3.32-1ctvdr2) unstable; urgency=low
 +
 +  * Added 19_summary-fix
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Thu, 15 Sep 2005 22:02:12 +0200
 +
 +vdr (1.3.32-1ctvdr1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Tobias Grimm <tg at e-tobi.net>
 +    - If VDR daemon is disabled, show message where it can be enabled
    * Thomas Schmidt <tschmidt at debian.org>
 -    - Updated 01_Makefile-fPIC-fix.dpatch again, added -fPIC to the Makefile 
 -      of the skincurses plugin
 -    - Build-Depend on libncurses5-dev, so the skincurses plugin gets compiled
 -    - Install the plugins svccli, svcsvr, skincurses and svdrpdemo into the
 -      vdr-plugin-examples package
 -    - Modified the init-script to not exit silently if vdr is disabled in 
 -      /etc/default/vdr (which is the default), instead of this showing a small
 -      note how to enable the daemon
 +    - Added 18_vdr-plugin-sky-fix.dpatch
 +    - Updated 10_dd-record-option.dpatch
 +    - Removed 18_vdr-1.3.31-remuxbraces.dpatch
 +    - Removed 19_vdr-1.3.31-remux.dpatch
 +    - Removed 20_vdr-1.3.31-sequence-end-code5.dpatch
 +    - Removed 21_vdr-1.3.31-skipframes.dpatch
      - Do not try to call vdr with LD_ASSUME_KERNEL=2.4.1 in plugins-loader.sh
        on amd64 (many thanks to Sören Köpping for reporting the problem and
        sending a patch) (closes: #326866)
 +    - Install sky plugin into vdr-plugin-sky package and examples plugins
 +      (hello, osddemo, svccli, svcsvr, skincurses, status and svdrpdemo)
 +      into vdr-plugin-examples package
 +    - Build-Depend on libncurses5-dev, so the skincurses plugin gets compiled
    * Thomas Günther <tom at toms-cafe.de>
 +    - Updated opt-20_enAIO-2.5.dpatch
 +    - Updated opt-27_subtitles-ttxtsubs.dpatch
 +    - Removed opt-29-x_keymacro-hidden-plugin.dpatch
 +    - Updated opt-38_disableDoubleEpgEntrys_0.7.2.dpatch
 +    - Upgraded opt-43_LiveBuffer_multi.dpatch to version 0.1.1
 +    - Updated opt-37_submenu.dpatch
      - Fixed vdr call with LD_ASSUME_KERNEL=2.4.1 in plugins-loader.sh
      - Adapted debian/plugin-loader.sh to example plugins
 -    - Fixed patchlevel substitution for architecture-independent packages
 -    - Removed unnecessary debian/vdr-dev.dirs and unnecessary entries from
 -      debian/vdr.dirs
 -
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Tue,  6 Sep 2005 14:19:43 +0200
 +    - Added opt-44_rotor.dpatch (needed for rotor plugin)
 +    - Improved ctvdrinfo (performance, example plugin, deactivated plugins)
 +    - Link doc directory of vdr-dbg to vdr
  
 -vdr (1.3.31-2) unstable; urgency=low
 + -- Tobias Grimm <tg at e-tobi.net>  Thu, 15 Sep 2005 00:42:37 +0200
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - Updated 01_Makefile-fPIC-fix.dpatch, added -fPIC to the Makefiles
 -      of the new example plugins to fix the FTBFS on some architectures
 -  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Fri,  2 Sep 2005 23:26:47 +0200
 -
 -vdr (1.3.31-1) unstable; urgency=low
 +vdr (1.3.31-1ctvdr1) unstable; urgency=low
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 +  * Thomas Günther <tom at toms-cafe.de>
      - New upstream release
 -    - Use --background when calling start-stop-daemon in the init-script
 -    - Added 16_avoidTrashing.dpatch, which prevents vdr from trashing the 
 +    - Updated 15_dvbplayer.dpatch
 +    - Upgraded opt-20_enAIO-2.5.dpatch to opt-20_enAIO-2.6.dpatch
 +    - Updated opt-27_subtitles-ttxtsubs.dpatch
 +    - Updated opt-31_sharelnb.dpatch
 +    - Added 11_sortrecordings.dpatch, to allow changing the sort-order
 +      of the recordings
 +    - Made debian/plugin-template/rules svn-buildpackage-save
 +    - Added dependencies.sh to vdr-dev - plugins can use this to automatically
 +      fill in the Depends and Conflicts field with ${vdr:Depends} and
 +      ${vdr:Conflicts}
 +    - Made debian/rules vdrdevel-compatible
 +    - Fixed opt-27_subtitles-ttxtsubs.dpatch (Thx to Frank99 at vdrportal)
 +    - Upgraded opt-43_LiveBuffer_multi.dpatch to version 0.1.0
 +    - Changed debian/runvdr to allow manipulation of VDRCMD in /etc/default/vdr
 +    - Added 22_vdr-playerepg.dpatch - Fixes mp3 plugin problems
 +    - Adapted opt-31_sharelnb.dpatch to 22_vdr-playerepg.dpatch
 +    - Made debian/plugin-template/control and debian/plugin-template/rules
 +      compatible with dependencies.sh and new patchlevel.sh
 +  * Tobias Grimm <tg at e-tobi.net>
 +    - Made debian/patchlevel.sh accept opt-entries in 00list with leading
 +      spaces and removed leading space from vdr-patchlevel output
 +    - Renamed  ${patchlevel} to ${vdr:Patchlevel}
 +    - Added 16_avoidTrashing.dpatch, which prevent vdr from trashing the 
        file system buffers when reading/writing recordings
 -    - Added 18_vdr-1.3.31-remuxbraces - Fixes some gcc4 warning messages 
 +    - Added 18_vdr-1.3.31-remuxbraces - Fixes some gcc warning messages 
      - Added 19_vdr-1.3.31-remux - Fixes a bug in cVideo/AudioRepacker::Repack()
      - Added 20_vdr-1.3.31-sequence-end-code5 - Fixes a problem with appending 
        a sequence end code when moving cutting marks in radio recordings
      - Added 21_vdr-1.3.31-skipframes - Fixes a problem with skipping frames
        when moving cutting marks in radio recordings
 -    - Added dependencies.sh to vdr-dev to automatically fill in the right
 -      Depends and Conflicts to vdr when building a plugin
 -    - Cleaned up debian/rules and synced as far as possible with the version
 -      from Tobias inofficial vdr package and changed a few things as suggested
 -      by Thomas Günther
 -  * Tobias Grimm <tg at e-tobi.net>
 -    - Made debian/patchlevel.sh accept opt-entries in 00list with leading
 -      spaces and removed leading space from vdr-patchlevel output
 -  * Thomas Günther <tom at toms-cafe.de>
 -    - Made debian/plugin-template/rules svn-buildpackage-save
 -    - Updated 15_dvbplayer.dpatch
 -    - Added 22_vdr-playerepg.dpatch - Fixes mp3 plugin problems
 -    - Made debian/plugin-template/control and debian/plugin-template/rules
 -      compatible with dependencies.sh and new patchlevel.sh
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Fri,  2 Sep 2005 17:14:02 +0200
 + -- Thomas Günther <tom at toms-cafe.de>  Mon, 29 Aug 2005 00:38:06 +0200
  
 -vdr (1.3.30-1) unstable; urgency=low
 +vdr (1.3.30-1ctvdr2) unstable; urgency=low
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - New upstream release
 -      + Should fix the FTBFS on several arches (closes: #324082)
 -    - Added 11_sortrecordings.dpatch, to allow changing the sort-order
 -      of the recordings
 +  * Fixed  opt-37_submenu patch - release char buffers allocated by asprintf
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sat, 27 Aug 2005 19:34:47 +0200
 + -- Tobias Grimm <tg at e-tobi.net>  Wed, 24 Aug 2005 00:53:40 +0200
  
 -vdr (1.3.29-1) unstable; urgency=low
 +vdr (1.3.30-1ctvdr1) unstable; urgency=low
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 +  * New upstream release
 +  * Added 13_epgfix.dpatch to force saving of EPG data on exit
 +  * Added opt-43_LiveBuffer_multi.dpatch from vdrdevel
 +  * Updated opt-31_sharelnb.dpatch
 +  * Updated opt-40_wareagle-icons.dpatch
 +  * Updated opt-42_stuttering.dpatch
 +  * Removed opt-33-x_epgsearch.dpatch    
 +  * Upgraded opt-20_enAIO-2.4.dpatch to opt-20_enAIO-2.5.dpatch
 +  * Updated opt-27_subtitles-ttxtsubs.dpatch
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Mon, 22 Aug 2005 17:40:13 +0200
 +
 +vdr (1.3.29-1ctvdr1) unstable; urgency=low
 +
 +  * Tobias Grimm <tg at e-tobi.net>
      - New upstream release
 +    - Removed installation of hackmenu.c, calendar plugin has been
 +      discontinued
 +    - Renamed 01_Make_config.dpatch to 81_Make_config.dpatch
 +    - Updated the following patches:
 +      - opt-24_jumpplay-0.6.dpatch
 +      - opt-27_subtitles-ttxtsubs.dpatch
 +      - opt-31_sharelnb.dpatch
 +      - opt-39_noepg.dpatch
 +      - opt-42_stuttering.dpatch  
 +    - Removed opt-26-x_replay-1.3.11, is already a standard patch (17_replay)
 +    - vdr-dev: depend on ${misc:Depends}
 +    - vdr-dbg: depend on ${misc:Depends}
    * Thomas Günther <tom at toms-cafe.de>
      - Improved newplugin script
      - Updated opt-24_jumpplay-0.6.dpatch
 -    - Added 13_epgfix.dpatch to force saving of EPG data on exit
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Mon, 15 Aug 2005 17:31:44 +0200
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 14 Aug 2005 14:45:33 +0200
  
 -vdr (1.3.28-2) unstable; urgency=low
 +vdr (1.3.28-1ctvdr2) unstable; urgency=low
  
 -  * Tobias Grimm <tg at e-tobi.net>
 -    - Added osdbase-maxitems patch, which fixes a problem with the Enigma skin
 +  * Added osdbase-maxitems patch, which fixes a problem with the Enigma skin
 +  * Upgraded sharelnb patch (version 1.3.28)
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Fri, 12 Aug 2005 19:01:21 +0200
 +
 +vdr (1.3.28-1ctvdr1) unstable; urgency=low
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun, 14 Aug 2005 14:33:39 +0200
 +  * New upstream release
 +  * Modified 10_dd-record-option for new upstream version
 +  * Removed 13_remote patch, which is now in the upstream sources
 +  * Updated 15_dvbplayer patch
 +  * Removed 16_dvbspu patch
 +  * Taken from vdrdevel by Thomas Günther <tom at toms-cafe.de>
 +    - Updated opt-20_enAIO-2.4
 +    - Modified opt-27_subtitles-ttxtsubs
 +    - Modified opt-28_director
 +    - Modified opt-41_timer-info
 +    - Modified opt-41_timer-info_wareagle
 +  * Bumped Standards-Version to 3.6.2
 +  * Renamed TODO.Debian to TODO
 +  * Extract patch infos and install to /usr/share/doc/vdr/patchinfo
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sun,  7 Aug 2005 20:39:38 +0200
 +
 +vdr (1.3.27-1ctvdr6) unstable; urgency=low
 +
 +  * Really installing commands.update-recordings.conf now
 +  
 + -- Tobias Grimm <tg at e-tobi.net>  Sat, 16 Jul 2005 20:35:42 +0200
 +
 +vdr (1.3.27-1ctvdr5) unstable; urgency=low
 +
 +  * Fixed parameter passing in vdr-shutdown
 +  * Fixed package description
 +  * Converted changelog to UTF-8
 +  * Replaced some tabs with spaces
 +  * Added ${misc:Depends}
 +  * Updated 03_cmdsubmenu.dpatch and opt-24_jumpplay-0.6.dpatch to the
 +    versions from vdrdevel
 +  * Now using debian/watch from vdrdevel
 +  * vdr-dev: depend on debhelper, dvb-dev (>= 1.0.0) | 
 +    linux-kernel-headers (>=2.5.999-test7-bk-6) 
 +  * vdr-dev: suggests dh-make
 +  * Added options --allow-root and --lirc to debugvdr
 +  * Fixed bug in channels.conf update
 +  * Added commands.update-recordings.conf from vdrdevel to have a 
 +    command for updating the recordings list manually
 +  
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 26 Jun 2005 15:27:31 +0200
  
 -vdr (1.3.28-1) unstable; urgency=low
 +vdr (1.3.27-1ctvdr4) unstable; urgency=low
  
    * Thomas Schmidt <tschmidt at debian.org>
 -    - New upstream release
 -      + Removed 13_remote.dpatch
 -      + Removed 16_dvbspu.dpatch
 -      + Updated 10_dd-record-option.dpatch
 -      + Updated 15_dvbplayer.dpatch
 -    - vdr-dev: depend on ${misc:Depends}, debhelper, 
 -      dvb-dev (>= 1.0.0) | linux-kernel-headers (>=2.5.999-test7-bk-6) 
 -    - vdr-dev: suggests dh-make
 -  * Tobias Grimm <tg at e-tobi.net>
 -    - Extract patch infos and install to /usr/share/doc/vdr/patchinfo
 -    - Renamed 01_vdr_1.2.6-3.1.diff.gz to 01_Makefile-fPIC-fix
 +    - Fixed 10_dd-record-option.dpatch
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Tue,  9 Aug 2005 20:45:37 +0200
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 26 Jun 2005 12:59:01 +0200
  
 -vdr (1.3.27-1) unstable; urgency=low
 +vdr (1.3.27-1ctvdr3) unstable; urgency=low
  
    * Thomas Schmidt <tschmidt at debian.org>
 -    - New upstream release
 -      + Removed 12_nptl.dpatch
 -      + Removed 18_vdr-1.3.26-pagedown-fix.dpatch
 -    - The new upstream version seems to compile fine with gcc-4.0 
 -      (closes: #294041)
      - Added 10_dd-record-option.dpatch - allows to choose if to record
        or to replay Dolby Digital independently
 -    - Updated 03_cmdsubmenu.dpatch and opt-24_jumpplay-0.6.dpatch to the
 -      versions from vdrdevel
 -    - Now using debian/watch from vdrdevel
 -    - Bumped Standards-Version to 3.6.2
 -  * Tobias Grimm <tg at e-tobi.net>
 -    - Added installation of README.vps and README.developer
 -    - Fixed parameter passing in vdr-shutdown
 -    - Fixed package description
 -    - Replaced some tabs with spaces and fixed indentation
 -    - Took over commands-loader.sh from vdrdevel
 -    - Added ${shlibs:Depends}
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Wed, 29 Jun 2005 15:49:58 +0200
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 26 Jun 2005 03:32:26 +0200
  
 -vdr (1.3.26-1) unstable; urgency=low
 +vdr (1.3.27-1ctvdr2) unstable; urgency=low
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - New upstream release
 -      + Added 18_vdr-1.3.26-pagedown-fix.dpatch
 +  * Thomas Günther <tom at toms-cafe.de>
 +    - Added event3 to device list in remotes-loader.sh (Thx to gsgmx at vdrportal)
 +    - Fixed runvdr and remotes-loader.sh (Thx to Peter Siering)
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun, 12 Jun 2005 16:52:15 +0200
 + -- Tobias Grimm <tg at e-tobi.net>  Sat, 25 Jun 2005 21:28:51 +0200
  
 -vdr (1.3.25-1) experimental; urgency=low
 +vdr (1.3.27-1ctvdr1) unstable; urgency=low
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - New upstream release
 -      + Updated 05_set_system_time_as_user.dpatch
 -    - Create device files silently
 +  * New upstream release
 +  * Merged changes from vdrdevel 1.3.26 and vdr 1.3.27
 +  * Added postinst code to remove Autopids magic RID values from channels.conf
 +    (Thx to Thomas Günther for the hint)
 +  * Adapted wareagle and jumpplay patch
 +  * opt-34_update-resume patch replaced by 14_update-resume patch
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Tue, 31 May 2005 14:06:49 +0200
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 19 Jun 2005 13:11:22 +0200
  
 -vdr (1.3.24-1) experimental; urgency=low
 +vdr (1.2.6-35) unstable; urgency=low
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - New upstream release
 -      + Removed 10_livelock.dpatch
 -      + Removed 11_memleak.dpatch
 -      + Updated 15_dvbplayer.dpatch
 +  * Added dependency to pscmisc
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sat,  7 May 2005 14:46:51 +0200
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Mon,  9 May 2005 15:47:50 +0200
 +vdr (1.2.6-34) unstable; urgency=low
  
 -vdr (1.3.23-1) experimental; urgency=low
 +  * Added ENABLE_SHUTDOWN to /etc/default/vdr
 +  * Fixed terminal switching for keyboard control
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Tue, 19 Apr 2005 20:31:53 +0200
 +
 +vdr (1.2.6-33) unstable; urgency=low
 +
 +  * Fixed bug with not loading plugins in binary compatibility check 
 +    when --allow-root is used
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 10 Apr 2005 16:05:42 +0200
 +
 +vdr (1.2.6-32) unstable; urgency=low
 +
 +  * Modified not-as-root-patch to allow starting of VDR as root anyway,
 +    if the argument --allow-root is given
 +  * Removed ctvdrrestart and ctvdrstop scripts
 +  * Renamed ctvdradmin to ctvdrwrapper and made it executable by root and
 +    vdr only
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sat,  9 Apr 2005 18:20:59 +0200
 +
 +vdr (1.2.6-31) unstable; urgency=low
  
    * Thomas Schmidt <tschmidt at debian.org>
 -    - New upstream release
 -      + Removed 01_gcc3.4-FTBFS-fix.dpatch
 -      + Removed 09_amd64_epg.dpatch
 -      + Removed opt-23_osdpip-0.0.3.dpatch
 -      + Removed opt-20_elchiaio4d+1.dpatch
 -      + Removed opt-22_8bitcolor.dpatch
 -      + Updated jumpplay patch to version 0.6
 -    - Use LD_ASSUME_KERNEL=2.4.1 when calling vdr in plugins-loader.sh
 -    - Changes suggested by Thomas Günther <tom at toms-cafe.de>
 -      + debian/watch: Updated to show the newest developer versions
 -      + Install PLUGINS.html in vdr-dev only
 -      + Install libsi header files in package vdr-dev
 -      + Added XB-VDR-Patchlevel-field in debian/control to vdr-dev too
 -      + Changed a few typos in README.Debian
 -      + Added commands.update-recordings.conf from vdrdevel to have a 
 -        command for updating the recordings list manually
 -      + Added "Blue LCARS" and "Cool" themes from vdrdevel
 -      + Added update-resume patch from vdrdevel (updates the resume
 -        status of recordings after replaying them)
 +    - Change owner of /proc/{av7110_ir,budget_ci_ir} to the uid and 
 +      gid under which vdr will run in /usr/sbin/runvdr 
 +      (closes: #297640)
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Wed,  6 Apr 2005 22:31:31 +0200
 +
 +vdr (1.2.6-30) unstable; urgency=low
 +
 +  * Changes to run vdr as non-root taken from Debian VDR
 +    Thomas Schmidt <thomas.schmidt at in.stud.tu-ilmenau.de>
 +    - Removed libncurses5-dev from Build-Depends
 +    - Remove some files under /var/lib/vdr and /var/cache/vdr in postrm 
 +      on purge (closes: #287914)
 +    - Added patch from Ludwig Nussel to be able to synchronize the system-
 +      time via DVB, even when vdr runs as user
 +    - The automatic shutdown is now disabled by default, to enable it 
 +      again you have to change ENABLE_SHUTDOWN=0 to 1 in /etc/default/vdr
 +    - Set default port for SVDRP to 0, users who run vdr from the 
 +      commandline will have to enable it by using the --port option
 +      (in the init-script SVDRP will still be enabled and on the default 
 +      port 2001)
 +    - Added 08_security_CAN-2005-0071.dpatch - do not overwrite 
 +      existing files with the GRAB-Command anymore (CAN-2005-0071)
 +    - Added 07_not_as_root.dpatch - vdr exists when it should run as
 +      user or with group-id root (adapted from Darren Salt's patch 
 +      for vdr 1.3.x)
 +    - Do not run as user root anymore, the user vdr will be created
 +      and the video-directory and config-files will be changed, so the
 +      owner/group is vdr:vdr (closes: #287899)
 +    - Added patch for the EPG handling under amd64 (closes: #300702)
    * Tobias Grimm <tg at e-tobi.net>
 -    - Don't restrict root capabilities with --allow-root anymore
 -    - Passing $OPTIONS to binary compatibility test in plugin loader now
 -  * Darren Salt <linux at youmustbejoking.demon.co.uk>
 -    - Added patches:
 -      + 09_sort_options: extra channel sort options
 -      + 10_livelock: don't hang when jumping between editing marks
 -      + 11_memleak: fix two small memory leaks
 -      + 12_nptl: don't abort if NPTL is in use
 -      + 15_dvbplayer: send proper I-frames [Reinhard Nissl]
 -      + 16_dvbspu: fix some SPU bugs [Reinhard Nissl]
 -      + 17_replay: improve end-of-recording handling [Reinhard Nissl]
 -    - Replaced the ttxtsubs patch with a combined subtitles+ttxtsubs patch.
 -
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Wed, 04 May 2005 17:17:55 +0200
 -
 -vdr (1.2.6-13) unstable; urgency=medium
 -
 -  * Darren Salt <linux at youmustbejoking.demon.co.uk>
 -    - Make the usage of NPTL configurable in /etc/default/vdr
 -    - Disable the usage of NPTL on amd64 in runvdr (this always 
 -      overrides  the setting in /etc/default/vdr) (closes: #305098)
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - Added psmisc to the depends of the package vdr (thanks to Martin 
 -      Langer <martin-langer at gmx.de> for the hint)
 +    - Small bugfix for VDBS workaround: 3'rd card get's now tuned, 
 +      first available channel is used (Thx to HolgerAusB at vdrportal)
 +    - Added 13_remote.dpatch from Darren Salt, this allows usage
 +      of rcu with the same binary.
 +    - Add user vdr to group cdrom in postinst, so that vdr is able to
 +      play dvd's with the dvd-plugin again
 +    - Introduced a small C program "ctvdradmin" which is made setuid/setgid
 +      root and allows to restart and stop vdr by any user
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Thu, 05 May 2005 21:47:56 +0200
 + -- Tobias Grimm <tg at e-tobi.net>  Tue,  8 Feb 2005 19:33:35 +0100
  
 -vdr (1.2.6-12) unstable; urgency=low
 +vdr (1.2.6-29) unstable; urgency=low
  
 +  * Peter Siering <ps at ctmagazin.de>
 +    - hdtv recording from Reinhard Nissl as dpatch (also in elchiaio4d)
    * Tobias Grimm <tg at e-tobi.net>
 -    - Don't restrict root capabilities with --allow-root anymore
 -    - Passing $OPTIONS to binary compatibility test in plugin loader now
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - Add "Provides: vdr-daemon, vdr-kbd, vdr-lirc, vdr-rcu" to package 
 -      vdr to ensure smooth upgrades
 +    - Extracted code for handling remote.conf's from vdr.init to
 +      remotes-loader.sh.
 +    - Fixed plugin-loader.sh to not produce an error message when
 +      retrieving the vdr version.
 +    - Added new package vdr-dbg, which installs a debuggable vdr as
 +      /usr/bin/vdr-dbg as well as some helper scripts.
 +    - Adapted patches for new dpatch >= 2.0.9.
 +    - vdr-dev now installs /usr/bin/vdrdbg-buildpackage, which allows to
 +      build debuggable plugins
 +    - now installing newplugin as /usr/bin/vdr-newplugin, which can create
 +      a plugin-skeleton
 +    - installing dh_make template for plugin packages and
 +      usr/bin/debianize-vdrplugin which will create the basic debian files
 +      for a plugin (dh-make must be installed!)
 +    - set default location for epg.data to /var/cache/vdr (vdr -E)
 +    - Extracted loading of VDR daemon config options to separate file for
 +      later reuse by other start scripts
 +    - Fixed warning message in generated commands.conf and reccmds.conf  
 +    - The default command to shutdown the system when the power-off-key of the
 +      remote is pressed, can now be configured in /etc/default/vdr.
 +    - Build-Depend on: dvb-dev | linux-kernel-headers and libjpeg62-dev
 +  * Thomas Günther <tom at toms-cafe.de>
 +    - Fixed problems with double starts (not detecting a running vdr)
 +    - Adapted init procedure to alioth, encapsulated ctvdr specials
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun, 10 Apr 2005 17:00:24 +0200
 + -- Tobias Grimm <tg at e-tobi.net>  Wed, 15 Jan 2005 22:55:00 +0100
  
 -vdr (1.2.6-11) unstable; urgency=low
 +vdr (1.2.6-28) unstable; urgency=low
 +
 +  * Tobias Grimm <tg at e-tobi.net>
 +    - fixed switchtimer patch to make it compile with gcc 3.3.4 (sarge)
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Wed, 13 Nov 2004 12:20:00 +0200
 +
 +vdr (1.2.6-27) unstable; urgency=low
 +
 +  * Tobias Grimm <tg at e-tobi.net>:
 +    - using dh_install now
 +    - moved usr/bin/recordingaction to /usr/lib/vdr/vdr-recordingaction
 +    - moved usr/bin/shutdownvdr to /usr/lib/vdr/vdr-shutdown
 +    - added watch file
 +    - install man files using debian/vdr.manpages now
 +    - default location for reccordings according to FHS is now /var/lib/video
 +    - The vdr config dir is /var/lib/vdr now. Real config files are linked to
 +      this directory, while generated or vdr-managed config files 
 +      (like timers.conf) can exist physically in this directory.
 +    - Shutdown-Hook mechanism taken over from Alioth. Hook scripts are no
 +      longer  restricted to be shell scripts. (See README.Debian)
 +    - moved PLUGIN_DIR, PLUGIN_PREFIX, CFG_DIR, PLUGIN_CFG_DIR,
 +      PLUGIN_ORDER_FILE, CMDHOOKSDIR, REC_CMD and SHUTDOWNCMD from the
 +      default file to the init script
 +    - renamed /usr/bin/ctvdr*.sh to /usr/bin/ctvdr/ctvdr*
 +    - using debian/compat now
 +    - updated control fields for Sarge
 +    - took over order.commands.conf, order.reccmds.conf and order.conf
 +      from Alioth
 +    - renamed vdraptrefresh.sh to vdraptrefresh
 +    - all strings in vdr.menu are now quoted
 +    - added manpage for runvdr
 +    - moved poweroffvdr to /usr/bin/
 +    - took over pluginloader.sh from Alioth
 +    - reduced vdr.dirs to /usr/lib/vdr/plugins/ and /var/lib/video/
 +    - installing epg2html.pl and svdrpsend.pl to /usr/lib/vdr/ now
 +    - replaced update code for 1.2.2 from preinst with an error message
 +      (updating such an old version is no longer possible)
 +    - removed the commands.[ctvdr|shutdownvdr].conf update
 +      (these command files are no longer installed as Debian-conf-files)
 +    - Linking var/lib/video to var/lib/video.00. This way, adding
 +      more partitions is simply a matter of creating video.01, video.02 and
 +      so on.
 +    - Added workaround for "Video data stream broken" bug, if you use more
 +      than one DVB card. Just set VDSB_WORKAROUND=yes in /etc/default/vdr to
 +      enable it. (szap from package dvb-utils is needed!)
 +    - renamed patches to opt-<nn>(-x)_name.dpatch pattern like in the 
 +      official Debian version at Alioth
 +  * Thomas Günther <tom at toms-cafe.de>:
 +    - Extracted patchlevel code to patchlevel.sh 
 +    - Installing patchlevel.sh into vdrdevel-dev package
 +    - Installing conf files as examples
 +    - Installing channels.conf and examples into config dir in postinst
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Mon, 11 Sep 2004 13:30:00 +0200
 +
 +vdr (1.2.6-26) unstable; urgency=low
 +
 +  * Tobias Grimm <tg at e-tobi.net>:
 +    - fixed ttxtsubs for AC3 playback (Thanks to Thomas / tbf)
 +  * Thomas Günther <tom at toms-cafe.de>:
 +    - new (optional) plugin check (with "vdr -V -P plugin")
 +    - corrected sharelnb patch description
 +    - upgraded jumpplay patch to version 0.5
 +    - switchtimer patch - fixed segfault if edit timer from vdradmin
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Mon, 09 Aug 2004 19:30:00 +0200
 +
 +vdr (1.2.6-25) unstable; urgency=low
 +
 +  * Tobias Grimm <tg at e-tobi.net>:
 +    - some small fixes to debian/patches/patchtest
 +    - jumpplay patch no longer depends on elchi (Thx to Thomas Günther!)
 +    - added switchtimer patch 0.0.4 (There has also been posted a patch for the
 +      switchtimer patch, but as this will be included in the next version,
 +      I don't include it in the package yet.)
 +    - extracted code in dpatch files
 +    - took over command loader code from alioth
 +    - took over plugin loader code from alioth
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Fri, 12 Jul 2004 22:10:00 +0200
 +
 +vdr (1.2.6-24) unstable; urgency=low
 +
 +  * Tobias Grimm <tg at e-tobi.net>:
 +    - removed osdpip patch for autopid, it no longer depends on the autopid
 +      patch
 +    - replaced 15_reccmdssubmenu125 patch with 03_cmdsubmenu from the Alioth
 +      vdr package
 +  * Peter Siering <ps at ctmagazin.de>:
 +    - modified dvb-t-channels for Hannover, Bremen etc.
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Fri, 09 Jul 2004 01:50:00 +0200
 +
 +vdr (1.2.6-23) unstable; urgency=low
 +
 +  * updated disableDoubleEpgEntries patch to version 0.6
 +  * added hoerzu2vdrDisableEpg-0.3 patch
 +  * upgraded jumpplay patch to 0.4
 +  * added frames fix for elchi patch
 +  * added black square fix for elchi patch
 +  * added recordings patch by Hardy Flor
 +  * added cap patch by Ludwig Nussel - Run vdr as unprivileged user while still
 +    beeing able to set the system clock.
 +  * fixed patch level generation to not cut patch name after second "_"
 +  * added script to list "uncritical" patches, that don't modify header files
 +    (or menu.c, which is used by the calendar plugin)
 +  * Patches that have no effect on the binary compatibility of the plugins
 +    should have a "-" after their number in the file name.
 +    i.e.: 10-_patchname.dpatch.
 +    These patches will not be include in the patchlevel and therefore plugins
 +    must not be recompiled if these patches change.
 +  * marked 12_analogtv, 10_skycrypt, 10_graphlcd, 10_threadkill, 
 +    32_analogtvautopid, 20_imposd-frames-fix and 10_cap-1.2.6 as "uncritical"
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Tue, 06 Jul 2004 01:41:00 +0200
 +
 +vdr (1.2.6-22) unstable; urgency=low
 +
 +  * small bugfix in recordingaction script (thx to Thomas Günther!)
 +  * added patch for ttxtsubs plugin (subtitles patch removed)
 +  * Modified patchlevel detection, so that it works with a vdr-patchlevel
 +    field too. This may become the new way for patchlevel detection with
 +    plugins in the official Debian.
 +    
 + -- Tobias Grimm <tg at e-tobi.net>  Mon, 21 Jun 2004 23:57:00 +0200
 +
 +vdr (1.2.6-21) unstable; urgency=low
 +
 +  * renamed shutdown90.custom to shutdown90.custom.sh
 +  
 + -- Tobias Grimm <tg at e-tobi.net>  Thu, 11 May 2004 23:46:00 +0100
 +
 +vdr (1.2.6-20) unstable; urgency=low
 +
 +  * improved vdr version extraction in vdr.init
 +  
 + -- Tobias Grimm <tg at e-tobi.net>  Thu, 06 May 2004 22:39:00 +0100
 +
 +vdr (1.2.6-19) unstable; urgency=low
 +
 +  * added patch for ttxtsubs- and dvbsubs-plugin
 +  * small bugfix in recordingaction script
 +  * added R90.custom and shutdown90.custom
 +  * added order.commands.conf and order.reccmds.conf
 +    init script now uses these files to order the commands
 +  * fixed small bug in ctvdrrestart.sh and ctvdrstop.sh reported by TomG
 +  * added at dependency
 +  
 + -- Tobias Grimm <tg at e-tobi.net>  Sat, 17 Apr 2004 17:30:00 +0100
 +
 +vdr (1.2.6-18) unstable; urgency=low
 +
 +  * updated Elchi patch to version 4d
 +  
 + -- Tobias Grimm <tg at e-tobi.net>  Mon, 15 Mar 2004 23:05:00 +0100
 +
 +vdr (1.2.6-17) unstable; urgency=low
 +
 +  * improved patchtest use --quick to test applicability of patches only
 +  
 + -- Tobias Grimm <tg at e-tobi.net>  Sat, 13 Mar 2004 15:00:00 +0100
 +
 +vdr (1.2.6-16) unstable; urgency=low
 +
 +  * corrected bug with wareagel icons patch
 +  * updated patchtest to reflect current vdr patch variations
 +  * fixed credits in Elchi patch
 +  
 + -- Tobias Grimm <tg at e-tobi.net>  Thu, 11 Mar 2004 23:22:00 +0100
 +
 +vdr (1.2.6-15) unstable; urgency=low
 +
 +  * added HAVE_AUTOPID to Autopid patch (used by streamdev to detect autopid)
 +  
 + -- Tobias Grimm <tg at e-tobi.net>  Tue, 09 Mar 2004 22:20:00 +0100
 +
 +vdr (1.2.6-14) unstable; urgency=low
 +
 +  * added ctvdrsysinfo.sh from Felix H. (vdrportal.de)
 +  * added disableEpgEntries 0.3 patch
 +  * using improved vdr init script from Markus Braun now
 +  * added missing dependencies for vdr-dev
 +  * did some cleanup to the maintainer scripts to allow autogenerated
 +    debhelper stuff
 +  * commands.*.conf / reccmds.*.conf files are now installed to 
 +    /etc/vdr/command-hooks and symlinked to /usr/share/vdr/command-hooks.
 +    vdr.init generates commands.conf and reccmds.conf out of the files
 +    it finds in /usr/share/vdr/command-hooks
 +  * added reccmds.custom.conf and commands.custom.conf, which should
 +    be the place for user-defined commands.
 +  * patchtest now prints failed patch
 +  * Updated Elchi patch to version 4c
 +  * moved shutdownvdr to /usr/bin
 +  * added recording hooks mechanism (see debian/recordingaction)
 +  * added WarEagle icon patch
 +  * added patch from graphlcd plugin
 +  
 + -- Tobias Grimm <tg at e-tobi.net>  Tue, 05 Mar 2004 01:30:00 +0100
  
 -  * Tobias Grimm <tg at e-tobi.net> 
 -    - Modified not-as-root-patch to allow to start VDR as root anyway, if the
 -      option --allow-root is given
 +vdr (1.2.6-13) unstable; urgency=low
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sat, 09 Apr 2005 22:29:02 +0200
 +  * added maintenance commands
 +  * added skycrypt patch
 +  
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 15 Feb 2004 04:15:00 +0100
 +
 +vdr (1.2.6-12) unstable; urgency=low
 +
 +  * updated ElchiAIO to version 4b
 +  * updated JumpPlay to version 0.3
 +  * added Aston CAM patch by Antonino Sergi
 +  * vdraptrefresh now uses --reinstall for vdr installation
 +  
 + -- Tobias Grimm <tg at e-tobi.net>  Fri, 06 Feb 2004 23:48:00 +0100
 +
 +vdr (1.2.6-11) unstable; urgency=low
 +
 +  * vdr.init now generates commands.conf out of commands.*.conf
 +  * added some comments to generated commands.conf and reccmds.conf
 +  
 + -- Tobias Grimm <tg at e-tobi.net>  Tue, 03 Feb 2004 00:40:00 +0100
  
  vdr (1.2.6-10) unstable; urgency=low
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - Added patch for the EPG handling under amd64 (closes: #300702)
 -    - Check for existance of /usr/sbin/runvdr before sourcing the
 -      config-loader.sh script (closes: #302826)
 -    - Fixed small typos in the package descriptions of vdr and 
 -      vdr-dev (closes: #300042, #300074)
 -    - Add user vdr to group cdrom in postinst, so that vdr is able to
 -      play DVDs with the dvd-plugin again
 +  * elchi3 and improved osd replaced by elchi4
 +  * added 8bitcolor patch by Andreas Regel (fixes problems with 256 colors)
 +  * added osdpip patch to support osdpip-plugin
 +  * added patchlevel test script (debian/patches/patchtest)
 +  * added vdraptrefesh script for automatic plugin-reinstall <ps>
 +  * replaced JumpPlay 0.0 with JumpPlay patch 0.2
 +  
 + -- Tobias Grimm <tg at e-tobi.net>  Wed, 28 Jan 2004 02:26:00 +0100
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sat, 09 Apr 2005 18:32:59 +0200
 +vdr (1.2.6-9) unstable; urgency=low
  
 -vdr (1.2.6-9) experimental; urgency=low
 +  * added libdtv header files to vdr-dev (needed for scanner plugin)
 +  * shutdown script now allows hooks to specify an OSD message,
 +    when aborting shutdownvdr
 +  * MinEventTimeout is set to 10 minutes, when user manually invokes
 +    shutdown
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - Change owner of /proc/{av7110_ir,budget_ci_ir} to the uid and 
 -      gid under which vdr will run in /usr/sbin/runvdr 
 -      (closes: #297640)
 -    - Added 13_remote.dpatch from Darren Salt, this allows to have
 -      just 1 binary for all 4 possible control methods, and it should
 -      reduce build-time by about 75%
 -    - Removed packages vdr-daemon, vdr-kbd, vdr-lirc, vdr-rcu because 
 -      they are not necessary anymore
 -    - Added "Conflicts and Replaces: vdr-daemon, vdr-kbd, vdr-lirc, 
 -      vdr-rcu" to debian/control
 -    - Removed Andreas Müller from uploaders - he does not intend 
 -      to do uploads anymore
 -
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sat, 12 Mar 2005 20:05:06 +0100
 + -- Tobias Grimm <tg at e-tobi.net>  Sat, 24 Jan 2004 12:50:00 +0100
  
  vdr (1.2.6-8) unstable; urgency=low
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - Removed patch which fixes the compilation with gcc-4.0 on 
 -      amd64 as it causes vdr to crash, will have to investigate 
 -      this further, before the patch can be re-added 
 -      (closes: #295838)
 +  * added sharelnb patch for autopid
 +  * fixed bug in shutdownvdr
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sat, 19 Feb 2005 15:17:38 +0100
 + -- Tobias Grimm <tg at e-tobi.net>  Sat, 17 Jan 2004 13:50:00 +0100
  
  vdr (1.2.6-7) unstable; urgency=low
  
 -  * Thomas Schmidt <tschmidt at debian.org>
 -    - This is the first upload of vdr, i can do by myself, i want 
 -      to thank Andreas Müller (amu) and Christoph Martin (chrism) 
 -      for their help with sponsoring previous uploads
 -    - Only try to change capabilities when vdr is called by root 
 -      (closes: #293042)
 -    - Added patch from Andreas Jochens to fix the FTBFS on amd64
 -      with gcc-4.0 (closes: #294041)
 -    - Changed my email-address to the new debian one
 -    - Make an entry in syslog when someone tries to shutdown vdr
 -      while the automatic shutdown is disabled
 -    
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Wed, 09 Feb 2005 12:41:49 +0100
 +  * added analogtv patches for channel editing with analog plugin 
 +    (provided by Andreas Kool)
 +  * added plugin version checking in init
  
 -vdr (1.2.6-6) unstable; urgency=high
 + -- Peter Siering <ps at ctmagazin.de>  Thu, 15 Jan 2004 18:20:00 +0100
  
 -  * Urgency high because it includes a fix for CAN-2005-0071
 -  * Thomas Günther <tom at toms-cafe.de>
 -    - new (optional) plugin check (with "vdr -V -P plugin")
 -    - Extracted patchlevel code to patchlevel.sh 
 -    - Installing patchlevel.sh into vdr-dev package
 -  * Tobias Grimm <tg at e-tobi.net> 
 -    - fixed small bug in vdr-recordingaction
 -    - moved PLUGIN_DIR, PLUGIN_PREFIX, CFG_DIR, PLUGIN_CFG_DIR,
 -      PLUGIN_ORDER_FILE, CMDHOOKSDIR, REC_CMD from the default file to 
 -      the init script
 -    - fixed bug in shutdown script (OSD messages have to be deferred until
 -      the shutdown script is finished)
 -    - removed PLUGIN_ORDER_FILE paramter, order.conf should always be in
 -      PLUGIN_CFG_DIR
 -    - set default location for epg.data to /var/cache/vdr (vdr -E)
 -    - The default command to shutdown the system when the power-off-key of the
 -      remote is pressed, can now be configured in /etc/default/vdr.
 -    - When processing the shutdown hooks, no further hook scripts will be
 -      processed, if one script requests to delay the shutdown.
 -    - Extracted loading of VDR daemon config options to separate file for
 -      later reuse by other start scripts
 -    - Fixed warning message in generated commands.conf and reccmds.conf  
 -  * Thomas Schmidt <thomas.schmidt at in.stud.tu-ilmenau.de>
 -    - Do not run as user root anymore, the user vdr will be created
 -      and the video-directory and config-files will be changed, so the
 -      owner/group is vdr:vdr (closes: #287899)
 -    - Added 07_not_as_root.dpatch - vdr exists when it should run as
 -      user or with group-id root (adapted from Darren Salt's patch 
 -      for vdr 1.3.x)
 -    - Added 08_security_CAN-2005-0071.dpatch - do not overwrite 
 -      existing files with the GRAB-Command anymore (CAN-2005-0071)
 -    - Set default port for SVDRP to 0, users who run vdr from the 
 -      commandline will have to enable it by using the --port option
 -      (in the init-script SVDRP will still be enabled and on the default 
 -      port 2001)
 -    - Added vdr-shutdown.wrapper with owner/group root:vdr and mode 6750, 
 -      which calls the normal vdr-shutdown-script so that the user vdr is 
 -      able to run vdr's shutdown-hooks
 -    - The automatic shutdown is now disabled by default, to enable it 
 -      again you have to change ENABLE_SHUTDOWN=0 to 1 in /etc/default/vdr
 -    - Changed package vdr to Architecture: any, because it now contains
 -      a binary file
 -    - Added patch from Ludwig Nussel to be able to synchronize the system-
 -      time via DVB, even when vdr runs as user
 -    - Build-depend on libcap-dev
 -    - Package vdr: depend on adduser
 -    - Remove some files under /var/lib/vdr and /var/cache/vdr in postrm 
 -      on purge (closes: #287914)
 -    - Added german (de.po) debconf-translation from Jens Nachtigall 
 -      <nachtigall at web.de> (closes: #273643)
 -    - Added a note to the package description and README.Debian that vdr
 -      (without special plugins) requires a DVB-Card with an mpeg-decoder
 -      (Closes: #287428)
 -    - Improved runvdr-script: when no loaded dvb-modules were found, 
 -      try to load the module dvb (could be an alias for the real 
 -      dvb-module)
 -    - Added XB-VDR-Patchlevel-field in debian/control to vdr-plugin-sky 
 -      and vdr-plugin-examples
 -    - Build-depend on dpatch (>= 2.0.9)
 -    - Converted existing dpatch-files to the new short format
 -    - Added newplugin-script as vdr-newplugin to vdr-dev, so 
 -      plugin-developers can initialize a new plugin-directory without a 
 -      normal vdr-source-tree
 -    - Added debianize-vdrplugin-script and the plugin-template-dir from 
 -      c't-vdr
 -    - Added lintian-override to avoid the lintian-warnings for the
 -      plugin-template-scripts
 -    - Default VIDEO_DIR is now /var/lib/video.00, so new harddisks can
 -      be added very easy by mounting them to /var/lib/video.0{1,2,...}
 -      (if the old directory /var/lib/video exists, create 
 -      /var/lib/video.00 as symlink to the old directory, if it does
 -      not exist, /var/lib/video will be a symlink to /var/lib/video.00)
 -    - Removed unnecessary debconf-question about creating the dvb 
 -      devices, they will now be created without any question when they
 -      are not existing already
 -    - Removed libncurses5-dev from Build-Depends
 +vdr (1.2.6-6) unstable; urgency=low
  
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Wed, 19 Jan 2005 00:12:03 +0100
 -
 -vdr (1.2.6-5) unstable; urgency=low
 -
 -  * Tobias Grimm <tg at e-tobi.net> 
 -    - fixed Bug in vdr-shutdown script - osd messages have to be send detached
 -    - added patchlevel check in vdr.init - only plugins that have been compiled
 -      with the same patch levels will be loaded, to avoid conflicts due to
 -      binary incompatibility.
 -    - removed dh_shlibdeps and $shlibs:Depends from binary independent target
 -    - extracted common patch code from dpatch files
 -    - added patchlevel generation
 -    - added patchlevel checking when loading plugins - it's enabled in
 -      /etc/default by setting PLUGIN_CHECK_PATCHLEVEL="yes"
 -    - added ElchiAio4d as optional patch (see README.Debian)
 -    - added ttxtsubs-patch as optional patch
 -    - added 8-bit-color-patch as optional patch
 -    - added osdpip-patch as optional patch
 -    - added jumpplay-patch as optional patch
 -    - an entry in the (commands|reccmds).order.conf can now be disabled by
 -      prepending a "-", just like this is done in the plugins.order.conf too
 -  * Thomas Schmidt <thomas.schmidt at in.stud.tu-ilmenau.de>
 -    - It is not possible anymore to start more than one instance of vdr
 -      with the init-script
 -    - Changed runvdr-script as suggested by Nikolaus Regnat (Closes: #258412)
 -    - Fix spelling error in vdr.postinst (Closes: #258615)
 -    - Changed Maintainer to Debian VDR and DVB Packaging team
 -      <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 -    - List Andreas Mueller <amu at tr.debian.net> as Uploader
 -    - Added patch from Andreas Jochens <aj at andaco.de> to fix FTBFS with
 -      gcc 3.4 (Closes: #262744)
 -    - Changed $PLUGIN_CFG_DIR in /etc/default/vdr, to /etc/vdr/plugins 
 -      (Closes: #264071)
 -    - Changed package-description of vdr-plugin-examples a little bit
 -
 - -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun, 08 Aug 2004 19:48:33 +0200 
 -
 -vdr (1.2.6-4) unstable; urgency=low
 -
 -  * First release from the VDR and DVB Packaging team
 -    (pkg-vdr-dvb-devel at lists.alioth.debian.org)
 -
 -  * Thomas Schmidt
 -    - Acknowledge NMU (Closes: #238395)
 -    - Use dpatch, so build-depend on dpatch
 -    - Build-Depend on: dvb-dev | linux-kernel-headers
 -    - Separate plugins from the vdr-package (new packages: 
 -      vdr-plugin-examples and vdr-plugin-sky)
 -    - Change architecture of package vdr to all - it does not 
 -      contain any architecture-dependent files anymore
 -    - Cleaned up some parts to avoid lintian warnings and errors
 -    - Use makedev for device-generation in postinst, therefore 
 -      depend on makedev
 -    - Removed build-dep to g++
 -    - Added LD_ASSUME_KERNEL=2.4 in runvdr, to be able to run vdr 
 -      under 2.6 without problems
 -    - New cfg-dir /var/lib/vdr, link static cfg-files from /etc/vdr to
 -      /var/lib/vdr, install channels.conf in postinst to /var/lib/vdr,
 -      move non-static cfg-files to /var/lib/vdr in postinst
 -    - Add an option to vdr, to specify the cfg-dir at build-time,
 -      and set this to /var/lib/vdr (Closes: Bug#233647)
 -    - Selection of vdr-binary now handled by update-alternatives
 -    - Changed runvdr, to quote plugin-options correct (Closes: Bug#239619)
 -    - Applied patch from Emmanuel le Chevoir (Closes: Bug#238713)
 -    - Updated debconf-translations:
 -      + French (fr.po) by Emmanuel le Chevoir
 -      + Czech (cs.po) by Miroslav Kure
 -      + Dutch (nl.po) by Luk Claes
 -    - Added myself as uploader
 -    - Added correct watch-file
 -    - Added manpage for runvdr
 -
 -  * Tobias Grimm <vdr at e-tobi.net>
 -    - added automatic loading of plugins in init script from c't vdr
 -      (see README.Debian)
 -    - added dynamic generation of reccmds.conf and commands.conf from c't vdr
 -      (see README.Debian)
 -    - added recording hooks as used in c't vdr (see README.Debian)
 -    - added cmd_submenus patch with improvements by Thomas Günther
 -    - added shutdown hooks as used in c't vdr (see README.Debian)
 -
 - -- Thomas Schmidt <thomas.schmidt at in.stud.tu-ilmenau.de>  Sat, 24 Apr 2004 12:04:41 +0200
 -
 -vdr (1.2.6-3.1) unstable; urgency=low
 -
 -  * Non-Maintainer-Upload during Bug-Squashing-Party.
 -  * Applied patch by Lamont Jones to build all shared libraries
 -    with -fPIC. (Closes: #238395)
 -
 - -- Michael Banck <mbanck at debian.org>  Sun, 18 Apr 2004 13:49:48 +0200
 -
 -vdr (1.2.6-3) unstable; urgency=low
 -
 -  * Moved /video to /var/lib/video now we should FHS conform
 -    Thx to Noel Koethe. (Closes: #234429)
 -  * changed control to arch any/all for buildd.d.o 
 -
 - -- Andreas Mueller <amu at tr.debian.net>  Sat, 13 Mar 2004 02:27:00 +0100
 -    
 -vdr (1.2.6-2) unstable; urgency=low
 +  * added patchlevel info to vdr-dev (/usr/include/vdr/patchlevel)
 +  * added hack for calendar compiles (/usr/include/vdr/hackmenu.c)
 +  * removed multipatch from package name 
 +
 + -- Peter Siering <ps at ctmagazin.de>  Tue, 13 Jan 2004 23:00:00 +0100
 +
 +vdr (1.2.6-5multipatch2) unstable; urgency=low
 +
 +  * add lnb share patch (dpatch) 
 +  * readd sub menu patch (dpatch)
 +  * applied vdr.init.order.diff (thanks to Tom at vdrportal.de)
 +
 + -- Peter Siering <ps at ctmagazin.de>  Mon, 12 Jan 2004 21:00:00 +0100
 +
 +vdr (1.2.6-4multipatch2) unstable; urgency=low
 +
 +  * using dpatch now for patches
 +  * added shutdown-hook mechanism
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 11 Jan 2004 17:10:00 +0100
 +
 +vdr (1.2.6-3multipatch2) unstable; urgency=low
  
 -  * Thx to Nikolaus Regnat
 -  * Corrected runvdr script dvb module detection. (Closes: #233520)
 -  * Switched to gettext-based debconf templates (Thx to Martin Quinson). (Closes: #233107)  
 -  * Improved debconf question texts.
 -  * Fixed vdr.postinst script so that channels.conf is no longer overwritten.
 -    (Closes: #233646)
 -  * Fixed bug in vdr.postinst script which prevented package upgrade.
 -  * Adapted debian/rules to use upstream make plugin/plugin-clean targets. (Closes: #233630)
 +  * included changes from 1.2.2-7:
 +  * added vdr-dev package
  
 - -- Andreas Mueller <amu at tr.debian.net>  Wed, 18 Feb 2004 17:08:34 +0100
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 28 Dec 2003 11:29:00 +0200
 +
 +vdr (1.2.6-2multipatch2) unstable; urgency=low
 +
 +  * added jumplay patch 0.0
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 07 Dec 2003 02:32:00 +0200
 +
 +vdr (1.2.6-2multipatch1) unstable; urgency=low
 +
 +  * fixed small bug in postinst
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 16 Nov 2003 16:11:42 +0200
 +
 +vdr (1.2.6-1multipatch1) unstable; urgency=low
 +
 +  * Elchi AIO patch version 3b
 +  * AC3overDVB 0.2.1
 +  * Autopid
 +
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 16 Nov 2003 19:00:00 +0200
  
  vdr (1.2.6-1) unstable; urgency=low
  
 -  * Thx to Nikolaus Regnat
 -  * New upstream release.
 -  * Corrected plugin installation. Plugin libs do now reside in
 -    /usr/lib/vdr/plugins. (Closes: #227074)
 -  * Install needed configuration files in /etc/vdr.
 -  * Changed (in /etc/default/vdr) CFG_DIR="/etc/vdr". (Closes: #227084)
 -  * Added debconf info about needed kernel-modules.
 -  * Added debconf question to select dvb card type.
 -  * Added debconf question to create /video filesystem.
 -  * Added debconf question to create dvb device nodes.
 -  * Declared ca.conf, diseqc.conf, keymacros.conf, sources.conf and
 -    svdrphosts.conf as conffiles.
 -  * Added lirc dependency to vdr-lirc.
 -  * Removed loading of hello plugin (in /etc/default/vdr) as it is useless.
 -  * Modified runvdr script to accept lsmod output of module-init-tools (kernel
 -    2.6). (Closes: #227059)
 -  * Used the --port=0 option (in /etc/default/vdr) to disable SVDRP port.
 -  * Accepted various suggestion on packaging improvement (Closes: #227084)
 -    
 - -- Andreas Mueller <amu at tr.debian.net>  Sat, 10 Jan 2004 15:25:27 +0100
 +  * New upstream release
  
 -vdr (1.2.5-3) unstable; urgency=low
 + -- Tobias Grimm <tg at e-tobi.net>  Sun, 16 Nov 2003 16:11:42 +0200
  
 -  * moved plugins-dir to /usr/lib/vdr
 +vdr (1.2.2-6woody1) unstable; urgency=low
  
 - -- Andreas Mueller <amu at tr.debian.net>  Mon,  21 Sep 2003 19:23:12 +0200
 +  * added Alexander Blums submenu patch (towards vdrconvert)
 +  * incremented watchdog timeout in defaults from 30 to 60
 +  * incorporated Tobias Grimm's <tg at e-tobi.net> fixes:
 +  * fixed /debian/rules to create /video instead of trying to copy it
 +  * fixed some bashisms in preinst
 +  * added lintian override for upstream install documentation
 +  * added lintian override for top level video dir
 +  * added PLUGINS.html + UPDATE-1.2.0 to docs
 +  * added missing registration of /etc/init.d/vdr to postinst
 +  * added update-menus to postinst
 +  * newplugin will not be installed anymore
  
 -vdr (1.2.5-2) unstable; urgency=low
 + -- Peter Siering <ps at ctmagazin.de>  Sun, 14 Nov 2003 08:00:00 +0200
  
 -  * vdr_1.2.5-1.dsc: invalid 'Build-Depends' field produced by a broken
 -    version of dpkg-dev (1.10.11). Now build with 1.10.13
 +vdr (1.2.2-5woody1) unstable; urgency=low
 +  
 +    * integrate reccmds.<addon>.conf logic
 + 
 + -- Peter Siering <ps at ctmagazin.de>  Sun, 02 Nov 2003 21:20:00 +0200
  
 - -- Andreas Mueller <amu at tr.debian.net>  Tue,  18 Sep 2003 01:10:47 +0200
 +vdr (1.2.2-5woody1) unstable; urgency=low
  
 +  * integrate reccmds.<addon>.conf logic
 +  * finally fixed update situation, don't bail if new prerm fails
 + 
 + -- Peter Siering <ps at ctmagazin.de>  Tue, 17 Oct 2003 00:20:00 +0200
  
 -vdr (1.2.5-1) unstable; urgency=low
 +vdr (1.2.2-4woody1) unstable; urgency=low
  
 -  * new upstream build
 -  * Moved to Standards-Version: 3.6.1
 +  * handle update from -1 gracefully (don't bail if not running)
 + 
 + -- Peter Siering <ps at ctmagazin.de>  Sun, 14 Oct 2003 21:00:00 +0200
 +
 +vdr (1.2.2-3woody1) unstable; urgency=low
 +
 +  * Rene Bartsch's fixes in my init logic
 +
 + -- Peter Siering <ps at ctmagazin.de>  Sun, 12 Oct 2003 22:00:00 +0200
  
 - -- Andreas Mueller <amu at tr.debian.net>  Tue,  17 Sep 2003 22:12:38 +0200
 +vdr (1.2.2-2woody1) unstable; urgency=low
  
 +  * removing "conffile protection in video" did not what I'd expected
 +  * instead move them to /etc/vdr and keep them as conffiles
 +  * worked towards the offical vdr releases by amu with .default, .init
 +  * new runvdr script, much more friendly for plugin specific conffiles
  
 -vdr (1.2.2-1) unstable; urgency=low
 + -- Peter Siering <ps at ctmagazin.de>  Sun, 02 Oct 2003 11:00:00 +0200
 +
 +vdr (1.2.2-1woody1) unstable; urgency=low
 +
 +  * changed runvdr to incorporate auto loading of plugins
 +  * integrated init script into package, fixed restart
 +  * protecting conffiles in /video
 +
 + -- Peter Siering <ps at ctmagazin.de>  Mon, 15 Sep 2003 22:00:00 +0200
 +
 +vdr (1.2.2-0woody1) unstable; urgency=low
  
    * new upstream build
 -    (closes: Bug#195951)
  
 - -- Andreas Mueller <amu at tr.debian.net>  Tue,  9 Sep 2003 11:27:00 +0200
 + -- Ralf Nolden (KDE) <nolden at kde.org>  Tue, 19 Aug 2003 12:23:09 +0200
  
  vdr (1.0.4-3) unstable; urgency=low
  
    * some cosmetic things ( ex. autobuilder )
 -  * added autobuilder support
 +  * added autobuilder support 
  
   -- Andreas Mueller <amu at tr.debian.net>  Mon,  10 Mar 2003 11:27:00 +0100
  
@@@ -1828,7 -1339,7 +1841,7 @@@ vdr (0.98+1.0.0pre5-1) unstable; urgenc
  
  vdr (0.98-2) unstable; urgency=medium
  
 -  * Disabled SVDRP port as-default and noted in README.Debian.
 +  * Disabled SVDRP port as-default and noted in README.Debian. 
      Better secure than warned and less secure. Closes: #117193
    * added more Build-Depends, closes: #123701
    * now conflicting with previous kvdr version and recommending the new since
@@@ -1880,7 -1391,3 +1893,7 @@@ vdr (0.95-1) unstable; urgency=lo
    * Made a little hack to create the channel.conf template from Debian examples
  
   -- Eduard Bloch <blade at debian.org>  Sat, 22 Sep 2001 03:16:11 +0200
 +
 +Local variables:
 +mode: debian-changelog
 +End:
diff --combined debian/control
index 250a967,3dc6c8e..22c064a
--- a/debian/control
+++ b/debian/control
@@@ -3,20 -3,20 +3,21 @@@ Section: vide
  Priority: extra
  Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
  Uploaders: Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>
 +Origin: ctvdr
- Build-Depends: debhelper (>= 5), dpatch, libjpeg62-dev, libcap2-dev | libcap-dev,
+ Build-Depends: debhelper (>= 5), dpatch, libjpeg62-dev, libcap-dev,
    libncursesw5-dev, libfreetype6-dev, libfontconfig-dev, gettext,
    txt2man, python, linux-libc-dev (>= 2.6.29), libfribidi-dev
  Standards-Version: 3.9.1
+ Vcs-Git: git://git.debian.org/pkg-vdr-dvb/vdr.git
+ Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr.git
  Homepage: http://www.tvdr.de/
  
  Package: vdr
  Architecture: any
  Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, psmisc
  Recommends: lirc, ttf-bitstream-vera | ttf-freefont
- Provides: vdr-daemon, vdr-kbd, vdr-lirc, vdr-rcu, ${vdr:Provides}
- Conflicts: vdr-daemon, vdr-kbd, vdr-lirc, vdr-rcu, vdradmin (<< 3.4.3)
- Replaces: vdr-daemon, vdr-kbd, vdr-lirc, vdr-rcu
+ Suggests: vdr-plugin-dvbsddevice
+ Provides: ${vdr:Provides}
  Description: Video Disk Recorder for DVB cards
   Video Disk Recorder (VDR) is a digital sat-receiver program using
   Linux and DVB technologies. It allows one to record MPEG2 streams,
diff --combined debian/rules
index 1658f10,0960b14..ef3ae3a
--- a/debian/rules
+++ b/debian/rules
@@@ -67,13 -67,11 +67,11 @@@ build-stamp: configure-stam
  	dh_testdir
  
  	# build unoptimized vdr with debugging symbols
- 	touch po/vdr.pot po/*.po
  	$(MAKE) all $(MAKE_OPTIONS) VDRDEBUG=yes DEB_BUILD_OPTIONS=nostrip,noopt
  	cp vdr vdr-dbg
  	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
  
  	# build "productive" vdr
- 	touch po/vdr.pot po/*.po
  	$(MAKE) all $(MAKE_OPTIONS)
  
  	# plugins
@@@ -83,8 -81,7 +81,8 @@@
  	cp newplugin vdr-newplugin
  
  	gcc -o debian/vdr-shutdown.wrapper debian/vdr-shutdown-wrapper.c
 -
 +	gcc -o debian/ctvdrwrapper debian/ctvdrwrapper.c
 +	
  	touch build-stamp
  
  patchinfo:
@@@ -98,10 -95,10 +96,10 @@@ clean-patched
  	$(MAKE) -o .dependencies clean-plugins $(MAKE_OPTIONS)
  	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
  	rm -f vdr-dbg
  	rm -rf PLUGINS/lib
  	rm -f vdr-newplugin
  	rm -f debian/vdr-shutdown.wrapper
 +	rm -f debian/ctvdrwrapper
  	rm -f debian/patchinfo
  	rm -f $(MANPAGES) $(TXT2MANPAGES)
  	dh_clean

-- 
vdr packaging repository



More information about the pkg-vdr-dvb-changes mailing list