r6450 - in /vdr/vdr/trunk/debian: changelog debugvdr.1.xml pic2mpg.1 rules vdr-dbg.1.xml vdr-dbg.manpages vdr-dev.manpages vdr-plugin-pictures.manpages vdrdbg-buildpackage.1.xml vdrleaktest.1.xml
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Sun Mar 9 14:14:47 UTC 2008
Author: tiber-guest
Date: Sun Mar 9 14:14:47 2008
New Revision: 6450
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6450
Log:
* Added manpages for vdr-dbg, debugvdr, vdrleaktest, vdrdbg-buildpackage
and pic2mpg
Added:
vdr/vdr/trunk/debian/debugvdr.1.xml
vdr/vdr/trunk/debian/pic2mpg.1
vdr/vdr/trunk/debian/vdr-dbg.1.xml
vdr/vdr/trunk/debian/vdr-dbg.manpages
vdr/vdr/trunk/debian/vdr-plugin-pictures.manpages
vdr/vdr/trunk/debian/vdrdbg-buildpackage.1.xml
vdr/vdr/trunk/debian/vdrleaktest.1.xml
Modified:
vdr/vdr/trunk/debian/changelog
vdr/vdr/trunk/debian/rules
vdr/vdr/trunk/debian/vdr-dev.manpages
Modified: vdr/vdr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/changelog?rev=6450&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/changelog (original)
+++ vdr/vdr/trunk/debian/changelog Sun Mar 9 14:14:47 2008
@@ -40,6 +40,8 @@
* 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
[ Thomas Günther ]
* Adapted 04_newplugin.dpatch
Added: vdr/vdr/trunk/debian/debugvdr.1.xml
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/debugvdr.1.xml?rev=6450&op=file
==============================================================================
--- vdr/vdr/trunk/debian/debugvdr.1.xml (added)
+++ vdr/vdr/trunk/debian/debugvdr.1.xml Sun Mar 9 14:14:47 2008
@@ -1,0 +1,112 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+ <!ENTITY dhfirstname "<firstname>Tobias</firstname>">
+ <!ENTITY dhsurname "<surname>Grimm</surname>">
+ <!-- Please adjust the date whenever revising the manpage. -->
+ <!ENTITY dhdate "<date>2008-03-09</date>">
+ <!ENTITY dhsection "<manvolnum>1</manvolnum>">
+ <!ENTITY dhemail "<email>tg at e-tobi.net</email>">
+ <!ENTITY dhusername "Tobias Grimm">
+ <!ENTITY dhucpackage "<refentrytitle>debugvdr</refentrytitle>">
+ <!ENTITY dhpackage "debugvdr">
+
+ <!ENTITY debian "<productname>Debian</productname>">
+ <!ENTITY gnu "<acronym>GNU</acronym>">
+ <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
+]>
+
+<!--
+
+Process this file with an XSLT processor: `xsltproc \
+-''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl manpage.dbk'. A manual page
+<package>.<section> will be generated. You may view the
+manual page with: nroff -man <package>.<section> | less'. A
+typical entry in a Makefile or Makefile.am is:
+
+DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl
+XP=xsltproc -''-nonet
+
+manpage.1: manpage.dbk
+ $(XP) $(DB2MAN) $<
+
+The xsltproc binary is found in the xsltproc package. The
+XSL files are in docbook-xsl. Please remember that if you
+create the nroff version in one of the debian/rules file
+targets (such as build), you will need to include xsltproc
+and docbook-xsl in your Build-Depends control field.
+
+-->
+
+<refentry>
+ <refentryinfo>
+ <address>&dhemail;</address>
+ <copyright>
+ <year>2008</year>
+ <holder>&dhusername;</holder>
+ </copyright>
+ &dhdate;
+ </refentryinfo>
+
+ <refmeta>
+ &dhucpackage;
+ &dhsection;
+ </refmeta>
+
+ <refnamediv>
+ <refname>&dhpackage;</refname>
+ <refpurpose>Runs the VDR debugging binary with the GDB debugger.</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>&dhpackage; </command>
+ <arg><option>-r</option></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <refsect1>
+ <title>DESCRIPTION</title>
+ <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
+ running, it will be automatically stopped before starting the debugging version.
+ </para>
+ </refsect1>
+
+ <refsect1>
+ <title>OPTIONS</title>
+ <variablelist>
+ <varlistentry>
+ <term><option>-r</option></term>
+ <listitem>
+ <para>Start VDR with the GDB Server on port 1000 for remote debugging.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </refsect1>
+
+ <refsect1>
+ <title>SEE ALSO</title>
+ <para>vdr (1), gdb(1)</para>
+ </refsect1>
+
+ <refsect1>
+ <title>AUTHOR</title>
+ <para>
+ This manual page was written by &dhusername; &dhemail; for
+ 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.
+ </para>
+ <para>
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in /usr/share/common-licenses/GPL-2.
+ </para>
+ </refsect1>
+</refentry>
Added: vdr/vdr/trunk/debian/pic2mpg.1
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/pic2mpg.1?rev=6450&op=file
==============================================================================
--- vdr/vdr/trunk/debian/pic2mpg.1 (added)
+++ vdr/vdr/trunk/debian/pic2mpg.1 Sun Mar 9 14:14:47 2008
@@ -1,0 +1,80 @@
+.\" 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
+.SH SYNOPSIS
+\fBpic2mpg\fR [\fIoptions\fR] \fIpicture-dir mpeg-dir\fR
+
+\fBpic2mpg\fR [\fIoptions\fR] \fIpicture-file mpeg-file\fR
+.SH DESCRIPTION
+\fBpic2mpg\fR converts pictures found in a source dir to MPEG frames and writes
+the MPEG files to the target dir. Instead of specifiying directories, single
+files can be specified as well.
+
+\fBpic2mpg\fR and the 'pictures' plugin require a particular directory structure
+in order to work properly. Starting at some base directory
+(e.g. "/path/to/pictures"), there is one directory level marking the year in
+which the pictures were taken, followed by a level with a properly sortable
+combination of month and description, and finally the plain picture files, as in
+
+ /path/to/pictures/YEAR/MONTH_DESCRIPTION/*.jpg
+
+For example
+
+ /path/to/pictures/2007/06a_Vacation_in_Colorado/dsc01234.jpg
+ /path/to/pictures/2007/06a_Vacation_in_Colorado/dsc01235.jpg
+ /path/to/pictures/2007/06b_Our_cat/dsc01236.jpg
+
+The MONTH is "01" for January through "12" for December. If there is more
+than one entry for one month, it should be followed by a letter to make them
+sort correctly. Note that this is just a suggestion on how to make the
+directories sort in the correct chronological order. Instead of the two digit
+month number, optionally followed by a letter, you can use anything else you
+like. There must be an underscore between the MONTH and the DESCRIPTION part,
+and any underscores within the DESCRIPTION will be converted to blanks when
+displaying the description (this is done so that blanks can be avoided in
+the directory names).
+
+.PP
+.SH OPTIONS
+.LP
+.TP
+\fB\-a\fR
+Aspect ratio 4:3 (default is 16:9)
+.TP
+\fB\-f\fR
+Force conversion
+.TP
+\fB\-h\fR
+print Help
+.TP
+\fB\-i\fR
+Ignore unknown file types
+.TP
+\fB\-n\fR
+NTSC (default is PAL)
+.TP
+\fB\-v\fR <\fInum\fP>
+Verbose (0=none, 1=list files, 2=detailed)
+.TP
+\fB\-x\fR <\fIpercent\fP>
+X overscan in percent
+.TP
+\fB\-y\fR <\fIpercent\fP>
+Y overscan in percent
+.PP
+.SH "AUTHORS"
+.LP
+This man-page has been written by Tobias Grimm <tg at e\-tobi.net>
+.PP
+Permission is granted to copy, distribute and/or modify this document under
+the terms of the GNU General Public License, Version 2 any
+later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public
+License can be found in /usr/share/common\-licenses/GPL-2.
+.PP
+.SH "SEE ALSO"
+The full documentation for
+.B pic2mpg
+is available in /usr/share/doc/vdr-plugin-pictures/README
Modified: vdr/vdr/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/rules?rev=6450&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/rules (original)
+++ vdr/vdr/trunk/debian/rules Sun Mar 9 14:14:47 2008
@@ -23,15 +23,22 @@
unpatch:
endif
+DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
+MANPAGES = debian/vdrdbg-buildpackage.1 debian/debugvdr.1 debian/vdr-dbg.1 \
+ debian/vdrleaktest.1
+
MAKE_OPTIONS = VFAT=1 REMOTE=LIRC CONFDIR=/var/lib/vdr LOCDIR=/usr/share/locale \
VIDEODIR=/var/lib/video.00 PLUGINLIBDIR=/usr/lib/vdr/plugins
+
+%.1: %.1.xml
+ xsltproc -o $@ --nonet $(DB2MAN) $<
configure: configure-stamp
configure-stamp: patch-stamp
dh_testdir
touch configure-stamp
-build: build-stamp
+build: build-stamp $(MANPAGES)
build-stamp: configure-stamp
dh_testdir
@@ -74,6 +81,7 @@
rm -f debian/vdr-shutdown.wrapper
sh debian/patchlevel.sh clean
rm -f debian/patchinfo
+ rm -f $(MANPAGES)
dh_clean
install: build patchlevel
Added: 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=6450&op=file
==============================================================================
--- vdr/vdr/trunk/debian/vdr-dbg.1.xml (added)
+++ vdr/vdr/trunk/debian/vdr-dbg.1.xml Sun Mar 9 14:14:47 2008
@@ -1,0 +1,99 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+ <!ENTITY dhfirstname "<firstname>Tobias</firstname>">
+ <!ENTITY dhsurname "<surname>Grimm</surname>">
+ <!-- Please adjust the date whenever revising the manpage. -->
+ <!ENTITY dhdate "<date>2008-03-09</date>">
+ <!ENTITY dhsection "<manvolnum>1</manvolnum>">
+ <!ENTITY dhemail "<email>tg at e-tobi.net</email>">
+ <!ENTITY dhusername "Tobias Grimm">
+ <!ENTITY dhucpackage "<refentrytitle>vdr-dbg</refentrytitle>">
+ <!ENTITY dhpackage "vdr-dbg">
+
+ <!ENTITY debian "<productname>Debian</productname>">
+ <!ENTITY gnu "<acronym>GNU</acronym>">
+ <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
+]>
+
+<!--
+
+Process this file with an XSLT processor: `xsltproc \
+-''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl manpage.dbk'. A manual page
+<package>.<section> will be generated. You may view the
+manual page with: nroff -man <package>.<section> | less'. A
+typical entry in a Makefile or Makefile.am is:
+
+DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl
+XP=xsltproc -''-nonet
+
+manpage.1: manpage.dbk
+ $(XP) $(DB2MAN) $<
+
+The xsltproc binary is found in the xsltproc package. The
+XSL files are in docbook-xsl. Please remember that if you
+create the nroff version in one of the debian/rules file
+targets (such as build), you will need to include xsltproc
+and docbook-xsl in your Build-Depends control field.
+
+-->
+
+<refentry>
+ <refentryinfo>
+ <address>&dhemail;</address>
+ <copyright>
+ <year>2008</year>
+ <holder>&dhusername;</holder>
+ </copyright>
+ &dhdate;
+ </refentryinfo>
+
+ <refmeta>
+ &dhucpackage;
+ &dhsection;
+ </refmeta>
+
+ <refnamediv>
+ <refname>&dhpackage;</refname>
+ <refpurpose>Starts the debugging version of vdr</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>&dhpackage; [vdr-options]</command>
+ </cmdsynopsis>
+ <para>All vdr options are available for vdr-dbg as well.</para>
+ </refsynopsisdiv>
+
+ <refsect1>
+ <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.
+ </para>
+ </refsect1>
+
+ <refsect1>
+ <title>SEE ALSO</title>
+ <para>vdr (1), debugvdr (1), vdrleaktest (1)</para>
+ </refsect1>
+
+ <refsect1>
+ <title>AUTHOR</title>
+ <para>
+ This manual page was written by &dhusername; &dhemail; for
+ 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.
+ </para>
+ <para>
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in /usr/share/common-licenses/GPL-2.
+ </para>
+ </refsect1>
+</refentry>
Added: vdr/vdr/trunk/debian/vdr-dbg.manpages
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdr-dbg.manpages?rev=6450&op=file
==============================================================================
--- vdr/vdr/trunk/debian/vdr-dbg.manpages (added)
+++ vdr/vdr/trunk/debian/vdr-dbg.manpages Sun Mar 9 14:14:47 2008
@@ -1,0 +1,3 @@
+debian/debugvdr.1
+debian/vdrleaktest.1
+debian/vdr-dbg.1
Modified: vdr/vdr/trunk/debian/vdr-dev.manpages
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdr-dev.manpages?rev=6450&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/vdr-dev.manpages (original)
+++ vdr/vdr/trunk/debian/vdr-dev.manpages Sun Mar 9 14:14:47 2008
@@ -1,2 +1,3 @@
debian/vdr-newplugin.1
debian/debianize-vdrplugin.1
+debian/vdrdbg-buildpackage.1
Added: vdr/vdr/trunk/debian/vdr-plugin-pictures.manpages
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdr-plugin-pictures.manpages?rev=6450&op=file
==============================================================================
--- vdr/vdr/trunk/debian/vdr-plugin-pictures.manpages (added)
+++ vdr/vdr/trunk/debian/vdr-plugin-pictures.manpages Sun Mar 9 14:14:47 2008
@@ -1,0 +1,1 @@
+debian/pic2mpg.1
Added: 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=6450&op=file
==============================================================================
--- vdr/vdr/trunk/debian/vdrdbg-buildpackage.1.xml (added)
+++ vdr/vdr/trunk/debian/vdrdbg-buildpackage.1.xml Sun Mar 9 14:14:47 2008
@@ -1,0 +1,98 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+ <!ENTITY dhfirstname "<firstname>Tobias</firstname>">
+ <!ENTITY dhsurname "<surname>Grimm</surname>">
+ <!-- Please adjust the date whenever revising the manpage. -->
+ <!ENTITY dhdate "<date>2008-03-09</date>">
+ <!ENTITY dhsection "<manvolnum>1</manvolnum>">
+ <!ENTITY dhemail "<email>tg at e-tobi.net</email>">
+ <!ENTITY dhusername "Tobias Grimm">
+ <!ENTITY dhucpackage "<refentrytitle>vdrdbg-buildpackage</refentrytitle>">
+ <!ENTITY dhpackage "vdrdbg-buildpackage">
+
+ <!ENTITY debian "<productname>Debian</productname>">
+ <!ENTITY gnu "<acronym>GNU</acronym>">
+ <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
+]>
+
+<!--
+
+Process this file with an XSLT processor: `xsltproc \
+-''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl manpage.dbk'. A manual page
+<package>.<section> will be generated. You may view the
+manual page with: nroff -man <package>.<section> | less'. A
+typical entry in a Makefile or Makefile.am is:
+
+DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl
+XP=xsltproc -''-nonet
+
+manpage.1: manpage.dbk
+ $(XP) $(DB2MAN) $<
+
+The xsltproc binary is found in the xsltproc package. The
+XSL files are in docbook-xsl. Please remember that if you
+create the nroff version in one of the debian/rules file
+targets (such as build), you will need to include xsltproc
+and docbook-xsl in your Build-Depends control field.
+
+-->
+
+<refentry>
+ <refentryinfo>
+ <address>&dhemail;</address>
+ <copyright>
+ <year>2008</year>
+ <holder>&dhusername;</holder>
+ </copyright>
+ &dhdate;
+ </refentryinfo>
+
+ <refmeta>
+ &dhucpackage;
+ &dhsection;
+ </refmeta>
+
+ <refnamediv>
+ <refname>&dhpackage;</refname>
+ <refpurpose>builds a VDR plug-in for debugging</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>&dhpackage; [dpkg-puildpackage-options]</command>
+ </cmdsynopsis>
+ <para>All dpkg-buildpackage options are available for vdrdbg-buildpackage as well.</para>
+ </refsynopsisdiv>
+
+ <refsect1>
+ <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.
+ </para>
+ </refsect1>
+
+ <refsect1>
+ <title>SEE ALSO</title>
+ <para>dpkg-buildpackage (1)</para>
+ </refsect1>
+
+ <refsect1>
+ <title>AUTHOR</title>
+ <para>
+ This manual page was written by &dhusername; &dhemail; for
+ 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.
+ </para>
+ <para>
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in /usr/share/common-licenses/GPL-2.
+ </para>
+ </refsect1>
+</refentry>
Added: vdr/vdr/trunk/debian/vdrleaktest.1.xml
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdrleaktest.1.xml?rev=6450&op=file
==============================================================================
--- vdr/vdr/trunk/debian/vdrleaktest.1.xml (added)
+++ vdr/vdr/trunk/debian/vdrleaktest.1.xml Sun Mar 9 14:14:47 2008
@@ -1,0 +1,100 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+ <!ENTITY dhfirstname "<firstname>Tobias</firstname>">
+ <!ENTITY dhsurname "<surname>Grimm</surname>">
+ <!-- Please adjust the date whenever revising the manpage. -->
+ <!ENTITY dhdate "<date>2008-03-09</date>">
+ <!ENTITY dhsection "<manvolnum>1</manvolnum>">
+ <!ENTITY dhemail "<email>tg at e-tobi.net</email>">
+ <!ENTITY dhusername "Tobias Grimm">
+ <!ENTITY dhucpackage "<refentrytitle>vdrleaktest</refentrytitle>">
+ <!ENTITY dhpackage "vdrleaktest">
+
+ <!ENTITY debian "<productname>Debian</productname>">
+ <!ENTITY gnu "<acronym>GNU</acronym>">
+ <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
+]>
+
+<!--
+
+Process this file with an XSLT processor: `xsltproc \
+-''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl manpage.dbk'. A manual page
+<package>.<section> will be generated. You may view the
+manual page with: nroff -man <package>.<section> | less'. A
+typical entry in a Makefile or Makefile.am is:
+
+DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl
+XP=xsltproc -''-nonet
+
+manpage.1: manpage.dbk
+ $(XP) $(DB2MAN) $<
+
+The xsltproc binary is found in the xsltproc package. The
+XSL files are in docbook-xsl. Please remember that if you
+create the nroff version in one of the debian/rules file
+targets (such as build), you will need to include xsltproc
+and docbook-xsl in your Build-Depends control field.
+
+-->
+
+<refentry>
+ <refentryinfo>
+ <address>&dhemail;</address>
+ <copyright>
+ <year>2008</year>
+ <holder>&dhusername;</holder>
+ </copyright>
+ &dhdate;
+ </refentryinfo>
+
+ <refmeta>
+ &dhucpackage;
+ &dhsection;
+ </refmeta>
+
+ <refnamediv>
+ <refname>&dhpackage;</refname>
+ <refpurpose>Runs the VDR debugging binary with the Valgrind.</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>&dhpackage; [vdr-options]</command>
+ <para>All vdr options are available for vdrleaktest as well.</para>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <refsect1>
+ <title>DESCRIPTION</title>
+ <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).
+ </para>
+ </refsect1>
+
+ <refsect1>
+ <title>SEE ALSO</title>
+ <para>vdr (1), valgrind(1)</para>
+ </refsect1>
+
+ <refsect1>
+ <title>AUTHOR</title>
+ <para>
+ This manual page was written by &dhusername; &dhemail; for
+ 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.
+ </para>
+ <para>
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in /usr/share/common-licenses/GPL-2.
+ </para>
+ </refsect1>
+</refentry>
More information about the pkg-vdr-dvb-changes
mailing list