vdr/vdr/debian debianize-vdrplugin.1 vdr-dev.manpages vdr-newplugin.1 runvdr.8

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 06 Nov 2004 17:04:35 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian
In directory haydn:/tmp/cvs-serv8966/vdr/vdr/debian

Modified Files:
	runvdr.8 
Added Files:
	debianize-vdrplugin.1 vdr-dev.manpages vdr-newplugin.1 
Log Message:
* added manpages for vdr-newplugin and debianize-vdrplugin
* changed manpage for runvdr a little bit

--- NEW FILE: debianize-vdrplugin.1 ---
.\" Man page for debianize-vdrplugin 

.TH debianize-vdrplugin 1
.SH NAME
debianize-vdrplugin
.SH DESCRIPTION
.B debianize-vdrplugin
can be used to add a working debian-directory to the source-directory 
of a vdr-plugin.

.B debianize-vdrplugin
should be called directly from a plugin-source-directory.

After
.B debianize-vdrplugin 
was run, you should check the files inside the debian-directory if they 
fit your needs, and modify them accordingly.

The next step to get a debian-package for the vdr-plugin is to call
.B dpkg-buildpackage
(You need the package 
.B dpkg-dev
for this tool.)

.SH AUTHOR
This man-page has been written by Thomas Schmidt <thomas@thsnet.de>
.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.

--- NEW FILE: vdr-dev.manpages ---
debian/vdr-newplugin.1
debian/debianize-vdrplugin.1

Index: runvdr.8
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/runvdr.8,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- runvdr.8	31 May 2004 17:28:35 -0000	1.2
+++ runvdr.8	6 Nov 2004 17:04:33 -0000	1.3
@@ -1,13 +1,5 @@
-'\" t
-.\" ** The above line should force tbl to be a preprocessor **
 .\" Man page for runvdr
-.\"
-.\" Copyright (C) 2004 Thomas Schmidt
-.\"
-.\" You may distribute under the terms of the GNU General Public
-.\" License as specified in the file COPYING that comes with the
-.\" vdr distribution.
-.\"
+
 .TH runvdr 8
 .SH NAME
 runvdr
@@ -23,3 +15,13 @@
 .B runvdr
 needs to be called by root in order to work correct, because it will try to 
 unload/load kernel-modules!
+
+.SH AUTHOR
+This man-page has been written by Thomas Schmidt <thomas@thsnet.de>
+.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.

--- NEW FILE: vdr-newplugin.1 ---
.\" Man page for vdr-newplugin

.TH vdr-newplugin 1
.SH NAME
vdr-newplugin

.SH SYNOPSIS

.B vdr-newplugin
.I <pluginname>

.SH DESCRIPTION
.B vdr-newplugin
creates a new plugin source directory from which to start implementing
a plugin for VDR.

The source directory will be created in the active working-directory.

.SH AUTHOR
This man-page has been written by Thomas Schmidt <thomas@thsnet.de>
.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.