r6795 - in /vdr/vdr/trunk/debian: ./ patches/

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sat May 3 07:44:17 UTC 2008


Author: tiber-guest
Date: Sat May  3 07:44:17 2008
New Revision: 6795

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6795
Log:
Applied a lot of spelling fixes (Thanks to Michael Nork!)

Modified:
    vdr/vdr/trunk/debian/R90.custom
    vdr/vdr/trunk/debian/README.Debian
    vdr/vdr/trunk/debian/changelog
    vdr/vdr/trunk/debian/commands.custom.conf
    vdr/vdr/trunk/debian/debianize-vdrplugin.1
    vdr/vdr/trunk/debian/debugvdr.1.xml
    vdr/vdr/trunk/debian/patches/00list
    vdr/vdr/trunk/debian/patches/10_dd-record-option.dpatch
    vdr/vdr/trunk/debian/patches/81_Make_config.dpatch
    vdr/vdr/trunk/debian/patches/opt-40_iptv.dpatch
    vdr/vdr/trunk/debian/patches/opt-49-x_pvrinput.dpatch
    vdr/vdr/trunk/debian/patchlevel.sh
    vdr/vdr/trunk/debian/pic2mpg.1
    vdr/vdr/trunk/debian/plugin-loader.sh
    vdr/vdr/trunk/debian/plugin.pictures.conf
    vdr/vdr/trunk/debian/reccmds.custom.conf
    vdr/vdr/trunk/debian/runvdr.8
    vdr/vdr/trunk/debian/vdr-dbg.1.xml
    vdr/vdr/trunk/debian/vdr-newplugin.1
    vdr/vdr/trunk/debian/vdr.NEWS
    vdr/vdr/trunk/debian/vdrdbg-buildpackage.1.xml
    vdr/vdr/trunk/debian/vdrleaktest.1.xml

Modified: vdr/vdr/trunk/debian/R90.custom
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/R90.custom?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/R90.custom (original)
+++ vdr/vdr/trunk/debian/R90.custom Sat May  3 07:44:17 2008
@@ -29,15 +29,15 @@
 
 case $1 in
     before)
-        # do here what ever you would like to do right BEFORE
+        # do here whatever you would like to do right BEFORE
         # the recording $2 STARTS
         ;;
     after)
-        # do here what ever you would like to do right AFTER
+        # do here whatever you would like to do right AFTER
         # the recording $2 ENDED
         ;;
     edited)
-        # do here what ever you would like to do right AFTER
+        # do here whatever you would like to do right AFTER
         # the recording $2 has been EDITED
         ;;
 esac

Modified: vdr/vdr/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/README.Debian?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/README.Debian (original)
+++ vdr/vdr/trunk/debian/README.Debian Sat May  3 07:44:17 2008
@@ -3,20 +3,20 @@
 
 Comments to the Debian version:
 
- - You need a DVB card and with a driver using the "Linux DVB API"
+ - 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 
+   (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)
  - 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
+   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 handeled via update-alternatives, so if you have more than 
-   one of this packages installed, and are not happy with the default 
+   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
@@ -47,9 +47,9 @@
 
     Set this to "yes" to force VDR to load only plugins with a matching patch
     level. This is especially useful, if you run patched VDR versions from third
-    party repositories like the ctvdr dirstribution.
+    party repositories like the ctvdr distribution.
     If this option is set to "yes", then only plugins are loaded, which were
-    installed by a Debian package. In order to load plug-ins that you have
+    installed by a Debian package. In order to load plugins that you have
     manually copied to /usr/lib/vdr/plugins, this option must be set to "no".
 
 PLUGIN_CHECK_STARTABLE="<yes|no>"
@@ -58,7 +58,7 @@
 
     Before starting VDR with the plugins, the loadability of the plugin
     libraries will be checked with "vdr -V -P plugin". This will catch
-    some binary incompatibilties and problems with the plugins
+    some binary incompatibilities and problems with the plugins
     initialization code. Set this to "no" to load the plugins without
     any testing.
 
@@ -83,14 +83,14 @@
     Default: vdr
 
     Username under which vdr will run. All plugins and commands invoked by VDR
-    will be executed with this users rights.
+    will be executed with the rights of this user.
 
 VDR_CHARSET_OVERRIDE=<CHARSET>
 
     Default: not set
 
     Workaround for broadcasters not correctly implementing the standard.
-    According to "ETSI EN 300 468" the default character set is ISO6937. But
+    According to "ETSI EN 300 468" the default character set is ISO-6937. But
     unfortunately some broadcasters actually use ISO-8859-9, but fail to
     correctly announce that. If you set VDR_CHARSET_OVERRIDE=ISO-8859-9, then VDR
     uses ISO-8859-9 as default.
@@ -211,7 +211,7 @@
 provided by the command line option -s. By default, this script will
 execute all files in /usr/share/vdr/shutdown-hooks/ in their alphabetical order. 
 If a file in there is not executable, it is treated as a shell script. These
-so called "Shutdown Hooks" should follow this naming scheme:
+so called "shutdown hooks" should follow this naming scheme:
 
 S<XX>.<identifier>
 
@@ -311,10 +311,10 @@
 
  -- Tobias Grimm <tg at e-tobi.net>,  Thu, 3 Jun 2004 02:20:00 +0100
 
-The Pictures Plug-in
+The Pictures Plugin
 --------------------
 
-The pictures plug-in requires the pictures to be already converted to mpeg files.
+The pictures plugin requires the pictures to be already converted to mpeg files.
 A separate tool called `pic2mpg' is provided to convert a directory of pictures.
 
 This tool will use the mjpegtools package to convert the pictures to MPEG2, if 
@@ -322,12 +322,12 @@
 http://mjpeg.sourceforge.net or in third party repositories like
 http://debian-multimedia.org.
 
-If mjpegools is not available, ffmpeg will be used to convert the pictures to
+If mjpegtools is not available, ffmpeg will be used to convert the pictures to
 MPEG1 instead.
 
-In order to display the pictures, you must tell the plug-in, where to find them.
+In order to display the pictures, you must tell the plugin, where to find them.
 You can do so in /etc/vdr/plugins/plugin.pictures.conf.
 
 Please read the documentation in /usr/share/doc/vdr-plugin-pictures/README
-carefully, as the pictures plug-in is very restrictiv about the picture
+carefully, as the pictures plugin is very restrictive about the picture
 directory layout.

Modified: vdr/vdr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/changelog?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/changelog (original)
+++ vdr/vdr/trunk/debian/changelog Sat May  3 07:44:17 2008
@@ -11,7 +11,7 @@
     as "CXXFLAGS ?=...", these settings are ignored when an environment variable
     CXXFLAGS exists. On non-i386 builds this causes a FTBFS for all plugins,
     because of the missing -fPIC. Plugins, that require special compiler
-    arguments, should from now on pass CXXFLAGS as an arguemtn to the make call
+    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 suppport noopt as well 
@@ -23,8 +23,9 @@
   * Updated opt-48-x_pin.dpatch
   * Upgraded opt-37-x_menuorg.dpatch to version 0.4.2
   * Upgraded opt-50_graphtft-0.1.dpatch to current version 0.1.7~alpha of the
-    GraphTFT plug-in (taken from the Zulu Extensions Patch 56) and renamed it
+    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!)
 
   [ Thomas Günther ]
   * Upgraded make-special-vdr.sh to version 0.9
@@ -1096,7 +1097,7 @@
 vdr (0.96-4) unstable; urgency=low
 
   * improved Description, thanks to Joey and Alfie
-  * included README and other scripts, maybe usefull
+  * included README and other scripts, maybe useful
 
  -- Eduard Bloch <blade at debian.org>  Thu, 11 Oct 2001 12:56:42 +0200
 
@@ -1104,7 +1105,7 @@
 
   * all versions except of -daemon disable the control port by default
     (possible security hole). Debconf warning for -daemon.
-  * package splited
+  * package splitted
   * building additional vdr-daemon binary, needed for kvdr
   * fixed postinst files, there were too much copy&paste work :(
 

Modified: vdr/vdr/trunk/debian/commands.custom.conf
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/commands.custom.conf?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/commands.custom.conf (original)
+++ vdr/vdr/trunk/debian/commands.custom.conf Sat May  3 07:44:17 2008
@@ -1,6 +1,6 @@
 #
 # This is an example file for defining external commands, that will be 
-# accessable via VDR's OSD menu.
+# accessible via VDR's OSD menu.
 # The commands will be executed under the same user id that vdr is running 
 # with, so take care if your are running vdr as root!
 # 
@@ -16,7 +16,7 @@
 # random epigram. ( you may need an "apt-get install fortune" first! )
 #
 # If you are using the reccmd-patch, you can even divide your commands into
-# submenus. To do so, preceed all sub menu items with a "-". i.e.:
+# submenus. To do so, prefix all sub menu items with a "-". i.e.:
 # 
 # Fortune Cookies ... : echo "sub menu, no command"
 # -Long Dictum        : /usr/games/fortune -l

Modified: vdr/vdr/trunk/debian/debianize-vdrplugin.1
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/debianize-vdrplugin.1?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/debianize-vdrplugin.1 (original)
+++ vdr/vdr/trunk/debian/debianize-vdrplugin.1 Sat May  3 07:44:17 2008
@@ -2,7 +2,7 @@
 
 .TH debianize-vdrplugin 1
 .SH NAME
-debianize-vdrplugin \- debianize a VDR plug-in source archive
+debianize-vdrplugin \- debianize a VDR plugin source archive
 .SH DESCRIPTION
 .B debianize-vdrplugin
 can be used to add a working debian-directory to the source-directory 

Modified: vdr/vdr/trunk/debian/debugvdr.1.xml
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/debugvdr.1.xml?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/debugvdr.1.xml (original)
+++ vdr/vdr/trunk/debian/debugvdr.1.xml Sat May  3 07:44:17 2008
@@ -73,7 +73,7 @@
     <para>
       <command>&dhpackage;</command> 
       will start VDR with the GDB debugger with the same command line arguments as
-      the VDR daemon. This means, all installed plug-ins will be loaded. If VDR is still
+      the VDR daemon. This means, all installed plugins will be loaded. If VDR is still
       running, it will be automatically stopped before starting the debugging version.
     </para>
   </refsect1>
@@ -102,7 +102,7 @@
       the &debian; system (but may be used by others).  Permission is
       granted to copy, distribute and/or modify this document under
       the terms of the &gnu; General Public License, Version 2 or any 
-      ater version published by the Free Software Foundation.
+      later version published by the Free Software Foundation.
     </para>
     <para>
       On Debian systems, the complete text of the GNU General Public

Modified: vdr/vdr/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/patches/00list?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/patches/00list (original)
+++ vdr/vdr/trunk/debian/patches/00list Sat May  3 07:44:17 2008
@@ -50,7 +50,7 @@
 # Patch to disable normal epg update for specified channels.
 # opt-39_noepg
 
-# Patch required by the IPTV plug-in
+# Patch required by the IPTV plugin
 # opt-40_iptv
 
 # Patch to show an info, if it is possible to record an event in the timer-info.

Modified: vdr/vdr/trunk/debian/patches/10_dd-record-option.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/patches/10_dd-record-option.dpatch?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/patches/10_dd-record-option.dpatch (original)
+++ vdr/vdr/trunk/debian/patches/10_dd-record-option.dpatch Sat May  3 07:44:17 2008
@@ -8,7 +8,7 @@
 ##     http://toms-cafe.de/vdr/download/vdr-dd-record-option-1.5.7.diff
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: Allowes to choose if to record and to replay Dolby Digital 
+## DP: Allows to choose if to record and to replay Dolby Digital 
 ## DP: independently (to work around some audio issues with the 
 ## DP: dvd-plugin)
 

Modified: vdr/vdr/trunk/debian/patches/81_Make_config.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/patches/81_Make_config.dpatch?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/patches/81_Make_config.dpatch (original)
+++ vdr/vdr/trunk/debian/patches/81_Make_config.dpatch Sat May  3 07:44:17 2008
@@ -12,7 +12,7 @@
 @@ -0,0 +1,28 @@
 +#
 +# The following compiler settings are required for Debian builds and will be
-+# included by the Makefile of VDR and most plug-ins.
++# included by the Makefile of VDR and most plugins.
 +#
 +
 +CFLAGS   = -g -Wall
@@ -27,7 +27,7 @@
 +endif
 +
 +ifndef BUILDVDR
-+    # Required for plug-ins only, not for VDR itself
++    # Required for plugins only, not for VDR itself
 +    CXXFLAGS += -fPIC
 +    CFLAGS += -fPIC
 +endif

Modified: vdr/vdr/trunk/debian/patches/opt-40_iptv.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/patches/opt-40_iptv.dpatch?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/patches/opt-40_iptv.dpatch (original)
+++ vdr/vdr/trunk/debian/patches/opt-40_iptv.dpatch Sat May  3 07:44:17 2008
@@ -1,10 +1,10 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## opt-40_iptv.dpatch by Tobias Grimm <tg at e-tobi.net>
-## from version 0.0.7 of the IPTV plug-in
+## from version 0.0.7 of the IPTV plugin
 ## http://www.saunalahti.fi/~rahrenbe/vdr/iptv/
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: Patch required for the IPTV plug-in
+## DP: Patch required for the IPTV plugin
 
 @DPATCH@
 diff -urNad vdr-1.5.18~/channels.c vdr-1.5.18/channels.c

Modified: vdr/vdr/trunk/debian/patches/opt-49-x_pvrinput.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/patches/opt-49-x_pvrinput.dpatch?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/patches/opt-49-x_pvrinput.dpatch (original)
+++ vdr/vdr/trunk/debian/patches/opt-49-x_pvrinput.dpatch Sat May  3 07:44:17 2008
@@ -2,8 +2,8 @@
 ## opt-49-x_pvrinput.dpatch by Tobias Grimm <tg at e-tobi.net>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: This patch is required by the pvrinput plug-in and was taken from
-## DP: version 2007-11-29 of the plug-in.
+## DP: This patch is required by the pvrinput plugin and was taken from
+## DP: version 2007-11-29 of the plugin.
 ## DP: http://drseltsam.device.name/vdr/pvr/src/pvrinput
 
 @DPATCH@

Modified: vdr/vdr/trunk/debian/patchlevel.sh
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/patchlevel.sh?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/patchlevel.sh (original)
+++ vdr/vdr/trunk/debian/patchlevel.sh Sat May  3 07:44:17 2008
@@ -1,4 +1,4 @@
-# patchlevel.sh - maintain the patchlevel of vdr packages
+# patchlevel.sh - maintain the patch level of vdr packages
 #
 # This script is called in debian/rules of the vdr package and all vdr plugins.
 #

Modified: vdr/vdr/trunk/debian/pic2mpg.1
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/pic2mpg.1?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/pic2mpg.1 (original)
+++ vdr/vdr/trunk/debian/pic2mpg.1 Sat May  3 07:44:17 2008
@@ -1,7 +1,7 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
 .TH PIC2MPG "1" "March 2008" "pic2mpg " "User Commands"
 .SH NAME
-pic2mpg \- convert pictures to MPEG for the VDR pictures plug-in
+pic2mpg \- convert pictures to MPEG for the VDR pictures plugin
 .SH SYNOPSIS
 \fBpic2mpg\fR [\fIoptions\fR] \fIpicture-dir mpeg-dir\fR
 

Modified: vdr/vdr/trunk/debian/plugin-loader.sh
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/plugin-loader.sh?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/plugin-loader.sh (original)
+++ vdr/vdr/trunk/debian/plugin-loader.sh Sat May  3 07:44:17 2008
@@ -12,7 +12,7 @@
     local arguments
     local plugins
     local packages
-    local patchelvels
+    local patchlevels
     local leftout
     local leftout2
     local vdrcmd

Modified: vdr/vdr/trunk/debian/plugin.pictures.conf
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/plugin.pictures.conf?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/plugin.pictures.conf (original)
+++ vdr/vdr/trunk/debian/plugin.pictures.conf Sat May  3 07:44:17 2008
@@ -4,5 +4,5 @@
 # For more details see /usr/share/doc/vdr-plugin-pictures/README
 #
 
-# Specify the pciture directory here:
+# Specify the pictures directory here:
 # --dir=/mnt/pictures.MPG

Modified: vdr/vdr/trunk/debian/reccmds.custom.conf
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/reccmds.custom.conf?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/reccmds.custom.conf (original)
+++ vdr/vdr/trunk/debian/reccmds.custom.conf Sat May  3 07:44:17 2008
@@ -1,6 +1,6 @@
 #
 # This is an example file for defining external commands, that will be 
-# accessable as commands at the recordings list.
+# accessible as commands at the recordings list.
 # The commands will be executed under the same user id that vdr is running 
 # with, so take care if your are running vdr as root!
 # 
@@ -17,7 +17,7 @@
 # will simply show you the recording name :-)
 #
 # If you are using the reccmd-patch, you can even divide your commands into
-# submenus. To do so, preceed all sub menu items with a "-". i.e.:
+# submenus. To do so, prefix all sub menu items with a "-". i.e.:
 # 
 # main menu node ...   : echo "sub menu, no command"
 # -sub menu entry 1    : do_something.sh

Modified: vdr/vdr/trunk/debian/runvdr.8
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/runvdr.8?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/runvdr.8 (original)
+++ vdr/vdr/trunk/debian/runvdr.8 Sat May  3 07:44:17 2008
@@ -9,7 +9,7 @@
 reload the dvb-modules and vdr, if vdr exits with an exitcode different from 0.
 
 .B runvdr
-will call /usr/bin/vdr and will pass all Commandline-options directly to 
+will call /usr/bin/vdr and will pass all commandline-options directly to 
 /usr/bin/vdr.
 
 .B runvdr

Modified: vdr/vdr/trunk/debian/vdr-dbg.1.xml
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdr-dbg.1.xml?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/vdr-dbg.1.xml (original)
+++ vdr/vdr/trunk/debian/vdr-dbg.1.xml Sat May  3 07:44:17 2008
@@ -72,8 +72,8 @@
     <title>DESCRIPTION</title>
     <para>
       <command>&dhpackage;</command> is a debugging version of vdr, containing all
-      debugging symbols. vdr-dbg will not unload plug-ins, to be able to track
-      memory leaks in VDR plug-ins with valgrind.
+      debugging symbols. vdr-dbg will not unload plugins, to be able to track
+      memory leaks in VDR plugins with valgrind.
     </para>
   </refsect1>
 
@@ -89,7 +89,7 @@
       the &debian; system (but may be used by others).  Permission is
       granted to copy, distribute and/or modify this document under
       the terms of the &gnu; General Public License, Version 2 or any 
-      ater version published by the Free Software Foundation.
+      later version published by the Free Software Foundation.
     </para>
     <para>
       On Debian systems, the complete text of the GNU General Public

Modified: vdr/vdr/trunk/debian/vdr-newplugin.1
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdr-newplugin.1?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/vdr-newplugin.1 (original)
+++ vdr/vdr/trunk/debian/vdr-newplugin.1 Sat May  3 07:44:17 2008
@@ -2,7 +2,7 @@
 
 .TH vdr-newplugin 1
 .SH NAME
-vdr-newplugin \- create a new VDR plug-in source tree
+vdr-newplugin \- create a new VDR plugin source tree
 .SH SYNOPSIS
 
 .B vdr-newplugin

Modified: vdr/vdr/trunk/debian/vdr.NEWS
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdr.NEWS?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/vdr.NEWS (original)
+++ vdr/vdr/trunk/debian/vdr.NEWS Sat May  3 07:44:17 2008
@@ -22,7 +22,7 @@
   update-alternatives --config vdr
 
   and setting it to the desired control-method. (lirc is default)
-  After this a call of /usr/bin/vdr will allways use the control-
+  After this a call of /usr/bin/vdr will always use the control-
   method you selected with update-alternatives.
 
  -- Thomas Schmidt <tschmidt at debian.org>  Sun, 27 Feb 2005 00:44:05 +0100
@@ -30,8 +30,8 @@
 vdr (1.2.6-6) unstable; urgency=low
 
   The most important change in this release is that vdr from now on
-  will run under the username vdr, not as root, this is due to some
-  security problems when vdr runs as root, the video-directory and 
+  will run under the username vdr, not as root. This is due to some
+  security problems when vdr runs as root. The video-directory and 
   configfiles will be changed at installation, so they are owned by 
   the user and group vdr.
 
@@ -40,12 +40,12 @@
   in /etc/default/vdr.
   
   In this release we also changed the default VIDEO_DIR from 
-  /var/lib/video to /var/lib/video.00, to make adding extra harddiscs 
+  /var/lib/video to /var/lib/video.00, to make adding extra harddisks 
   for vdr very easy by just creating /var/lib/video.0{1,2,3,...} and 
   mounting the drive(s) there. In existing installations we will simply 
   create a symlink /var/lib/video.00 which points to /var/lib/video. In 
   new installations /var/lib/video will be a symlink which points to 
-  /var/lib/video.00. (These changes will only be asked when you 
+  /var/lib/video.00. (These changes will only be asked for when you 
   selected yes in the debconf-question to create the video-directory!)
 
  -- Thomas Schmidt <tschmidt at debian.org>  Fri, 14 Jan 2005 12:17:51 +0100
@@ -60,18 +60,18 @@
   In this Release, we changed the path of the conf-files to /var/lib/vdr,
   static conf-files will still be under /etc/vdr, and symlinked to
   /var/lib/vdr. 
-  If you allready have non-static files (channels.conf, remote.conf, 
+  If you already have non-static files (channels.conf, remote.conf, 
   setup.conf and timers.conf), these files will be moved by the 
   postinst-script to /var/lib/vdr.
 
   The most important change in this release is the new init-system of vdr,
   which was taken from c't-vdr, a woody-based distribution, optimized for vdr.
-    - Plugins are not any longer loaded via /etc/default/vdr, instead of this,
+    - Plugins are no longer loaded via /etc/default/vdr. Instead of this,
       every installed plugin will be loaded automatically. The order of the
       plugins can be configured via /etc/vdr/plugins/order.conf.
     - The commands.conf and the reccmds.conf files will be auto-generated 
       by the init-script for better integration of vdr-addons.
-      If you allready have a commands.conf or reccmds.conf, you should move it
+      If you already have a commands.conf or reccmds.conf, you should move it
       to /etc/vdr/command-hooks/{commands|reccmds}.custom.conf .
 
  -- Thomas Schmidt <tschmidt at debian.org>  Sat, 29 May 2004 19:43:49 +0200

Modified: vdr/vdr/trunk/debian/vdrdbg-buildpackage.1.xml
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdrdbg-buildpackage.1.xml?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/vdrdbg-buildpackage.1.xml (original)
+++ vdr/vdr/trunk/debian/vdrdbg-buildpackage.1.xml Sat May  3 07:44:17 2008
@@ -58,7 +58,7 @@
 
   <refnamediv>
     <refname>&dhpackage;</refname>
-    <refpurpose>builds a VDR plug-in for debugging</refpurpose>
+    <refpurpose>builds a VDR plugin for debugging</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv>
@@ -72,7 +72,7 @@
     <title>DESCRIPTION</title>
     <para>
       <command>&dhpackage;</command> is a small wrapper for dpkg-buildpackage,
-      which sets all options needed to compile a VDR plug-in for debugging.
+      which sets all options needed to compile a VDR plugin for debugging.
     </para>
   </refsect1>
 

Modified: vdr/vdr/trunk/debian/vdrleaktest.1.xml
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdrleaktest.1.xml?rev=6795&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/vdrleaktest.1.xml (original)
+++ vdr/vdr/trunk/debian/vdrleaktest.1.xml Sat May  3 07:44:17 2008
@@ -73,8 +73,8 @@
     <para>
       <command></command> 
       will stop any running VDR daemon and start the debugging version of VDR with Valgrind.
-      No plug-ins will be loaded automatically. In order to test VDR plug-ins with
-      &dhpackage;, you need to pass the appropriate  VDR argumnts (e.g. -P plugin-name).
+      No plugins will be loaded automatically. In order to test VDR plugins with
+      &dhpackage;, you need to pass the appropriate  VDR arguments (e.g. -P plugin-name).
     </para>
   </refsect1>
 
@@ -90,7 +90,7 @@
       the &debian; system (but may be used by others).  Permission is
       granted to copy, distribute and/or modify this document under
       the terms of the &gnu; General Public License, Version 2 or any 
-      ater version published by the Free Software Foundation.
+      later version published by the Free Software Foundation.
     </para>
     <para>
       On Debian systems, the complete text of the GNU General Public




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